xuzheyuan624 / slowfast-keras

A implementation of "SlowFast Networks for Video Recognition" with tf.keras
50 stars 14 forks source link

ValueError: The channel dimension of the inputs should be defined. Found "None" #3

Open tomanick opened 4 years ago

tomanick commented 4 years ago

I ran the code but I found the following bug: raise ValueError('The channel dimension of the inputs ' ValueError: The channel dimension of the inputs should be defined. Found "None"

How to solve this? Did this be related to the CUDA or Tensorflow version?

WuGe0424 commented 4 years ago

I ran the code but I found the following bug: raise ValueError('The channel dimension of the inputs ' ValueError: The channel dimension of the inputs should be defined. Found "None"

How to solve this? Did this be related to the CUDA or Tensorflow version?

Hey, have you already solved this problem?