first of all, thanks for this unique package. I have one question regarding the addition of a parameter as input. To have a better understanding, I will give the example of Euler Beam .
What if I want to give the force as an input? So the architecture will take x and force as an input, which should look like this:
layer_size = [2] + [20] * 3 + [1]
For all examples, input is space or time or a combination of them. How would it be possible? Or in general, is it possible to give the architecture any external input without changing the source code? Thanks in advance!
Dear Lu Lu,
first of all, thanks for this unique package. I have one question regarding the addition of a parameter as input. To have a better understanding, I will give the example of Euler Beam .
In line, force is given as 1:
What if I want to give the force as an input? So the architecture will take
x
andforce
as an input, which should look like this:For all examples, input is space or time or a combination of them. How would it be possible? Or in general, is it possible to give the architecture any external input without changing the source code? Thanks in advance!
Best, Tarik