Facing problems with Detectron2 Lazy Config (.py) file #5028
RadeenXALNW
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. So, I want to use a config file from a detectron2 project which is under MViTv2 in my custom dataset which is “my_dataset_train” (coco (datacatalog format)
I want to use this config file
[https://github.com/facebookresearch/detectron2/blob/main/projects/MViTv2/configs/mask_rcnn_mvitv2_t_3x.py]
like the beneath typical way I use a yaml config file. But giving errors about trainer when i implement it on lazy config.
I figured some of the config. Here is the structure.
Error or Issue: The issue is with trainer. The AMP trainer is somewhat for parallel distributed system. And it is kinda tough for me to figure it out. But *
default trainer is telling me to add solver but solver is not for lazy config.
Can you guys help me how to run it in single gpu? By default it says 64 gpus.
Beta Was this translation helpful? Give feedback.
All reactions