facebookresearch/ParlAI

TorchAgent/TGA/TRA/... should log when initializing optimizer or not

Open

#2,953 opened on Aug 7, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2,089 forks)batch import
Help WantedMinornever-stale

Repository metrics

Stars
 (10,371 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It's pretty useful to know whether the initializer is being created and using extra memory. We should add a log saying whether it's being hit. It might help with #2942.

Contributor guide