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!
|
import resnet_icml as resnet |

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
resnetinstead ofresnet_icml?:sweat_smile:Should I download other package to get this python file?
Thank you!
craig/train_resnet.py
Line 14 in b0374a2