deepforge
deepforge copied to clipboard
A modern development environment for deep learning
In the redshift example execution, the color of plot markers is inconsistent across browsers. Here's a screenshot of the same plot in chrome vs firefox: 
It would be nice to have support for serialization/deserialization for file handles (`_io.TextWrapper`) out of the box. The serializer and deserializer should be rather trivial: ```python import os def save_textwrapper(handle,...
We should add some tutorials on managing artifacts/ projects in deepforge. It might be helpful for new users.
Currently, when not using conda, `start.js` grabs system python. Should this be default to `python3` instead of python? Because in most linux distros, `python` still symlinks to `python2.7`. ```py $...

This is not a high priority but it would be nice to be able to move the data associated with an artifact to some other backend: 
When executing a pipeline, it would be nice to opt out of storing intermediate data. This is especially the case when we are specifying the storage backend to use as...
Pipelines should be able to be executed as a single job on the compute backend. That is, we should be able to generate code for the entire pipeline and then...
We should add support for copy-paste in the nn editor and pipeline editor (already exists in the code editors)