-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac也是按这个步骤来吗,改成CPU训练就可以了嘛 #37
Comments
是的,但是时间很慢 |
速度还可以吧MBP M2P芯片,12000个样本,十几分钟就好了 |
@CHINAYNINI
我的配置没变动,我以为target中的epoch是20,现在已经84了。 也是用的测试数据集 |
我这里100个图片,32G I9 Mac跑了三天还没完又是什么鬼? |
在colab上跑acc正常,把整个项目原封不动复制到本地mps跑acc就一直0.0... |
现代的模型已经用 cpu 训练的速度已经没法接受了。 其实 pytorch 是支持 mac 的,官网链接里都有 mac 版的下载方式 mac 下不用 cuda,只要声明 device 为 Lines 191 to 196 in 745c29e
|
No description provided.
The text was updated successfully, but these errors were encountered: