Joe Keenan

Results 4 comments of Joe Keenan

> @s4sarath let's stay on topic. > > @s4sarath @amorehead [Here is a notebook](https://colab.research.google.com/drive/1OFLZnX9y5QUFNONuvFsxOizq4M-tFvk-?usp=sharing) that explains the difference between the map dataset and iterable dataset with several examples, using dataloader...

@EvanZ I was also confused about this at first, but then figured it out. The Trainer does not need any information about the data to be instantiated. So I would...

I should also mention that I used a different strategy to solve this problem in the end using itertools.islice to avoid repeating data and my Iterable Dataset ended up looking...