Can Sololearn support Tensor flow | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can Sololearn support Tensor flow

how to import a tensorflow library to SoloLearn

31st Jul 2018, 11:06 PM
Landric Russell
Landric Russell - avatar
12 Answers
+ 4
Isn't tensorflow setup as a non interpreted module because it utilizes the CPU/GPU to run the algorithm intensive calculations?
16th Aug 2018, 1:42 AM
Kyeol Williams
Kyeol Williams - avatar
+ 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.
15th Aug 2018, 5:14 PM
PAX AI
PAX AI - avatar
+ 3
Thanks Pax for the info. that answers my q's too
16th Aug 2018, 1:32 AM
Kyeol Williams
Kyeol Williams - avatar
+ 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.
16th Aug 2018, 1:40 AM
PAX AI
PAX AI - avatar
+ 2
Sololearn does not allow the import of external libraries.
15th Aug 2018, 4:56 PM
PAX AI
PAX AI - avatar
+ 2
Pax AI how do I find out which libraries are supported on Solomon?
16th Aug 2018, 1:35 AM
Landric Russell
Landric Russell - avatar
+ 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
16th Aug 2018, 1:38 AM
PAX AI
PAX AI - avatar
+ 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.
16th Aug 2018, 1:38 AM
PAX AI
PAX AI - avatar
+ 1
thanks are there any internal library I can use?
15th Aug 2018, 5:12 PM
Landric Russell
Landric Russell - avatar
+ 1
cool beans thx
15th Aug 2018, 5:15 PM
Landric Russell
Landric Russell - avatar
+ 1
kk thx, I was trying to ask what are the libraries solo learn supports
16th Aug 2018, 1:39 AM
Landric Russell
Landric Russell - avatar
+ 1
kk. though there was a list somewhere
16th Aug 2018, 1:40 AM
Landric Russell
Landric Russell - avatar