You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defCNN(network='VGG16', choice='predict', weights='weights.h5',
Train='./dataset', prediction='./image.jpg'):
''' Train images using one of several CNNs '''
Command:
python SinfNet.py --cnn_train NETWORK TRAIN TESTS example python SinfNet.py -ct CNN ./dataset/Augmented ./dataset/Original_Images
The text was updated successfully, but these errors were encountered: