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

About training #19

Open
steven30currry opened this issue Mar 19, 2023 · 3 comments
Open

About training #19

steven30currry opened this issue Mar 19, 2023 · 3 comments

Comments

@steven30currry
Copy link

Dear author
I'd like to ask you three questions

Most importantly, the training code seems to be incomplete (for example, the training process does not match the description in the paper, especially regarding patch). Is there a more sound training code? Thank you very much.

Second, are data_transform and inverse_data_transform necessary?

Finally, when I was training 128*128 pictures on Nvidia 3090, a single card could actually run the batch of 24 data. Is this normal?

@Electric-Orange
Copy link

me too!

@Electric-Orange
Copy link

is there anyone can help?

@oozdenizci
Copy link
Collaborator

Most importantly, the training code seems to be incomplete (for example, the training process does not match the description in the paper, especially regarding patch).

The code is complete and works fine. This repository accurately represents the method described in the paper. I do not understand what is the problem exactly, maybe you should specify which part from the paper seems to not match?

Second, are data_transform and inverse_data_transform necessary?

Yes, for the current implementation version they are necessary.

Finally, when I was training 128*128 pictures on Nvidia 3090, a single card could actually run the batch of 24 data. Is this normal?

I am not sure regarding the specifics of that particular GPU, so this is a matter of trying out different batch sizes and seeing which works suitably on your machine.

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