Yesterday I have install tensorflow module from iPython notebook from Azure machine learning studio (classic) version. The import worked well after installing the module using (!pip install tensorflow). But today when tried to import this module got this “missing module” error and when I tried reinstalling the module it works well. Am I missing anything here? Do I need to
Tag: azure-machine-learning-studio
Increase the size of /dev/shm in Azure ML Studio
I’m trying to execute the following code in Azure ML Studio notebook: and I’m getting this error: With n_jobs=1 it works fine. I think this is because joblib library tries to save my data to /dev/shm. The problem is that it has only 64M capacity: I can’t change this folder by setting JOBLIB_TEMP_FOLDER environment variable (export doesn’t work). Thanks for