|
|
|
|
|
by nestorD
2341 days ago
|
|
I love the idea of Swift for Tensorflow : powerful automatic differentiation and a solid type system in a single language.
That's something that is not seen elsewhere and that would make it a perfect fit to write deep learning code targeting production systems. Now the language needs two things in order to be safe from an hypothetical abandon from Google :
- running smoothly on linux (I though it was already there but your post seem to imply that it is not the case)
- getting the auto-diff out of the alpha stage where people can build framework on top of it (fastai seem to be ready to jump on that ball which is nice) |
|
https://swift.org/getting-started/#using-the-repl
> On macOS
> On Linux Any of the languages that Swift is competing against, doesn't need to have OS specific imports for basic stuff.