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

Model accuracy #8

Open
PeterLuoCoder opened this issue Jun 5, 2023 · 1 comment
Open

Model accuracy #8

PeterLuoCoder opened this issue Jun 5, 2023 · 1 comment

Comments

@PeterLuoCoder
Copy link

In your paper, Table 10 shows that models like FCN, Unet, and DANet did not achieve the results as presented in the table, even after training and testing them twice. For example, in the case of DANet, I trained it using a single NVIDIA 3090 GPU. I made some adjustments such as modifying your multi-GPU setup to a single GPU and setting the batch size to 8 (both 4 and 8 gave similar results). Everything else remained the same. Can you provide any suggestions? Does using a single GPU affect the accuracy, or are there any other crucial parameter settings that I might have overlooked? Please advise. Thank you.
bf6c6ee18d8e1049c8a578c471be217

@zyxu1996
Copy link
Owner

zyxu1996 commented Jun 5, 2023

You should use lr=0.0003, bs=16, img_size=512

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