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

How many training steps are there #2

Open
KevinWang676 opened this issue Jun 20, 2023 · 2 comments
Open

How many training steps are there #2

KevinWang676 opened this issue Jun 20, 2023 · 2 comments

Comments

@KevinWang676
Copy link

KevinWang676 commented Jun 20, 2023

Hi, thanks for sharing this great work. I have some questions about the code.

  1. I wonder how many steps the program takes to train a model for a 248×186 image like balloons.png.
  2. In my training environment, I can only pip install certifi==2022.9.24, PyWavelets==1.3.0 and tqdm==4.63.1. However, the requirements in your repo are certifi==2022.12.7, PyWavelets==1.4.1 and tqdm==4.64.1. So I wonder if the downgraded version of the three packages will affect my training results. All the other packages are the same as yours.

Thank you in advance!

@KevinWang676 KevinWang676 changed the title Training steps How many training steps are there Jun 20, 2023
@fallenshock
Copy link
Owner

Hi,
Thanks for showing interest in our work!
Regarding (1) we ran all our experiments with the default num_timesteps=120000 value. You can experiment with different LR schedules and optimizers to potentially decrease this value and ultimately decrease training time.
As for (2) these package versions shouldn't cause any problems.
Regards,
Vladimir

@KevinWang676
Copy link
Author

KevinWang676 commented Jun 28, 2023

Hi, thanks for your reply! It helps a lot.

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