hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
587 stars 265 forks source link

ValueError: List argument 'values' to 'ConcatV2' Op with length 0 shorter than minimum length 2. #60

Open MahdiHeybati opened 6 years ago

MahdiHeybati commented 6 years ago

Hi I have got this error when i run train_c3d_ucf101.py . I'm new in TF. please help me fix this error.

MahdiHeybati commented 6 years ago

since i have one gpu i changed number of gpus to 0 .

Ai-is-light commented 6 years ago

@mahdiheybati73 setting num_gpu=1

rrxi commented 4 years ago

Hi I have got this error when i run train_c3d_ucf101.py . I'm new in TF. please help me fix this error.

Hi, do you slove this problem now? I get same error when i use "predict_c3d_ucf101.py". Since i do not have gpu i set num_gpu=0.