Closed fabiononato closed 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.
model.fit
run01_train_cumulative_damage.py
callbacks
https://github.com/PML-UCF/pinn/blob/master/samples/cumulative_damage/airplane_fleet_crack_growth/run01_train_cumulative_damage.py#L130
Issue fixed on release v0.0.2 #5
The API for callbacks in
model.fit
method has changed in TF2.0. The Sample python scriptrun01_train_cumulative_damage.py
needs modification oncallbacks
to work.https://github.com/PML-UCF/pinn/blob/master/samples/cumulative_damage/airplane_fleet_crack_growth/run01_train_cumulative_damage.py#L130