How to use TRUBA for deep learning with PyTorch - 1
Birth
How to connect to TRUBA:
If you are connecting from the university internet, you can directly use the terminal.
If you want to connect from outside of the university we will use OpenVPN
How to reach interface:
Interface: levrek1.ulakbim.gov.tr
Then we will open our terminal from our local computer
Barbun1 connection to queue (using terminal):
Please type: ssh username@172.16.7.1
Please type: password
The username and the password is given by the managers of the TRUBA
In here you can learn how to get it
When you reach to the interface (using your termina):
You will see a line like that: username@barbun1:~$
Use pwd to learn where your current directory: /truba/home/username
Warning!: do not make any computation while you are in the home directory, please follow me.
To make any computation:
Go to personal directory with cd /truba_scratch/username
To see what is in your directory: ls
To open a directory mkdir dirName
To delete a directory rm -r dirName
Most common linux commands
Congratulations, you have completed the first step :)
Comments
Post a Comment