Nathan

Results 6 comments of Nathan

Please look at [tf doc](https://www.tensorflow.org/api_docs/python/tf/keras/applications/EfficientNetB0), it is only available in tf-nightly of tf 2.2. So if your tf is not nightly, you cannot find it.

Yes, that is just all users want. An auto-named run-id, and we can use the same name to do the same experiment. Thanks a lot. Sorry for late reply, I...

> Thanks for raising this feature request. This is something on our roadmap since we also received requests for ELO as completion criteria previously. We have been re-thinking the interface...

Hi, I just want you to know the solution at https://github.com/bbepis/XUnity.AutoTranslator/issues/57#issuecomment-562344581 work on the game [Skul](https://store.steampowered.com/app/1147560/Skul_The_Hero_Slayer/). Its file version is 2019.4.8.30749, greater than 2018. So it works correctly as expected....

I agree with `Most endpoints handle rich text poorly`. Setting in "" maybe translate and mess up rich text. About `Most endpoints handle newlines poorly`, is it trying to solve...

About concurrency: In fact, the translation of Google Translate is also `MaxConcurrency` 0 or 1. So it seems that even build-in endpoints use `MaxConcurrency=1`. In my opinion, maybe you can...