tf-imagenet
tf-imagenet copied to clipboard
TensorFlow ImageNet - Training and SOTA checkpoints
Hello! Thanks for your works. Now I want to add a new network which is called GhostNet in these framework. Is there any strategies and notes I have to follow?...
Hi, Thank you for the rep. Could you please share the hyperparams you were using to get 71+% accuracy on imagenet? https://github.com/balancap/tf-imagenet/tree/master/docs - seems there is no info for mobilenet...
hi @balancap, thanks for the excellent repo. i want to recreate the training the lead to mobilenetV2 SOTA results. did you use for SOTA training the parameters in: https://github.com/balancap/tf-imagenet/blob/test_nets/docs/mobilenet_v2.md ?...
Hi, can you upload tfrecord files? It's slow to download the original ImageNet data using the script (It will take more than a week.) If you can upload tfrecord files,...
Thank you for this repository! Would you be able to share the command line used for training one of the leading models, e.g., mobilenet_v2_d14 ?
Thanks for sharing your great work! The MobileNet-v1 you trained achieved 72.9 top-1 acc. which surpasses the reported number (70.6) in original paper by a large margin. Could you please...