hxhe

Results 2 comments of hxhe

> I'm not sure but according to the error you've got its relating to the directory of your dataset: > Epoch 1/1 > Found 0 images belonging to 1 classes....

#evalution loss_test,accuracy_test = model.evaluate(x_test,y_test) #You should change the x_test and the y_test. print('\nloss_test',loss_test) print('accuracy_test',accuracy_test)