PML-UCF / pinn

Physics-informed neural networks package
MIT License
245 stars 47 forks source link

PINN on TF2.0 - callback API change needed #2

Closed fabiononato closed 5 years ago

fabiononato commented 5 years ago

The API for callbacks in model.fit method has changed in TF2.0. The Sample python script run01_train_cumulative_damage.py needs modification on callbacks to work.

https://github.com/PML-UCF/pinn/blob/master/samples/cumulative_damage/airplane_fleet_crack_growth/run01_train_cumulative_damage.py#L130

renatogn commented 5 years ago

Issue fixed on release v0.0.2 #5