VSainteuf / pastis-benchmark

MIT License
195 stars 38 forks source link

Update dataloader.py #24

Closed rahultembhurney closed 3 months ago

rahultembhurney commented 1 year ago

changed iteritems() to items() in dataloader.py

rahultembhurney commented 1 year ago

I was trying to implement using the code from this repo and I found that iteritems() has been deprecated so I proposed the change

VSainteuf commented 3 months ago

Thanks for you PR !