ssnl / dataset-distillation

Open-source code for paper "Dataset Distillation"
https://ssnl.github.io/dataset_distillation
MIT License
778 stars 115 forks source link

Uniquenamespace #41

Closed DoubleRedX closed 2 years ago

DoubleRedX commented 2 years ago

Hello. While I was reading your code,I met a unresolved reference in Line 40 of base_options.py.It is

        self.opt = UniqueNamespace()

So,how can I solve this? Thank you!

ssnl commented 2 years ago

should be fixed now