Skip to content

Commit

Permalink
Whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorJL committed Nov 19, 2017
1 parent e5c694b commit c99c740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def save_checkpoint(state, filename='checkpoint'):
print("=> loaded checkpoint '{}' (epoch {})".format(resume_path, checkpoint['epoch']))
model.cuda()

print(model.primary_capsules.shape())

for i in range(start_epoch, num_epochs):
for e in train_dataloader:
model.zero_grad()
Expand Down

0 comments on commit c99c740

Please sign in to comment.