-
I tried instantiating a simple WGAN_CP (based on your task 3), but got this error:
NotImplementedError: _model_fn() must be implemented in subclasses of AbstractGAN.
Looking at the code, the…
-
**Rasa version**: rasa==1.0.1
**Python version**: Python 3.6.7
**Operating system** (windows, osx, ...):
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
…
-
### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?
I found a few similar, but not equivalent, problems with frozen/quantized graphs:
Ca…
-
Is there a way to launch a training on a new set of data, using an already trained model as starting point ?
It could be very useful, to specialize a generic model, or simply enrich the process expla…
-
https://github.com/tunz/transformer-pytorch/blob/5cf29c06ebd067e0e0274904b386ae388a191745/model/transformer.py#L282
I noticed that you do slicing on the second dimension but do padding on the first…
-
Tensor2Tensor has [AdaFactor](https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/utils/adafactor.py) to drastically reduce the GPU memory usage. I believe it would be helpful for Fa…
-
I ran this command:
```sh
python ../sgnmt/decode.py --ignore_sanity_checks True --config_file ini/mymodel.ini --src_test ../../data/test.txt.ja.fixed --range 1:2
```
and mymodel.ini is this:
…
ghost updated
5 years ago
-
In my view, this can facilitate the research of dialogue systems.
-
Following the latest discussion, I would like to inform you that I successfully installed MMT 3.3.1 on Ubuntu 18.04. As I experienced some system freezes in intermediate installation configurations, I…
-
Hi MMT team,
I want ask you about the best hyper-parameters to use with transformer_big, based on your own experience.
According to [this paper](https://arxiv.org/abs/1804.00247), the author sug…