-
### Description
Hi, I want to reproduce the CNN translation model. But I encounter the model load problem. When I use the tensorflow 1.8, the model seems to be loaded correctly. But when I use the te…
-
### Description
Hi, guys. I have an error when using the 'translate_enzh_wmt32k_rev' problem for decoding.
It was fine during training with the reverse problem name but interrupted when decoding.
.…
-
### Description
I trained a transformer model for English to French translation. It is working well when I give it a sentence to translate. However, when I give a whole document (or simply a paragr…
-
### Description
hey, I exported the model using the command it provide. but when I predict new query, it always output the same thing. I tried to check few things and find that response = stub.Predic…
-
-
Todo List
- [x] enlarge hidden size
- [x] look into the implementation
- [ ] Check Jason T2T code
- [ ] Steal Jason's T2T dataset (perhaps his dataset is better )
- [x] weight average ?
Che…
zomux updated
4 years ago
-
tensorboard 1.9.0
Mac OS High Sierra
Python 3.6.5
```
$ .venv/bin/tensorboard --logdir runs
Traceback (most recent call last):
File ".venv/bin/tensorboard", line 11, in
sys.exit(run_m…
-
Hi guys,
I'm trying to run hyperparameter tuning from example: https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive/09_sequence/poetry.ipynb
…
-
### Description
I exported a trained `transformer` model for the `sentiment_imdb` problem with the following
t2t-exporter \
--model=transformer \
--hparams_set=transformer_small \
--probl…
-
Hi!
I've installed g2p_seq2seq in windows10 successfully, but when I want to test it(with python setup.py test in CMD) I have the below error.
could help me?
F:\R.V\university\pro\PROJECT 2\SoftWar…