摘要:
Jupyter Extension is needed for connecting Jupyter lab server. Install the Jupyter Extension: Start a Jupyter lab server: (zpytorch) zzh@ZZHPC:/zdata/
阅读全文
posted @ 2024-09-30 07:53
ZhangZhihuiAAA
阅读(69)
推荐(0)
摘要:
%reload_ext autoreload %autoreload 2 以上代码只需执行一次。 对已import的方法做修改,修改的内容直接生效,不需要重新import。 新增的方法需要import才能使用,import之后之前定义的类对象可以使用这个新方法。 在一个module中删除一个方法,即
阅读全文
posted @ 2024-09-29 21:27
ZhangZhihuiAAA
阅读(117)
推荐(0)
摘要:
Searched 'def seed(' in the source code: There is one definition of the seed() method in interface class RandomState: The implementation of the seed()
阅读全文
posted @ 2024-09-28 13:47
ZhangZhihuiAAA
阅读(17)
推荐(0)
摘要:
Gradient descent is an iterative technique commonly used in machine learning and deep learning to find the best possible set of parameters / coefficie
阅读全文
posted @ 2024-09-28 11:32
ZhangZhihuiAAA
阅读(40)
推荐(0)
摘要:
https://pytorch.org/get-started/locally/ zzh@ZZHPC:~/zd/Github$ python -m venv zpytorch (venv创建后不能移动到别的地方,移动到别的地方后虽然仍能activate,但activate之后python和pip也不
阅读全文
posted @ 2024-09-28 09:23
ZhangZhihuiAAA
阅读(216)
推荐(0)
摘要:
The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned i
阅读全文
posted @ 2024-09-27 16:28
ZhangZhihuiAAA
阅读(92)
推荐(0)
摘要:
To find if any broken packages are there: sudo dpkg -l | grep "^iU" To remove broken packages any of two commands will help: sudo apt-get -f install s
阅读全文
posted @ 2024-09-27 14:54
ZhangZhihuiAAA
阅读(34)
推荐(0)
摘要:
CUDA, which stands for Compute Unified Device Architecture, is a parallel computing platform and application programming interface (API) model created
阅读全文
posted @ 2024-09-27 14:17
ZhangZhihuiAAA
阅读(94)
推荐(0)
摘要:
This article takes you step-by-step to enable your GPU machine for any kind of development tasks, especially for machine learning and data science. Wh
阅读全文
posted @ 2024-09-27 14:04
ZhangZhihuiAAA
阅读(83)
推荐(0)
摘要:
Download the installation file: Install: zzh@ZZHPC:/zdata/software$ chmod a+x Anaconda3-2024.10-1-Linux-x86_64.sh zzh@ZZHPC:/zdata/software$ ./zzh@ZZH
阅读全文
posted @ 2024-09-27 13:32
ZhangZhihuiAAA
阅读(143)
推荐(0)