You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to manually do some key name replacing and regex checks to be able to support all models of all 3 types of RRDBNet archs you have done for: Original ESRGAN, Later ESRGAN (Near BasicSR), as well as Real-ESRGAN.
Please try not to change the state keys so much as it breaks compatibility with old models for testing and gives other devs a headache to try support them all. Thanks.
The text was updated successfully, but these errors were encountered:
As you can see here: https://github.com/rlaphoenix/VSGAN/blob/a81c177f00ee8cfb5bbc847c0da0ce2b5ad9d4ec/vsgan/archs/ESRGAN.py#L42
I need to manually do some key name replacing and regex checks to be able to support all models of all 3 types of RRDBNet archs you have done for: Original ESRGAN, Later ESRGAN (Near BasicSR), as well as Real-ESRGAN.
Please try not to change the state keys so much as it breaks compatibility with old models for testing and gives other devs a headache to try support them all. Thanks.
The text was updated successfully, but these errors were encountered: