deepforge icon indicating copy to clipboard operation
deepforge copied to clipboard

A modern development environment for deep learning

Results 113 deepforge issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/11476842/81947838-a2771d80-95c6-11ea-9f32-e21c7727997a.png)

job feedback

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,...

enhancement
minor
serialization

We should add some tutorials on managing artifacts/ projects in deepforge. It might be helpful for new users.

documentation

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 $...

minor
job execution
discussion

![image](https://user-images.githubusercontent.com/11476842/79355986-01803e80-7f04-11ea-8cc3-ab081cd14a84.png)

enhancement
discussion
compute

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: ![DeepinScreenshot_select-area_20200413164855](https://user-images.githubusercontent.com/4982789/79164487-c1577980-7da6-11ea-9c45-9c1d0616fc05.png)

enhancement
minor
ui/ux

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...

enhancement
storage

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...

enhancement
pipeline execution

We should add support for copy-paste in the nn editor and pipeline editor (already exists in the code editors)

enhancement
ui/ux