Get start
First of All
Create user account with the administrator of lab servers.
Acquire information of servers (ip, name, computing power)
Important !!!
Ctrl-Z is used to put process in background. To terminate process, using Ctrl-C.
DO NOT eat all of memory, it's very rare to do this, and should be able to avoid using too much memory in most of the cases. Like:
If read a big file, read it line by line instead of read the whole file at once.
Consider generator of python when dealing with large file or list.
Avoid transform whole dataset into embeddings. Transform them in forward function of model.
Feel free to ask questions! Even if some answer is on this guide, labmates are still willing to point out for you.
In case you don't know these
or try 鳥哥 (and it contains all stuff below and even more...)
Be noticed that your account will go along with a special tmux.rc (config file of tmux). I believe the main difference is the prefix is C-a instead of C-b. Reach out any labmates if you found anything wired.
Pip (or pip3 or pip3.x)
Other useful command
Last updated