Qianli Scott Zhu

Results 78 comments of Qianli Scott Zhu

Triage notes: Probably related to that the keras.applications models do have `compute_output_shape` implemented on the model.

Triage notes: Roundrobin to chen.

Thanks for the PR. Could u make the sure the weights for imagenet also available? Also please make sure to run the evaluation with imagenet eval set, and report the...

> @qlzh727 should I train the models also for the no bias case? > > Also, could you point me to the script that were used to train the bigger...

> @qlzh727 I was looking for an official script to train a classification model on imagenet, and stumbled upon this: https://github.com/tensorflow/models > > There is a typical example allowing to...

@zaccharieramzi, could u try to attach the weights to PR? or push it your github fork? What's the size of the weight file?

> @qlzh727 I am not sure what you mean by attaching the weights to the PR. I cannot for example put them in a comment. I think it's because it's...

Thanks. Will take a look.

Thanks for the change. I was able to verify the weights with the model. There is one particular issue for preprocessing. In your sample code, it was using ``` tf.keras.applications.imagenet_utils.preprocess_input(...