Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a custom loss function for the yolov1_tiny model #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kumar-utkarsh0317
Copy link

@kumar-utkarsh0317 kumar-utkarsh0317 commented Jan 29, 2024

I am currently working on integrating a YOLO-tiny model example in mlpack. As part of this, I've implemented a Pascal VOC data loader in PyTorch and created a custom loss function for training the YOLO-tiny model in PyTorch, with the intention of later using the weights in mlpack. I am using the YOLO-tiny PyTorch model from your weight translator repository.

I believe it would be beneficial to include loss functions for various models in the weight translator repository. This addition would be valuable for users who prefer training models in PyTorch and later using the weights in mlpack.

i had trained the yolotiny model with this loss funciton and it was working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant