-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test review assistant - DO NOT MERGE!!! #1
base: main
Are you sure you want to change the base?
Conversation
src/eval_bilinear.py
src/gen_sr.py
import argparse
from pathlib import Path src/generator.py
self.pixel_shufflers = nn.Sequential()
for i in range(int(np.log2(upscale_factor))):
self.pixel_shufflers.add_module(f"pixel_shuffle_blk_{i}", PixelShufflerBlock(in_channels=64, upscale_factor=2)) src/train.py
By addressing these suggestions, the modified code should maintain both its functionality and performance integrity. |
No description provided.