Replies: 1 comment
-
could i use the following function to load directory which contains many tars ,thanks!! def get_wds_dataset(args, preprocess_img, is_train, epoch=0, floor=False, tokenizer=None):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I converted the yfcc15m dataset into multiple tar files, each containing 1000 data points.
But - "train" -data/home/gg/gg/MQBench - the main/test/model/tran1 / batch_1 tar \ can only read a tar to do.
since " --train-data /home/gg/gg/MQBench-main/test/model/tran1/*.tar " and " --train-data /home/gg/gg/MQBench-main/test/model/tran1" will report error,
could you please give me some advice on how to read directory or a lot of tar, thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions