Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I wanted to understand the working methodology of geomtime and num_domain.
Say, I have a scaled spatial domain in x-direction from 0 to 1 and scaled time domain from 0 to 1:
And i train it with 40,000 points in domain:
My question is: does the num_domain parameter, set to 40000 in this case, mean that the PINN is trained with 200 points in the x-domain and 200 points in the time domain (assuming uniform sampling by default)?
Furthermore, if I were to perform inference using more points than the number used during training, for example, 400 points in the x-domain and 300 points in the time domain, would this lead to a decrease in the efficiency of the PINN during inference?
I would greatly appreciate any insights or guidance on this matter. Thank you!
Best regards,
Rabs
Beta Was this translation helpful? Give feedback.
All reactions