Closed claudiogreco closed 4 years ago
Hi, I was unable to reproduce the logginfg issue until very recently! For a workaround, you may change https://github.com/SsnL/dataset-distillation/blob/07fd49bbc5c0382b9deedc8699ddae0ffa993dd7/utils/__init__.py#L8 to an ascii compatible string!
For the LR scheduler warning, if you are using a new PyTorch version, please move https://github.com/SsnL/dataset-distillation/blob/07fd49bbc5c0382b9deedc8699ddae0ffa993dd7/train_distilled_image.py#L214-L215 to https://github.com/SsnL/dataset-distillation/blob/07fd49bbc5c0382b9deedc8699ddae0ffa993dd7/train_distilled_image.py#L266
Feel free to reopen if you have further questions!
Hello,
when I run the following command:
I get the following warnings:
Could you please help me to solve this issue? Could it be related to the versions of Python and PyTorch I am using? I am using Python 3.6.8 and PyTorch 1.2.0. What versions did you use exactly?
Thank you very much in advance.
Best, Claudio