Using TFRecords from MetaDataset in training model #13969
Unanswered
rashindrie
asked this question in
code help: RL / MetaLearning
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a dataset that is stored in TFRecords format and I was wondering how to use that in training the PL module. The TFRecords are actually from Google’s meta dataset.
The usual code to read the TFrecords is shown below. As you can see, we do not use Dataloaders but rather use TF sessions to get dataset batches. I am now stuck trying to use MetaDatasetBatchReader as the train/ val loader during training.
Any help on how to handle this scenario in Pytorch Lightning will be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions