-
Notifications
You must be signed in to change notification settings - Fork 262
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
Match escn_exportable with escn main #866
Conversation
@@ -70,8 +70,8 @@ def load_model(type: str, compile=False, export=False): | |||
cutoff=CUTOFF, | |||
max_num_elements=MAX_ELEMENTS, | |||
num_layers=8, | |||
lmax_list=[4], | |||
mmax_list=[2], | |||
lmax_list=[6], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe leave a note here to mention some additional things we can add to make this test more sensitive: add backwards, add better weight initialization etc
Thanks for fixing this!! |
@@ -79,6 +79,7 @@ def __init__( | |||
resolution: int | None = None, | |||
compile: bool = False, | |||
export: bool = False, | |||
rescale_grid: bool = False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unless we plan to test this, lets remove this as an option, i still prefer to remove the rescale code and keep it simpler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I will test out the impact of rescale_grid.
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
fix l/m; make rescaling optional