-
Notifications
You must be signed in to change notification settings - Fork 2
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
FLOPs metric #7
Comments
I use the script like benchmark_SAFNet.py to test PyTorch implement of the generator of HDR-GAN. |
Can you share this implementation(I know that somethings you cannot share)? for my final paper(I'm undergraduating) and doing some modification in the generator model of HDR-GAN and I want to use FLOPs metric to compare the modification I did with the original(I used the original HDR-GAN repo for that). |
The generator of HDR-GAN is a common U-Net and is easy to implement. Since you are doing some modification in the generator of HDR-GAN for your final paper, I suggest that you implement the code yourself for better understanding and more accurate FLOPs measurement. |
How did you calculate the FLOPs of HDR-GAN, sorry for the out of topic question
The text was updated successfully, but these errors were encountered: