kcct-fujimotolab / 3DCNN

3D convolutional neural network for video classification
270 stars 107 forks source link

Compatibility issues #15

Open mababi opened 6 years ago

mababi commented 6 years ago

could you please let me know exactly which version of python, and keras you used to run 3dcnn.py?

I am getting compatibility issues I think - for instance:

UserWarning: Update your Conv3D call to the Keras 2 API: Conv3D(32, kernel_size=(3, 3, 3), input_shape=(32, 32, 1..., padding="same") X.shape[1:]), border_mode='same'))

I had some problems before as well, but rather me trying to figure out the versions it would really help if you tell me exactly what you used.

thanks, Maria