We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Ehsan
Hi I am Seohee
After last discussion about the logical operator of & and |, it is great to use it in the PINN
I just wonder how can we make conditional operator in functional object
I mean that I want to make the functional object same as max function
For example, if there is max (a,b) function, then the functional object automatically select which one is max value between a and b.
or other usage can be like a is sn.parameter and b is integer number, as the training goes by, max(a,b) can select which one is greater
how can I implement this function or any idea about this??
Best Regards
Seohee Jang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Ehsan
Hi I am Seohee
After last discussion about the logical operator of & and |, it is great to use it in the PINN
I just wonder how can we make conditional operator in functional object
I mean that I want to make the functional object same as max function
For example, if there is max (a,b) function, then the functional object automatically select which one is max value between a and b.
or other usage can be like a is sn.parameter and b is integer number, as the training goes by, max(a,b) can select which one is greater
how can I implement this function or any idea about this??
Best Regards
Seohee Jang
The text was updated successfully, but these errors were encountered: