dl-4-tsc icon indicating copy to clipboard operation
dl-4-tsc copied to clipboard

USE CUSTOM DATA

Open arci97 opened this issue 3 years ago • 1 comments

hi, how can i efficiently use the code by ingesting my personal data?

arci97 avatar Oct 12 '21 10:10 arci97

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)

mhdabbasi avatar Nov 28 '21 04:11 mhdabbasi