DonaldRR / SimpleNet

MIT License
402 stars 59 forks source link

run on windows #63

Open Longjing90 opened 3 months ago

Longjing90 commented 3 months ago

I'm very interested in your research. Can you provide the codes run on windows. thank you very much.

SeyanaDesu commented 3 months ago

I'm very interested in your research. Can you provide the codes run on windows. thank you very much.

you just need to install the GitBash to run the bash codes, and then the codes provided here can be directly run on Windows

Longjing90 commented 3 months ago

I have run the bash codes successfully by your method. thank you very much. But I added other information at the front of the run.sh. the informatihon as follow: source D:/anaconda3/etc/profile.d/conda.sh conda activate pytorch set -ex

Ajiuovo commented 1 month ago

I have run the bash codes successfully by your method. thank you very much. But I added other information at the front of the run.sh. the informatihon as follow: source D:/anaconda3/etc/profile.d/conda.sh conda activate pytorch set -ex 按照您的提示,在.sh文件前添加了代码,但是results中没有结果,这是为什么呢?您成功运行之后应该是什么提示呢?

zhaokunabc commented 1 week ago

I have run the bash codes successfully by your method. thank you very much. But I added other information at the front of the run.sh. the informatihon as follow: source D:/anaconda3/etc/profile.d/conda.sh conda activate pytorch set -ex 按照您的提示,在.sh文件前添加了代码,但是results中没有结果,这是为什么呢?您成功运行之后应该是什么提示呢?

same question, how to train it? have you finished?