Vinh Nguyen
Vinh Nguyen
Please, could any maintainer of this repo helps review this?
@hangzhaomit?
> > > @vinhngx This seems interesting. How much gain in training time were you able to achieve by using mixed precision training? > Also, do we have to make...
> > > @vinhngx Have you also prepared a script with mixed precision support for running inferences? @seedlit I have not produced a script for mixed precision inference here, though...
Would you mind reviewing this PR @zihangdai?
@ibab I've made a pull request for mixed precision training https://github.com/ibab/tensorflow-wavenet/pull/384 and would like to encourage the authors and community to give it a try :)
This solved a somewhat related problem for me: `!pip install pydantic==1.9.0`
A very interesting and well written example by Google: https://cloud.google.com/blog/topics/developers-practitioners/event-triggered-detection-data-drift-ml-workflows
@DEKHTIARJonathan @meena-at-work any feedback please?
Thanks @meena-at-work for the review. By and large, I'd keep the two paths separate and clean. Conceptually it is possible to lump everything together and use "flags" to redirect, but...