baharanm / craig

Data-efficient Training of Machine Learning Models
58 stars 24 forks source link

train_resnet.py typo #2

Open KelvinYang0320 opened 3 years ago

KelvinYang0320 commented 3 years ago

Hello, @baharanm. I really enjoyed your paper titled "Coresets for Data-efficient Training of Machine Learning". That's really nice work! I am trying to run your code, but it seems that there is a typo. The python file is named resnet instead of resnet_icml?:sweat_smile: Should I download other package to get this python file? Thank you! https://github.com/baharanm/craig/blob/b0374a27f2503e9058ac529b556b8f5dc8b68577/train_resnet.py#L14 image

mutong184 commented 8 months ago

@KelvinYang0320 do you solove this problem ?

KelvinYang0320 commented 8 months ago

@mutong184 If i remember correctly, just rename the file or import resnet.

mutong184 commented 8 months ago

@KelvinYang0320 thanks, I will try it on