Commit 135c3aaa authored by wangsen's avatar wangsen
Browse files

add readme.md

parent 7e0f0dc2
...@@ -5,16 +5,6 @@ sudo apt-get install git-lfs ...@@ -5,16 +5,6 @@ sudo apt-get install git-lfs
``` ```
# 环境部署
```
```
# 下载 # 下载
## 下载数据集 ## 下载数据集
...@@ -37,10 +27,20 @@ cd Geneformer ...@@ -37,10 +27,20 @@ cd Geneformer
``` ```
# 模型训练
# 环境部署
```
conda create -n geneformer python=3.10
conda activate geneformer
pip install torch #dcu版本的torch
```
# 模型训练
``` ```
#单卡运行 #单卡运行
python classifier.py \ python classifier.py \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment