Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
419 stars 105 forks source link

requirements.txt is missing tensorboard and setuptools #47

Closed valentin-fngr closed 2 years ago

valentin-fngr commented 2 years ago

Hi,

Correct me if I am wrong, but I needed to install tensorboard version 2.8.0 and setuptools 59.5.0 Not a big deal, but it was not in the requirements.txt. I might be wrong with that, just wanted to ask

Lornatang commented 2 years ago

At present, PyTorch is best matched with setuptools==59.5.0, and TensorBoard can be installed according to the latest version. I will update later, thanks for the reminder.