Assignments for iNeuron
Use the .yml files in EnvironmentCreationFile folder to create conda environment
Example - to install python-TensorFlow1 combination and some other libraries like numpy, pandas, Jupyter Lab, Jupyter notebook etc
-
Open Anaconda prompt as administrator mode(For this you will have to install ananconda)
-
Download this with_tf1.yml file
-
CD into the folder hwere you have downloaded with_tf1.yml file
-
now run following command
conda env create --file with_tf1.yml
-
Once finished, activate environment
conda activate with_tf1
-
Now run following code to check if tensorflow 1.15 have been installed
#The Assignment folders contains the Assignments that were completed