I am trying to fit a model with callbacks including Tensorboard, history and checkpoint.
Then I am loading the model and when trying to fit it again on more epochs, I am receiving this error:
UnimplementedError: /dbfs/<path_to_history dir>/history.csv; Operation not supported
Any idea how to fix this?