diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:18:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 22:18:31 +0200 |
| commit | 2fa0d4f526b4a92be66372f7c7aaff0619bd76c1 (patch) | |
| tree | bdee3ddf248274fadcd2788a53dd8c8ac71c8c4f | |
| parent | 39e498804bd1e799354cb8da3644465aac8d5ce9 (diff) | |
cuda_launch_blocking
| -rw-r--r-- | model.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ class PrimedGenerator(Runner): for i in range(self.model.lookback, self.model.lookback + seq_len): if i > 0 and (i % 1000) == 0: - print "{}...".format(i) + print("{}...".format(i)) for (tier_index, rnn) in \ reversed(list(enumerate(self.model.frame_level_rnns))): |
