google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to extract the last 10009 last images of the official tensorflow ImageNet split as stated in BYOL paper.

JoohyungLee0106 opened this issue · comments

In Appendix D.1., the BYOL paper states that they took the last 10009 last images of the official TensorFlow ImageNet split for the validation set to tune various hyperparameters.
I would like to reproduce the result and thus wonder how I can extract only the last 10009 last images of the official TensorFlow ImageNet split. Is there an order for the official TensorFlow ImageNet split?

Thank you.