Commit 59578933 authored by maming's avatar maming
Browse files

Update README.md

parent 759d5b87
......@@ -72,13 +72,13 @@ echo $LD_LIBRARY_PATH | tr ':' '\n' | head -3
```bash
cd KamNet_pytorch/s2cnn/examples/mnist
#生成球面MNIST数据集
# 生成球面MNIST数据集
python3 gendata.py
# 进入缺失文件的目录
cd /usr/local/lib/python3.10/dist-packages/lie_learn/representations/SO3/pinchon_hoggan/
# 从官方仓库手动下载缺失的矩阵文件
wget https://raw.githubusercontent.com/AMLab-Amsterdam/lie_learn/master/lie_learn/representations/SO3/pinchon_hoggan/J_dense_0-150.npy
#numa绑定,查看机器numa亲和度
# numa绑定,查看机器numa亲和度
export HIP_VISIBLE_DEVICES=0
numactl --cpunodebind=3 python run_new.py --network original
```
......
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