IITB Server
Login to the server
To login into server, please open a terminal and execute the following command.
ssh -X username@10.107.35.20
The following libraries are installed on the server:
- Tensorflow
 - Keras
 - Numpy
 - Scipy
 - Matplotlib
 - Ipython
 - Torch
 - Pandas
 - CV2
 - Theano
 
In case you want to install some python library, execute the following:
pip install package-name
For example:
pip install keras
Change your password
passwd <your-username>