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) with supported function #50

Closed swap-10 closed 2 years ago

swap-10 commented 2 years ago

Replaced calls to yaml.load(input) with yaml.full_load(input)