Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akanazawa committed Jun 17, 2018
1 parent 8b3dd65 commit d2ead07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def build_model(self):
# For discriminator
fake_rotations, fake_shapes = [], []
# Start loop
# 85D
theta_prev = self.load_mean_param()

# For visualizations
Expand All @@ -221,6 +222,7 @@ def build_model(self):
self.all_delta_thetas = []
self.all_theta_prev = []

# Main IEF loop
for i in np.arange(self.num_stage):
print('Iteration %d' % i)
# ---- Compute outputs
Expand Down

0 comments on commit d2ead07

Please sign in to comment.