diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:43:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:43:18 +0200 |
| commit | c4f4724000922416875086df0f20f7ea44c49f12 (patch) | |
| tree | b75a9b34ca9c5b4e6941970222620313864c333f /model.py | |
| parent | 7ba56db7fa54f27c3733c80c6501c4cb33241f89 (diff) | |
wah
Diffstat (limited to 'model.py')
| -rw-r--r-- | model.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ class PrimedGenerator(Runner): sample_dist = self.model.sample_level_mlp( prev_samples, upper_tier_conditioning ).squeeze(1).exp_().data + print(sample_dist) out_sequences[:, i] = sample_dist.multinomial(1).squeeze(1) torch.backends.cudnn.enabled = True |
