• I
    Don't distribute Keras models using cloning in Eager mode. · 1129d27c
    Igor Saprykin 提交于
    This behavior isn't going to be available with the `compile(cloning=...)` flag.
    
    The tests had to updated for this change for a few reasons: 1) Cloning and no-cloning supports different features, so the expected thrown exceptions are different.  2) TFOptimizer-wrapped optimizers don't work due to internal bug issue # 130808953.
    
    PiperOrigin-RevId: 258652546
    1129d27c
distribute_strategy_test.py 69.1 KB