From c1de5489105c6cc02e23f0f8d7fb7759e79f3dbf Mon Sep 17 00:00:00 2001 From: Yuval Ringel <73223209+YuvalRingel@users.noreply.github.com> Date: Sat, 9 Apr 2022 21:59:10 +0300 Subject: [PATCH] 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 --- VISUALIZATION_TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VISUALIZATION_TOOLS.md b/VISUALIZATION_TOOLS.md index 4ea9341df..4f84898cf 100644 --- a/VISUALIZATION_TOOLS.md +++ b/VISUALIZATION_TOOLS.md @@ -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. ```