Brendan McLearie

Results 5 comments of Brendan McLearie

Confirmed getting the same with tf 2.9.1 with keras tuner where its included in the tuner model: ` self.tuner = kt.tuners.Hyperband( ... distribution_strategy=tf.distribute.MirroredStrategy(), ... ) `

Any update on this? In my case, very rarely I get this error on one worker which is attached over a slow connection (10MB LAN). Does not seem to have...

Thanks for the feedback. I will run up a test rig shortly and give it a go. What errors did you see when you tried this?

Many thanks! Would you like to pull a copy and push the fix back to the code base? Or I can add it in. Let me know.

Gday! Thanks heaps for working on this. Would be great to merge it into the master. Perhaps you could add some board directives: ``` // #define ESP #ifdef ESP ......