-
My `download_data.sh` contains:
```
wget *****/train-jpg.tar.gz
mkdir output
tar -xvzf train-jpg.tar.gz -C output
```
I run this with `floyd run "sh download_data.sh"`, it runs successfully (and…
-
```
$ sudo docker run -t -i floydhub/pytorch:latest-gpu-py3 ipython
Python 3.5.3 (default, Feb 13 2017, 20:35:17)
Type "copyright", "credits" or "license" for more information.
IPython 5.3.0 -…
-
I'm trying to run [this](https://hub.docker.com/r/floydhub/dl-docker/) docker image as a container, but i got this error while building the image:
Configuring incomplete, errors occurred!
See als…
-
This issue is about < Save the output
`saver.save(sess, "checkpoints/i{}_l{}.ckpt".format(counter, lstm_size))`
Could you explain how to save ".ckpt" ?
-
I use the sudo pip command to install floyd-cli globally but I run into a bunch of operations not permitted error messages and could not get it installed. Here are the error messages:
ks/Python.fra…
-
The documentation describes the command `floyd [-u] output` . Unfortunately, it will only provide a link to be opened in a browser. Not good if you are logging in from a console only machine!
Add d…
-
How do I install a dependencies for lua deep learning code?
-
Context -- I'm launching remote jobs to read files from s3 into pandas dataframes.
before I delve into details, I first wanted to check if there's a simple idea/suggestion that will fix the issue:…
-
Team,
If you enable the Zeppelin mode for Zeppelin notebooks, it would be helpful to a lot of Spark/related use cases.
Thanks
Vijay
-
### Expected behavior
### Actual behavior
### Information about the Issue
### Steps to reproduce the behavior
1. ...
2. ...