facebookresearch / facebookresearch/SlowFast
Error in maskfeat
Open
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
When use AUG.GEN_MASK_LOADER: True and excute misc.log_model_info
if du.is_master_proc() and cfg.LOG_MODEL_INFO:
# user-defined
if not cfg.AUG.GEN_MASK_LOADER:
flops, params = misc.log_model_info(model, cfg, use_train_input=True)
It need a dummy input, but no mask given
count_dict, *_ = model_stats_fun(model, inputs)
Contributor guide
Assessment
This issue has not been assessed yet.