Closed anjugopinath closed 1 year ago
I am trying to run evaluation.
I set pretrained=False in the function uniformerv2_l14_336 in the file slowfast/models/uniformerv2_model.py
This is the command I executed: ./exp/mit/mit_l14_f8x336/test.sh
But, I am getting this error:
Thank You
Since the code is for training, it will load Kinetics pretrained model. You can delete cfg.UNIFORMERV2.PRETRAIN in config.yaml if you only want to inference.
cfg.UNIFORMERV2.PRETRAIN
config.yaml
Thanks, that fixed it.
I am trying to run evaluation.
I set pretrained=False in the function uniformerv2_l14_336 in the file slowfast/models/uniformerv2_model.py
This is the command I executed: ./exp/mit/mit_l14_f8x336/test.sh
But, I am getting this error:
Thank You