You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this novel algorithm to identify the material properties.
I still have a few questions about transfer learning:
For the function “validation_exp_cross_transfer”, it seems that only the 2D and 3D FEM dataset are involved in the Pre-training. Can we consider the experimental dataset to be involved in pre-training and saved as a model file?
If I want to perform a 2DFEM+3DFEM+EXP training network as in Figure 4 and apply it to the identification of properties of other unknown materials, how can this be achieved?
What is the difference between the function “validation_exp_cross2”and function “validation_exp_cross3”? It looks like the input and output of these two functions are the same.
Thanks.
The text was updated successfully, but these errors were encountered:
It seems that the function "validation_exp_cross3" is designed for predict the "E, sigmay, sigma033" of "expdata2" by using the network built with the "FEMdata", "BerkovichData" and "dataexp1". While, the "validation_exp_cross" can only perform a 2DFEM+3DFEM training network and predict the expdata.
For the function "validation_exp_cross3" in nn.py, I don't understand the purpose of setting the the 10 times of interation. In additon, the result data is presented in 10 columns. I am not sure which column can be the solution with highest reliability.
Thanks for sharing this novel algorithm to identify the material properties.
I still have a few questions about transfer learning:
For the function “validation_exp_cross_transfer”, it seems that only the 2D and 3D FEM dataset are involved in the Pre-training. Can we consider the experimental dataset to be involved in pre-training and saved as a model file?
If I want to perform a 2DFEM+3DFEM+EXP training network as in Figure 4 and apply it to the identification of properties of other unknown materials, how can this be achieved?
What is the difference between the function “validation_exp_cross2”and function “validation_exp_cross3”? It looks like the input and output of these two functions are the same.
Thanks.
The text was updated successfully, but these errors were encountered: