Skip to content
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

chapter6 的main函数中加载路径是否存在问题? #215

Open
LawsonAbs opened this issue Jul 15, 2020 · 3 comments
Open

chapter6 的main函数中加载路径是否存在问题? #215

LawsonAbs opened this issue Jul 15, 2020 · 3 comments

Comments

@LawsonAbs
Copy link

第24行的代码如下:
train_data = DogCat(opt.test_data_root,test=True)
这里既然是train,为何用opt.test_data_root 做数据输入?

@LawsonAbs
Copy link
Author

@chenyuntc 麻烦云哥给我解释一下。

@wzhings
Copy link

wzhings commented Jul 19, 2020

应该就是个typo, 你直接改成
test_data = DogCat(opt.test_data_root,test=True)
就行了

@LawsonAbs
Copy link
Author

应该就是个typo, 你直接改成
test_data = DogCat(opt.test_data_root,test=True)
就行了

行,tks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants