From 4d35f463da308f240b64b30dfe4f38dc0c15a486 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 14 May 2018 22:57:10 +0200 Subject: okayyyyyyy --- model.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'model.py') diff --git a/model.py b/model.py index 92ad460..6435eb4 100644 --- a/model.py +++ b/model.py @@ -369,6 +369,7 @@ class PrimedGenerator(Runner): # but maybe we want to generate the subsequence bottom_frame_size length # and then draw from that, although this will really emphasize the recursion def get_sub_sequence(i, n): + print("get subsequence {} {}".format(i, n)) sub_sequence_a = sequences[:, i-n : i] # generated sub_sequence_b = out_sequences[:, i-n : i] # recursive tmp_sub_sequence = tmp_sequences[:, i-n : i] # tmp/output @@ -384,7 +385,7 @@ class PrimedGenerator(Runner): print("ENTERING LOOP....") for i in range(self.model.lookback, self.model.lookback + seq_len): - if (i % 1000) == 0: + if (i % 100) == 0: print("{}...".format(i)) for (tier_index, rnn) in \ -- cgit v1.2.3-70-g09d2