Fastai: A Layered API for Deep Learning
1–10 of 43 posts
Re: Fastai: A Layered API for Deep Learning
#2Re: Fastai: A Layered API for Deep Learning
#3Re: Fastai: A Layered API for Deep Learning
#4Jeremy Is this paper about version v1 or v2 of the API?
Re: Fastai: A Layered API for Deep Learning
#5Re: Fastai: A Layered API for Deep Learning
#6I get it that it is supposed to be working on the very bleeding edge of deep learning technologies, but at the same time it is sold as "practical". At least I would be slightly uncomfortable doing anything in production with a library that is all but guaranteed to get no (compatible) development love whatsoever after a couple of months when the developers have started working on the next version.
But I guess it may just be a too tough nut to crack to provide a bleeding edge deep learning library with production quality life cycle support.
Re: Fastai: A Layered API for Deep Learning
#7I get it that for any serious use you'd want a GPU, but for learning and toying around you might want to be able to run and debug code on your freakin macbook! Is that too much to asks? (Some of us do code in IDEs, not in notebooks + vim on server, and we'd want at least our test suite to be able to run locally ffs!)
(Also, hopefully they've got rid of the lovecraftian architecture with methods that can mutate an object's class [?!] - I understood the practical appeal and why they did it, but as a software engineer with sympathy for functional-programming that almost made me wanna barf :|)
Anyway, fastai is awesome for learning and experimenting, keep up the good work! I just hate it that it's so obnoxious to use and learn for anyone with a more traditional software engineering background...
Re: Fastai: A Layered API for Deep Learning
#8Re: Fastai: A Layered API for Deep Learning
#9Jeremy is probably one of the smartest people out there. The fact that he decided to allocate his time to teach and to build open source tools — that is: a selfless way to provide value to his community — is something rare & worth being acknowledged.
Re: Fastai: A Layered API for Deep Learning
#10Does it still have the requirement for a GPU (driver) to be around to even run, like fastai 1.0 had? (Had to manually comment requirements and imports to have it run CPU-only...) I get it that for any serious use you'd want a GPU, but for learning and toying around you might want to be able to run and debug code on your freakin macbook! Is that too much to asks? (Some of us do code in IDEs, not in notebooks + vim on…
Every year it gets more accessible to a wider audience. Soon there will probably be frameworks that hide the complexity completely and you can just say here’s a massive dataset, I want to train it to be a conversation bot or cat pic classifier, go. But we’re not quite there yet.