JwDong2019

Results 5 issues of JwDong2019

My code ability is bad, and i can find the corresponding code,who can share me a link? Thank you very much.

When i run train.py, I ran into an erro: raise FileNotFoundError("No such file: '%s'" % fn) FileNotFoundError: No such file: '~path/pytorch-retinanet-yhenon/COCO/images/train2017/000000474769.jpg'. But i can find this picture in coco dataset....

change into: def _global_avg_pool(self, x): assert x.get_shape().ndims == 5 return tf.reduce_mean(x, [2, 3], keepdims=True)

Thanks for your code. Do you know whether the keras.layers.GatedConvLSTM2D is changed into keras.layers.GatedConvLSTM2D? And i also can't find keras.layers.GatedConvLSTM2D function in keras.Can you provide some reference?Thank you. Another question:...

where to find Charades_v1_rgb ?