Katherine Wu

Results 12 comments of Katherine Wu

Sorry for extremely late reply. Use `strategy.run` to call the model, or use `model.fit`. Here is the guide: https://www.tensorflow.org/guide/distributed_training#use_tfdistributestrategy_with_custom_training_loops Only model creation should be done inside of the distribution scope.

It looks like the go wrapper is calling the C++ API (`TF_LoadSessionFromSavedModel`) to load the SavedModel, but when I try calling method directly I don't see the same issue. Code:...