ncgarcia / modality-distillation

Tensorflow code for the paper 'Modality Distillation with Multiple Stream Networks for Action Recognition', ECCV 2018
19 stars 3 forks source link

Problems on parsers._parse_fun_one_mod #4

Open ENDLICHERE opened 3 years ago

ENDLICHERE commented 3 years ago

I got the error : AttributeError: 'list' object has no attribute 'get_shape' in line 30-31 s1_train_stream.py: dset_train = dset_train.map( lambda x: parsers._parse_fun_one_mod(x, is_training=True, modality=modality))

How could I fix it?

AlishyaMa commented 3 years ago

I think it is a version compatibility problem with TensorFlow. I finally run the code smoothly with the docker of TensorFlow 1.3.0-gpu-py3.