You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched related issues but cannot get the expected help.yes
I have read the FAQ documentation but cannot get the expected help.yse
i want to train the model simclr on my own custom dataset.
my dataset contains of two directory:
images
annotation as meta data , only image name and class
I ran this command in linux terminal : bash tools/dist_train.sh configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py 1 --work-dir work_dirs/simclr_resnet50_acid/
and got this error : RuntimeError: Address already in use
then i ran this command : python tools/train.py configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py --work-dir work_dirs/simclr_resnet50_acid/
Checklist
i want to train the model simclr on my own custom dataset.
my dataset contains of two directory:
images
annotation as meta data , only image name and class
I ran this command in linux terminal :
bash tools/dist_train.sh configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py 1 --work-dir work_dirs/simclr_resnet50_acid/
and got this error :
RuntimeError: Address already in use
then i ran this command :
python tools/train.py configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py --work-dir work_dirs/simclr_resnet50_acid/
error was:
KeyError: 'SelfSupVisualizer is not in the visualizer registry. Please check whether the value of
SelfSupVisualizer` is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'as seen in this picture :
`any help please.
The text was updated successfully, but these errors were encountered: