Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update VISUALIZATION_TOOLS.md
changed it to match the configuration as it is declared in defaults.py in line 945
https://github.com/facebookresearch/SlowFast/blob/main/slowfast/config/defaults.py#L945
  • Loading branch information
YuvalRingel authored Apr 9, 2022
commit c1de5489105c6cc02e23f0f8d7fb7759e79f3dbf
2 changes: 1 addition & 1 deletion VISUALIZATION_TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TENSORBOARD:
# Only classes in this file will be visualized in the confusion matrix.
HISTOGRAM:
ENABLE: True
TOP_K: 10 # Top-k most frequently predicted classes for each class in the dataset.
TOPK: 10 # Top-k most frequently predicted classes for each class in the dataset.
SUBSET_PATH: # Path to txt file contains class names separated by newline characters.
# Only classes in this file will be visualized with histograms.
```
Expand Down