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

With all due respect which part of your model is this going to be added to, the training or the testing part? #46

Open
Taonanana opened this issue Aug 30, 2023 · 1 comment

Comments

@Taonanana
Copy link

noise_schedule = NoiseScheduleVP(schedule='linear', continuous_beta_0=0.1, continuous_beta_1=20.)
            model_fn = GaussianDiffusion()
            # model_fn = model_wrapper(
            #     diffusion_model,
            #     noise_schedule,
            #     model_type="noise",  # or "x_start" or "v" or "score"
            #     model_kwargs={},
            # )
            dpm_solver = DPM_Solver(model_fn, noise_schedule, algorithm_type="dpmsolver++")
            x_sample = dpm_solver.sample(
                x_T, //what is this?
                t_end=1e-4,
                steps=20,
                order=3,
                skip_type="time_uniform",
                method="multistep",
            )

@LuChengTHU
Copy link
Owner

Hi @Taonanana ,

Sorry for the late reply. I don't exactly understand the question you're asking. Could you please give me a more detailed explanation?

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