-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
add ghostbottleneck module into yolov5s.yaml #398
Comments
Hello @polarbearwy, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook , Docker Image, and Google Cloud Quickstart Guide for example environments. If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com. |
@polarbearwy you need to add custom modules you want to use to yolo.py to let it know to expect them. You can do that here: Lines 175 to 198 in 1e94bcf
|
I have already add custom modules to yolo.py, but there are still problems |
I have same question. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hello,are you slove this issue?thanks! |
@polarbearwy @python-faker there was a recent PR #1176 for a bug fix in GhostConv() modules. Please git pull and try again, and if the error repeats please submit a full Bug Report with code to reproduce. Thank you. |
thank you very much,I solved the problem through your method. before |
Great! |
@python-faker how's the ghostconv performance after you changed? |
@glenn-jocher & @python-faker what did you use for weights? I tried using |
@Ankur-singh all of our COCO models are trained from scratch with |
❔Question
when i add ghostbottleneck module into yolov5s stucture, issue shows.
Additional context
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 34 and 62 in dimension 2 at /pytorch/aten/src/TH/genric/THTensor.cpp:612
The text was updated successfully, but these errors were encountered: