I have some issues integrating WandB and Tensorboard into MaskRCNN experiments as the network does not have a “training_config” element in its config file. Is there any other way to integrate an MLOps tool for MaskRCNN so I can track my experiments?
It does not work. I tried to add wandb_config under the “visualizer” element also on root level (in the MaskRCNN config) and the field name is not recognized. When I try to add a “training_config” element is not recognized either.