brjathu / iTAML

Official implementation of "iTAML : An Incremental Task-Agnostic Meta-learning Approach". CVPR 2020
96 stars 16 forks source link

AttributeError: type object 'args' has no attribute 'overflow' #2

Closed Kelly368 closed 4 years ago

Kelly368 commented 4 years ago

Hello,someone. When i run python3 train_cifar.py 0 ,it raises an error:’AttributeError: type object 'args' has no attribute 'overflow' Thanks someone for helping me.

brjathu commented 4 years ago

Hi @Kelly368, I have fixed the dataloaded, which previously used overflow argument. Let me if you have any questions.

https://github.com/brjathu/iTAML/commit/e8ec1e7f1c988cdb8f0d9045fe5ec7fd7acdc7e0

Kelly368 commented 4 years ago

It worked!Thank you so much!