Mahdi Abbasi
Results
2
comments of
Mahdi Abbasi
hi, you can use this: from classifiers import resnet model = resnet.Classifier_RESNET(*Args) model.fit(x_train, y_train, x_val, y_val, y_true)
Hi. I got the same problem and I realized that I inputted my dataset name incorrectly. Mabey you're doing that too.