Skip to content

Commit

Permalink
[eval] Remove network config printing in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
af-a committed Sep 22, 2022
1 parent 4be527f commit b1d1821
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FastSurferCNN/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def __init__(self, cfg, ckpt="", device=""):
torch.manual_seed(cfg.RNG_SEED)
self.cfg = cfg

logger.info("Run Inference with config:")
logger.info(pprint.pformat(cfg))

# Switch on denormal flushing for faster CPU processing
# seems to have less of an effect on VINN than old CNN
torch.set_flush_denormal(True)
Expand Down

0 comments on commit b1d1821

Please sign in to comment.