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

possible bug: 'targets' variable not used in PDE losses() method? #1740

Open
rangelDi opened this issue May 15, 2024 · 0 comments
Open

possible bug: 'targets' variable not used in PDE losses() method? #1740

rangelDi opened this issue May 15, 2024 · 0 comments

Comments

@rangelDi
Copy link

Hello! It seems the 'targets' variable in the model.py module, which, when used with the pde.py module corresponds to the 'solutions' argument of the 'PDE' class (I think), is not actually being taken into account in the 'losses()' method of pde.py.

Consequently, none of the methods starting from 'outputs_losses()' all the way up to 'train()' and '_test()' in model.py take into account any reference data. Is that right? I may be mistaken as I am not very experienced with ML just yet. If not, could you please explain what the 'targets' variable is? Issue #358 explored this question, but I don't believe it was ever answered.

Thanks!

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

No branches or pull requests

1 participant