Closed amro-kamal closed 3 years ago
Hi @amro-kamal, thanks for reaching out!
What is the hydra version? Can you try to downgrade to 1.0.6? See https://github.com/facebookresearch/vissl/issues/396#issuecomment-897878465.
We have released a new version of VISSL that should have fixed this: https://github.com/facebookresearch/vissl/releases/tag/v0.1.6
The cfg file simclr_8node_resnet.yaml doesn't include the key config.MODEL.TRUNK.TRUNK_PARAMS, while the library is expecting to find it. This gives me the error "Missing key TRUNK_PARAMS full_key: config.MODEL.TRUNK.TRUNK_PARAMS"
I am following this tutorial Using a pretrained VISSL model for inference
Here is the code in the tutorial I used to download and modify the cfg file:
The error appears when I run this code from the tutorial
error : "Missing key TRUNK_PARAMS full_key: config.MODEL.TRUNK.TRUNK_PARAMS"