首页 > 其他分享 >log.txt

log.txt

时间:2024-03-02 11:44:22浏览次数:14  
标签:log cu118 -- python Pytorch conda install txt


conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/simpleitk
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
bash Anaconda3-2023.09-0-Linux-x86_64.sh
yes
bash Anaconda3-2023.09-0-Linux-x86_64.sh
nvidia-smi
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/simpleitk
conda create -n Pytorch-cu121-1 python=3.10
conda activate Pytorch-cu121-1
conda install cudatoolkit=12.1
conda create -n Pytorch-cu118-1 python=3.10
conda activate Pytorch-cu118-1
conda install cudatoolkit=11.8
conda install cudnn
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda activate Pytorch-cu118-1
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda activate Pytorch-cu118-1
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda activate Pytorch-cu118-1
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip3 install opencv_python
pip3 install scipy
pip3 install scikit-learn
pip3 install matplotlib
pip3 install pandas
pip3 install tqdm
pip3 install jupyterlab
pip3 install ipykernel
python -m ipykernel install --user --name Pytorch-cu118-1 --display-name "Pytorch-cu118-1"
pip3 install ipywidgets widgetsnbextension pandas-profiling
jupyter nbextension enable --py widgetsnbextension
pip3 install ipywidgets widgetsnbextension pandas-profiling
conda activate Pytorch-cu118-1
pip3 install jupyterlab
pip3 install ipykernel
python -m ipykernel install --user --name Pytorch-cu118-1 --display-name "Pytorch-cu118-1"
pip3 install ipywidgets widgetsnbextension pandas-profiling
jupyter nbextension enable --py widgetsnbextension
jupyter lab
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-02.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-00.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-00.py
taskset -c 0,1,2,3 python GPT-2-4-005-01.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-001-23.py
taskset -c 0,1,2,3 python GPT-001-24.py
history
pip3 install ipywidgets widgetsnbextension pandas-profiling
jupyter nbextension enable --py widgetsnbextension
jupyter lab
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-02.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-00.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-2-4-005-00.py
taskset -c 0,1,2,3 python GPT-2-4-005-01.py
conda activate Pytorch-cu118-1
taskset -c 0,1,2,3 python GPT-001-23.py
taskset -c 0,1,2,3 python GPT-001-24.py
history

标签:log,cu118,--,python,Pytorch,conda,install,txt
From: https://www.cnblogs.com/guanghui-hua/p/18048447

相关文章

  • txt文件的读写
    1.引用usingSystem.IO;2.创建并写publicvoidWriteTxt(stringfilepth,stringstr){FileStreamfs1=newFileStream(filepth,FileMode.Create,FileAccess.ReadWrite);StreamWritersw=newStreamWriter(fs1);sw.WriteLine(str);sw.Close();......
  • Python日志logging模块
    Python日志logging模块logging---Python的日志记录工具—Python3.12.2文档Pythonlogging模块的基本使用、进阶使用详解_python中logging模块详解-CSDN博客logging模块架构日志级别默认的级别是“WARNING“,意味着只会追踪该级别及以上的事件。级别何时使用......
  • 【Azure Logic App】在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的
    问题描述在中国区的微软云服务上,使用逻辑应用是否可以下载SharePoint上的文件呢?目前遇见的问题时,选择LogicApp的SharePoint组件,登录SharePoint账号时,只能选择中国区的登录账号,不能使用GlobalSharepoint账号。问题解答AzureChina的LogicApp中的SharepointConnector只能......
  • 基础设置之——dev_open_dialog
    dev_open_dialog('about_dialog') dev_open_dialog('duplicate_procedure_dialog') dev_open_dialog('export_dialog') dev_open_dialog('open_graphics_windows_dialog') dev_open_dialog('insert_visualizati......
  • MySQL-开启binlog
    要在MySQL中开启二进制日志(Binlog),可以按照以下步骤操作:打开MySQL配置文件my.cnf。该文件通常位于/etc/my.cnf、/etc/mysql/my.cnf或者/usr/local/mysql/my.cnf。查找并编辑[mysqld]部分的内容。如果没有这个部分,则添加以下行到文件末尾:[mysqld]。在[......
  • 基础设置之——dev_open_file_dialog
    >>>dev_open_file_dialog(::Filter,Mode,Path:Selection)Mode可取值:'default','dir','read','read_multi','write'>>dev_open_file_dialog('read_image','read_multi'......
  • (笔记)Linux下glog日志库的详细使用方法
     Glog是一个开源的C++日志库,它提供了非常方便的日志记录功能。下面是使用Glog的详细步骤: 一、安装Glog库您可以从Glog的官方网站(https://github.com/google/glog)下载Glog的源代码,然后进行编译和安装。在Linux系统下,您可以使用以下命令安装Glog库:sudoapt-getinstalllibg......
  • MediaTek Filogic 系列路由器串口救砖教程
    感谢蝈蝈大佬开发的mtk_uartboot工具,这样就可以随便刷砖了适用系列:MediaTekMT7622、MT7981、MT7986、MT7988SoC1.下载工具地址:https://github.com/981213/mtk_uartboot/releasesWindows用户选择mtk_uartboot-x86_64-pc-windows-msvc.zipLinux用户选择mtk_uartboot-......
  • 写少一点/ARCHITECTURE/JavaScript类型转换/Logitech Options一直转圈
    《写少一点》https://www.yuque.com/beilo/simpread/1709260496568《ARCHITECTURE文件》https://www.yuque.com/beilo/simpread/1709260486335例子https://github.com/rust-lang/rust-analyzer/blob/d7c99931d05e3723d878bea5dc26766791fa4e69/docs/dev/architecture.md《Java......
  • 基于FPGA的9/7整数小波变换和逆变换verilog实现,包含testbench
    1.算法运行效果图预览 将测试结果导入到matlab显示   2.算法运行软件版本vivado2019.2,matlab2022a 3.算法理论概述      小波变换是一种在信号处理中广泛应用的数学工具,它能够提供信号在不同尺度和位置上的信息。在图像处理、数据压缩、噪声消除等领域,小......