floyd-docs
floyd-docs copied to clipboard
FloydHub's documentation code. Contributions welcome!
Here is the [list of supported environments](https://docs.floydhub.com/guides/environments/). The latests TF is 2.2. On the other hand, it seems you adopted TF 2.3 [here](https://github.com/floydhub/dockerfiles/blob/master/dl/tensorflow/2.3/Dockerfile-py3.gpu.cuda10cudnn7_aws) for example. Are there a chance that...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
**Following tutorial** : [https://docs.floydhub.com/examples/style_transfer/](https://docs.floydhub.com/examples/style_transfer/) **Goal**: Deploy api, and make batch style-transforms via api calls. **Detected error**: The resulting images are bad gateway error messages. **Floydhub project : [link](https://www.floydhub.com/oomti/projects/fast-style-transfer/10)** Documentation of...
I'm trying to follow the tutorial https://docs.floydhub.com/examples/style_transfer But I get an error when I try to run this: floyd run --gpu --env tensorflow-0.12:py2 --data narenst/datasets/coco-train-2014/1:images --data narenst/datasets/neural-style-transfer-pre-trained-models/1:models --data floydhub/datasets/imagenet-vgg-verydeep-19/3:vgg "python...
removed a repeated 'on' word.
Hello. Following your tutorial on [deep-text-corrector.](https://docs.floydhub.com/examples/deep_corrector/) Successfully deploying, and training/evaluating the network. Serve model with rest API: successfully start serve mode: > Creating project run. Total upload size: 12.6MiB >...
This issue is about [floydhub/caffe](https://hub.docker.com/r/floydhub/caffe/) environment (from the [list of environments](https://docs.floydhub.com/guides/environments/)). Please provide more information on the caffe that is being used: - Was it built with PYTHON_LAYER? - Was...