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
cnn_svm中的 get_test_transform 并未定义,是不是写错了?
The text was updated successfully, but these errors were encountered:
dataset里面好像有,导入进来
Sorry, something went wrong.
cnn_svm中的 get_test_transform 并未定义,是不是写错了? 在data文件夹下面的transform里面,前面的import改一下
将from transform import get_test_transform改成from data.transform import get_test_transform就可以了
No branches or pull requests
cnn_svm中的 get_test_transform 并未定义,是不是写错了?
The text was updated successfully, but these errors were encountered: