DL_TensorFlow_PyTorch

时间:2021-03-25 12:31:58
【文件属性】:
文件名称:DL_TensorFlow_PyTorch
文件大小:132KB
文件格式:ZIP
更新时间:2021-03-25 12:31:58
JupyterNotebook 由于PyTorch和TensorFlow具有不兼容的依赖关系,因此您需要两个不同的conda环境。 火炬 conda create -n dlpt python=3.7 conda activate dlpt conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch pip install numpy matplotlib tqdm jupyter requests TensorFlow conda create -n dltf python=3.7 tensorflow-gpu conda activate dltf pip install numpy matplotlib tqdm jupyter 运行笔记本 使用以下方式启动Jupyter Notebook服务器: jupyter
【文件预览】:
DL_TensorFlow_PyTorch-main
----.gitignore(19B)
----1_MNIST_TensorFlow.ipynb(17KB)
----README.md(511B)
----0_Line-Fit_TensorFlow.ipynb(105KB)
----1_MNIST_PyTorch.ipynb(17KB)
----0_Line-Fit_PyTorch.ipynb(76KB)

网友评论