make visdom optional

Summary: Make Implicitron run without visdom installed.

Reviewed By: shapovalov

Differential Revision: D40587974

fbshipit-source-id: dc319596c7a4d10a4c54c556dabc89ad9d25c2fb
This commit is contained in:
Jeremy Reizenstein
2022-10-22 15:51:22 -07:00
committed by Facebook GitHub Bot
parent 46cb5aaaae
commit ff933ab82b
6 changed files with 44 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ The outputs of the experiment are saved and logged in multiple ways:
Stats are logged and plotted to the file "train_stats.pdf" in the
same directory. The stats are also saved as part of the checkpoint file.
- Visualizations
Prredictions are plotted to a visdom server running at the
Predictions are plotted to a visdom server running at the
port specified by the `visdom_server` and `visdom_port` keys in the
config file.