diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 23:02:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 23:02:40 +0200 |
| commit | c4c23d149659e1cfefda57fee455fa591f10f098 (patch) | |
| tree | 5bb4c93e2312d5f09c65c429ee972ea78e5b9367 /model.py | |
| parent | 390b95e3aabd9c660babb72a9d89dc1a99fc947b (diff) | |
okayyyyyyy
Diffstat (limited to 'model.py')
| -rw-r--r-- | model.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -428,7 +428,8 @@ class PrimedGenerator(Runner): ) if self.cuda: prev_samples = prev_samples.cuda() - print "get upp" + + print("get upper tier conditioning..") upper_tier_conditioning = \ frame_level_outputs[0][:, i % bottom_frame_size, :] \ .unsqueeze(1) |
