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

Add scheduled eta and clamp_max #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

robobeebop
Copy link

Evaluated eta and clamp_max with t_int for further configuration.

@@ -1429,7 +1430,7 @@ def cond_fn(x, t, y=None):
skip_timesteps=skip_steps,
init_image=init,
randomize_class=randomize_class,
eta=eta,
eta=args.eta[1000-t_int] if type(args.eta) is np.ndarray else args.eta,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really like this feature, can you provide a screenshot how it looks when this is intergrated?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the results: https://imgur.com/a/bVGj5Lc

And here's the link to the custom notebook with this feature implemented:
https://colab.research.google.com/drive/173sJy8VmXM8d9mUhjQcnEFr8WckpXIsc?usp=sharing

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

Successfully merging this pull request may close these issues.

2 participants