We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第24行的代码如下: train_data = DogCat(opt.test_data_root,test=True) 这里既然是train,为何用opt.test_data_root 做数据输入?
The text was updated successfully, but these errors were encountered:
@chenyuntc 麻烦云哥给我解释一下。
Sorry, something went wrong.
应该就是个typo, 你直接改成 test_data = DogCat(opt.test_data_root,test=True) 就行了
test_data = DogCat(opt.test_data_root,test=True)
行,tks
No branches or pull requests
第24行的代码如下:
train_data = DogCat(opt.test_data_root,test=True)
这里既然是train,为何用opt.test_data_root 做数据输入?
The text was updated successfully, but these errors were encountered: