Skip to content
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

Open
guferreti opened this issue Oct 29, 2024 · 3 comments
Open

FLOPs metric #7

guferreti opened this issue Oct 29, 2024 · 3 comments

Comments

@guferreti
Copy link

How did you calculate the FLOPs of HDR-GAN, sorry for the out of topic question

@ltkong218
Copy link
Owner

I use the script like benchmark_SAFNet.py to test PyTorch implement of the generator of HDR-GAN.
Thanks.

@guferreti
Copy link
Author

guferreti commented Oct 31, 2024

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).

@ltkong218
Copy link
Owner

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.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants