remove some unnecessary logging
This commit is contained in:
parent
664b5853a5
commit
2b2c81e66e
1 changed files with 0 additions and 3 deletions
|
|
@ -417,10 +417,7 @@ def train(
|
||||||
|
|
||||||
# Update progress bar with most recent stats
|
# Update progress bar with most recent stats
|
||||||
pbar.set_postfix(
|
pbar.set_postfix(
|
||||||
episode=episode,
|
|
||||||
loss=loss_value,
|
loss=loss_value,
|
||||||
r1=float(r1),
|
|
||||||
r2=float(r2),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Save checkpoint every N episodes (and at the very end)
|
# Save checkpoint every N episodes (and at the very end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue