deepforge
deepforge copied to clipboard
A modern development environment for deep learning
Instead of registering serializers for \_\_class\_\_ we could use `isinstance` function of python. This way even inherited objects will be serialized. This is required for https://github.com/deepforge-dev/deepforge-keras/pull/180
This is currently blocked by https://github.com/webgme/webgme-engine/issues/234
The SciServer compute adapter should check the messages (https://apps.sciserver.org/racm/jobm/rest/jobs/{jobid}) for errors with job creation such as file upload or folder creation. Currently, errors like running out of space on SciServer...
Library updates (like deepforge-keras) should be detected as another type of update so the update can be managed automatically.
There are some failing tests on travis that should be resolved before the next release: ``` 1) Pipeline execution "before all" hook: Error: timeout of 20000ms exceeded. Ensure the done()...
When using the worker image, I am seeing some strange logs:  It looks like it is an issue with the logs for a storage adapter but it needs to...
Rather than saving SVG thumbnails, it would be great to embed the editor. Sometimes it can create non-ideal thumbnails and the edits end up polluting the version control history w/...
This is running into an error when the plugin runs. It seems like it is a bug in webgme-engine but I am not certain.
Tasks in interactive sessions could have improved error handling. That is, if the task fails, it should throw an error but it currently doesn't...
This is the active list of Matplotlib figure types supported in `deepforge` any other plot type from matplotlib will not be drawn for an execution. To use `matplotlib` currently for...