-
https://github.com/jessfraz/img
Could be a nice solution for building containers in the cluster.
-
### Description
After I succeed in running a mnist demo on one machine with 8 GPUs in a single docker, I try to do distribute training on 2 machines with dockers。
I followed the examples of sync tr…
-
I find the code position:
`Python36\Lib\site-packages\tensorflow_estimator\python\estimator\estimator.py` 's `predict` methods and `_train_with_estimator_spec` methods.
But I cannot fetch the tensor…
-
I think you have noticed that there is no release available now for tf-agents pip library to install. A number of other libraries have been broken by this issue including magenta, tensor2tensor, etc. …
-
### Description
I followed this tutorial: https://cloud.google.com/tpu/docs/tutorials/automated-speech-recognition
I already did the part of: t2t-datagen, but when I do the part of: t2t-trainer, the…
-
-
![step-30000-align](https://user-images.githubusercontent.com/6031938/38714938-2c8d73e4-3f0b-11e8-988e-31534924f98c.png)
![step-30000-pred-mel-spectrogram](https://user-images.githubusercontent.com/6…
-
### Description
Importing `t2t_trainer` is not working in `1.12.0`.
I have just updated my t2t version to `1.12.0` and noticed that I cannot import `t2t_trainer` anymor as I am getting
> `Imp…
-
I think you have noticed that there is no release available for tf-agents pip library to install since Feb. I notice it is still one of the dependencies in setup.py on master branch rather than the n…
-
I'd like to use a decoder-only Transformer with fast coding ability to use it as a RL agent in NLP like SeqGAN. transformer_moe.py has decoder-only option, but it seems to require onerous modification…