Running DL and sharing results is a huge pain. I feel versioning is a big challenge, also experiments with multiple architectures are a pain since large parts of the same calculations are repeated. Do you also solve this problem? (Feature request if not)
Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
61–70 of 89 posts
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#62Nice! There is a real need for this in the market right now--especially among students, who struggle to setup working environments. I really benefited from your early Github project aimed to make setting up DL machines easier. Curious how defensible your product will be in the event Heroku/AWS come in with a competitor?
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#63Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#64The github page for floydhub has a lot of open source projects. What parts of floyd is not open sourced?
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#65This sounds interesting and useful - I hope you guys make it! A couple of years ago I worked for a local cloud server provider, as a backend developer. Some of the work I did moved the company into deploying VPS instances using OpenStack. Our backend code was mainly PHP-based; so we used OpenCloud for the purpose - extending it where needed (when we started it didn't support all we needed; I extended things in such a…
Good luck with your Udacity class! If you want to play around, take a look at our guide for Neural Style Transfer: http://docs.floydhub.com/guides/style_transfer/
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#66This looks neat! We have been doing a lot of deep learning for NLP at our startup recently. Several “engineering bottlenecks” in the process (1) managing multiple jobs is definitely worth solving. git for deep learning would be neat (2) collaborating is a pain when the team is remote. I guess this ties to (1) too. And oh, about the time I forgot to turn off our GPU instance for a couple of weeks… racked up a nice bil…
Git is an apt analogy. The search space of hyperparameters is usually fairly large for most DL algorithms, so a good amount of experimentation is required to tune them. Things can start to get haywire without end-to-end version control of code, data, parameters, results, environments, etc. Definitely one of the core problems we solve.
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#67You guys seem to make setting up Deep Learning infrastructure easy for data scientists which is awesome! What about situations where the end user/business isn't sure exactly how to use Deep Learning (which algorithm, how to partition the data into training and result sets, stability of results etc.) for the problem/data set at hand? Would it be possible to use FloydHub as a marketplace of sorts where I could hire a d…
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#68I have been using your docker container for 6 months or so now, thanks for putting it together :) The jupyter jobs look neat, but I assume they are charged continuous time? Would be cool if somehow that only ended up charged for compute time, but I understand that would be difficult. Are these instances guaranteed to be in a given region, for if I wanted to route more complex debug output / intermediate files to S3?
Thanks - glad you found it useful! The attention and feedback that I got from building dl-docker has been terrific. Definitely one of the reasons we started working on this seriously :)
Re: Launch HN: FloydHub (YC W17) – Heroku for Deep Learning
#69Earlier quoted context omitted.
Thanks - glad you found it useful! The attention and feedback that I got from building dl-docker has been terrific. Definitely one of the reasons we started working on this seriously :)
Little off topic, does DL-docker work in Ubuntu on Windows for the GPU?