+ 3
Can Sololearn support Tensor flow
how to import a tensorflow library to SoloLearn
12 Antworten
+ 4
Isn't tensorflow setup as a non interpreted module because it utilizes the CPU/GPU to run the algorithm intensive calculations?
+ 3
Well Sololearn does support NumPy. Any machine learning algorithm can be built on Sololearn, it's just the inability to import pre-built modules will demand a lot of code in the process.
+ 3
Thanks Pax for the info. that answers my q's too
+ 3
There's no one source I can point you to that would list the libraries the app supports. You'll have to check and see each library by trying to import it.
+ 2
Sololearn does not allow the import of external libraries.
+ 2
Pax AI
how do I find out which libraries are supported on Solomon?
+ 2
You'll have to type Import (name of library) at the beginning of your code. Below is an example of me importing 2 libraries that Sololearn does host and one library (Tensorflow) that Sololearn does not support. An error occurred for trying to import Tensorflow:
https://code.sololearn.com/cm3CXLmFFdfw/?ref=app
+ 2
You just have to try and see if the code playground allows you to import the library you're interested in or if an error occurs.
+ 1
thanks are there any internal library I can use?
+ 1
cool beans thx
+ 1
kk thx,
I was trying to ask what are the libraries solo learn supports
+ 1
kk. though there was a list somewhere