Results 416 comments of Ayush Chaurasia

Hi @adrianholovaty, In a previous update, the bounding box logger was updated to log only in the final epoch. But we're working on building a better W&B integration where you'll...

Pass the name you want in the `--name` flag, like: ``` python train.py ... --name NAME ```

@RangiLyu I'm using the baselogger's API to create a new WandbLogger. I'll make the task accept a list of loggers so users can implement and add their own loggers later...

@RangiLyu hey, any updates on this?

Hey, is there a blocker here or something that we can help with?

@antimo22 hi. This version doesn't include the artifacts integration. But I can help you with that. Can't you just use yolov5 repo to train a yolov4 model? I think the...

@antimo22 Sorry, I'm not sure if you can use .pt and .weights files interchangeably. Can't you just use a YOLOv5 model for training on your task? Or are you required...

@WongKinYiu If you're interested, I can build the same integration for this repo.

@antimo22 I see. Let me know if there's any way I can help you.

I have the same problem. I have to present a multiple choice question where user can select options via checkbox. * Can't use callbacks to toggle state as widgets inside...