Lornatang / SRGAN-PyTorch

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

Resnet Models num_blocks #75

Closed mlellouch closed 1 year ago

mlellouch commented 1 year ago

The resnet build_model() function passes the num_blocks argument instead of num_rcb. A pull request was created

Lornatang commented 1 year ago

Thanks. Fixed this error