pytorch & fast.ai
GS
Registered Posts: 5 ✭✭✭✭
Hello, is there a way to use pytorch and fastai libraries while writing a custom model in DataIku?
I see the only custom model environment framework is Keras + Tensorflow.
Thanks
I see the only custom model environment framework is Keras + Tensorflow.
Thanks
Tagged:
Answers
-
Hi,
Indeed right now the DSS visual deep learning part only supports Keras and Tensorflow.
If you want to use Pytorch/fastai, you can implement your deep net in a python recipe or notebook.
Cheers,
Du Phan