RubenBMHMendes
RubenBMHMendes
Thanks for the pre-trained model @loris2222. I am still trying to better understand the functionalities and I was wondering if you could detail on how to load the weights and...
I did the following: - Clone the repo to colab; - Update `/config/refcoco/cris_r50.yaml` to consider the `.pth` as `clip_pretrain: /content/best_model.pth`; - Run evaluation code in readme; ``` # e.g., Evaluation...
> I have found the wandb final log for my training process: > > `{ "time/batch": 3.7636070251464844, "time/data": 0.017482995986938477, "training/lr": 0.00001, "training/loss": 0.014677105471491814, "training/iou": 89.92655944824219, "training/prec@50": 100, "_timestamp": 1665918932.9539435, "_runtime":...