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
from keras.models import Sequential
from keras.layers import Dense, Dropout, Activation, Flatten
from keras.layers import Conv2D, MaxPooling2D, ZeroPadding2D
from keras.optimizers import SGD,RMSprop,**Adam**
from keras.utils import **to_categorical**
The text was updated successfully, but these errors were encountered:
When we ran the GestureCCN.py file, we faced 2 errors in the imports:
So we updated the 2 import requests to:
The text was updated successfully, but these errors were encountered: