-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
对于 Chap 6 的一些想法 #11
Comments
visdom 确实有点问题,尤其是最近改版,以及由于部分js文件在国内被墙的原因。
然后重启visdom服务 预训练的模型太大了 😅 |
能贴一下 visdom.server 的log看看吗? |
😅 restart visdom.server and try? |
尝试过多次> <,均无法更新,master和0.3的分支都试过了😂我再来试看看Python3,之前一直用的是Python2 |
谢谢谢谢😂我好像知道错了> <,用pip装到py3.5里去了,结果启动的visdom还是py2.7里的旧版本 |
😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
首先 文件夹里有两个重复的文件,建议删除一个。
README里的使用方法要是和实战指南中 6.1.8 使用相互一致或者类似更好。实战指南中的使用方式更为可靠。在实际使用中,
--load-model-path=None
参数不能少,其实要是能够提供训练好的pth那就更好了,没用 GPU 来训练模型真是太痛苦了。在
main.py
的train
,test
,val
函数中使用tqdm
,这样能看出进度> <,不然有一种死机的感觉。另外,Chap 5 的 visdom 部分有些和预计结果不同,在 Chap 6 中,loss 图和 val_accuracy 都不能得到曲线,不知道是不是因为版本的原因。
The text was updated successfully, but these errors were encountered: