Skip to content

Commit

Permalink
more accurate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Jul 10, 2022
1 parent 3dae43f commit 4173e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ prior_network = DiffusionPriorNetwork(
diffusion_prior = DiffusionPrior(
net = prior_network,
clip = clip,
timesteps = 100,
timesteps = 1000,
sample_timesteps = 64,
cond_drop_prob = 0.2
).cuda()

Expand Down

0 comments on commit 4173e88

Please sign in to comment.