Skip to content

Commit

Permalink
🛠 Fix configs to remove logging heatmaps in classification models. (#387
Browse files Browse the repository at this point in the history
)
  • Loading branch information
samet-akcay committed Jun 27, 2022
1 parent ef62199 commit 85484ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anomalib/models/dfkde/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project:
path: ./results

logging:
log_images_to: ["local"] # options: [wandb, tensorboard, local]. Make sure you also set logger with using wandb or tensorboard.
log_images_to: [] # Not available for classification-based models.
logger: [] # options: [tensorboard, wandb, csv] or combinations.
log_graph: false # Logs the model graph to respective logger.

Expand Down
2 changes: 1 addition & 1 deletion anomalib/models/dfm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ project:
path: ./results

logging:
log_images_to: ["local"] # options: [wandb, tensorboard, local]. Make sure you also set logger with using wandb or tensorboard.
log_images_to: [] # Not available for classification-based models.
logger: [] # options: [tensorboard, wandb, csv] or combinations.
log_graph: false # Logs the model graph to respective logger.

Expand Down
2 changes: 1 addition & 1 deletion anomalib/models/ganomaly/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ project:
path: ./results

logging:
log_images_to: ["local"] # options: [wandb, tensorboard, local]. Make sure you also set logger with using wandb or tensorboard.
log_images_to: [] # Not available for classification-based models.
logger: [] # options: [tensorboard, wandb, csv] or combinations.
log_graph: false # Logs the model graph to respective logger.

Expand Down

0 comments on commit 85484ff

Please sign in to comment.