DavidBPw
Results
2
comments of
DavidBPw
Would it be sufficient to just modify the mask iand my input labels in such a way that the mask correctly identifies data points who share at least one class...
You can save a model in tensorflow at the location checkpoint_path with: model.save_weights(checkpoint_path) And to load it you can use: model.load_weights(checkpoint_path)