pytorch_classification icon indicating copy to clipboard operation
pytorch_classification copied to clipboard

cnn_svm中的 get_test_transfrom 并未定义

Open PandaK404 opened this issue 4 years ago • 3 comments

cnn_svm中的 get_test_transform 并未定义,是不是写错了?

PandaK404 avatar May 29 '21 08:05 PandaK404

cnn_svm中的 get_test_transform 并未定义,是不是写错了?

dataset里面好像有,导入进来

lqsunshine avatar Jul 02 '21 07:07 lqsunshine

cnn_svm中的 get_test_transform 并未定义,是不是写错了? 在data文件夹下面的transform里面,前面的import改一下

fuzbby avatar Nov 02 '21 13:11 fuzbby

将from transform import get_test_transform改成from data.transform import get_test_transform就可以了

LifeIsBright-heihei avatar Mar 21 '22 08:03 LifeIsBright-heihei