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

Switch to LuxCore #804

Merged
merged 5 commits into from
Jan 21, 2023
Merged

Switch to LuxCore #804

merged 5 commits into from
Jan 21, 2023

Conversation

ba2tro
Copy link
Contributor

@ba2tro ba2tro commented Jan 21, 2023

No description provided.

size_input = size(p.layer_1.weight, 2)
type_input = eltype(p.layer_1.weight)
size_input = model.layers.layer_1.in_dims
type_input = eltype(tspan)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would this be alright?

Copy link
Member

Choose a reason for hiding this comment

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

I don't see what the issue would be.

@ChrisRackauckas ChrisRackauckas merged commit b1984c1 into SciML:master Jan 21, 2023
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