Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gcpDebugAdaptive' into gcpDebugA…
Browse files Browse the repository at this point in the history
…daptive
  • Loading branch information
jerrodparker20 committed Apr 2, 2020
2 parents 19c9ffb + 300f195 commit 9c600d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ def learn(

learner_outputs, unused_state, mems, curpad_mask, ind_first_done = model(mini_batch, initial_agent_state,
mems=mems)
# if mini_batch['done'].any():
if mini_batch['done'].any():
print('********Should see some return*********')
# www = time.time()
# torch.save(mini_batch['done'],'./'+str(www)+'mini_batch_done.pt')
# print("mini_batch['done'] true at ", www)
Expand Down

0 comments on commit 9c600d7

Please sign in to comment.