diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:49:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:49:39 +0200 |
| commit | f56b0e8e852e79e547a2d5f2b2fc05aba74eceb4 (patch) | |
| tree | b19bf2ec3e68e2077c120fa6f8e9f1b9879fd0a3 | |
| parent | c4f4724000922416875086df0f20f7ea44c49f12 (diff) | |
okayyyyyyy
| -rw-r--r-- | model.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -421,7 +421,6 @@ 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 |
