How to fix Script timeout passed error
String formatting C-style,format and f-string
Logistic regression
Difference between simple assignment , view and deep copy
gradient descent and linear regression
Difference between python np.array shape (n,) and (n,1)
Install nvidia driver 515 | cuda 11.7 | docker | docker compose | nvidia container | anaconda on ubuntu 22.04
Remove
remove nvidia driver
1 | sudo apt-get --purge remove nvidia* |
remove cuda
1 | sudo apt-get --purge remove "*cublas*" "cuda*" |
Nvidia driver
1 | sudo lshw -numeric -C display |