I think the problem is that we are stopping the rest of the workers while one is doing all the work.
For some reason, this makes the manager stops before the one doing the work finishes.
Workaround: set number of workers=1 and use Distributed as distribution strategy.
I think the problem is that we are stopping the rest of the workers while one is doing all the work.
For some reason, this makes the manager stops before the one doing the work finishes.
Workaround: set number of
workers=1and useDistributedas distribution strategy.