DeepLagrangianFluids
DeepLagrangianFluids copied to clipboard
tf.function retracing warning
Hello,
I tried to use different sets of data (generated by me) for network training, however, for some datasets, I get the following warning, but the training finishes.
WARNING:tensorflow:5 out of the last 5 calls to <function main.
For other datasets, sometimes the warning shows up and the training crashes right after or after several steps. Sometimes, everything goes ok.
What could be the reason for the warning? All datasets go through the same collection and conversion procedure.