|
|
|
|
|
by waleedka
3694 days ago
|
|
At a glance: - Only supports fully connected layers for now. No convnets or RNNs.
- Requires a GPU. No option to run on CPU, not even for development.
- Setup instructions for Ubuntu only. No Mac or Windows.
- Uses JSON to define the network architecture. Which limits what you can build.
- Takes in data in NetCDF format only.
- Very little documentation.
- The name is bad. I'm not going to remember how to spell DSSTNE.
It seems like a very early proof of concept. I wouldn't expect it to be useful to most people at this point. Built-in support for sparse vectors is interesting, but not a strong selling point by itself. I hope Amazon continues to develop it. Or, even better, contribute to one of the existing more mature frameworks. |
|
"My belief is that we’re not going to get human-level abilities until we have systems that have the same number of parameters in them as the brain."
And you're right that it's a specialized framework/engine. But IMO making it more general purpose is a matter of cutting and pasting the right cuDNN code or we can double down on emphasizing sparse data. Amazon OSSed this partially IMO to see what people would want here.