Lornatang / SRGAN-PyTorch

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

Making resnet models use the num_rcb parameter #76

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. This was fixed