facebookresearch / SlowFast

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
Apache License 2.0
6.53k stars 1.21k forks source link

The error "Non-existent config key" occurs after running run_train.py. #698

Closed Liqironga closed 6 months ago

Liqironga commented 6 months ago

After checking the YAML file, the TENSORBOARD.MODEL_VIS.TOPK configuration does exist, but the following error occurs: "raise KeyError("Non-existent config key: {}".format(full_key)) KeyError: 'Non-existent config key: TENSORBOARD.MODEL_VIS.TOPK'"

Liqironga commented 6 months ago

Comment out the relevant content for now. image