Open engsbk opened 2 years ago
@engsbk I may try training for a little longer and adding the SA weighting scheme. 10k isn't too long of a training horizon, especially for a 2D problem. I would bump more Adam iterations and see where that takes you.
@engsbk Did you train this one for longer? I really think that with more training iterations you'll get pretty good results here.
Yes, I increased Adam epochs to 40,000. The results got better only on the first slice of time.
I was also trying to apply SA here, but when turning isAdaptive to true and using
dict_adaptive = {"residual": [True],
"BCs": [True, False, False, False, False]}
init_weights = {"residual": [tf.random.uniform([N_f, 1])],
"BCs": [100 * tf.random.uniform([1,1,1,1,1]) , None]}
The loss in Adam training kept increasing which eventually showed loss = nan
and I could not plot.
Any ideas?
Hello @levimcclenny and thanks for recommending this library!
I have modified the 1D burger example to be in 2D, but I did not get good comparison results. Any suggestions?