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

Added optional tanh to coors_mlp #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jscant
Copy link
Contributor

@jscant jscant commented Oct 19, 2021

This removes the NaN bug completely (must also use norm_coors otherwise performance dies)

The NaN bug comes from the coors_mlp exploding, so forcing values between -1 and 1 prevents
this. If coordinates are normalised then performance should not be adversely affected.

This removes the NaN bug completely (must also use norm_coors otherwise performance dies)
@lucidrains
Copy link
Owner

@jscant looks good Jack! do you want to check what is wrong with the CI?

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