"mmdet/models/reid/gap.py" did not exist on "ec3f5448b2dc9d9c12b102bd632e24ae5b567be2"
-
Derek Murray authored
1. `tf.contrib.data.batch_and_drop_remainder()` has been deprecated for a while now. 2. `Dataset.make_one_shot_iterator()` is no longer necessary in input functions, and avoiding it lead to better performance on TPUs. (It will also be removed in TF 2.0.)
aead3912