ssnl / dataset-distillation

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

Replace calls to deprecated yaml.load(input) #52

Closed swap-10 closed 2 years ago

swap-10 commented 2 years ago

Replace calls to yaml.load(input) [removed] with yaml.full_load(input) in base_options.py Fixes https://github.com/SsnL/dataset-distillation/issues/51

ssnl commented 2 years ago

Thanks!

swap-10 commented 2 years ago

Happy to help!