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

Tiny Mish #6435

Open
harsco-jfernandez opened this issue Aug 7, 2020 · 7 comments
Open

Tiny Mish #6435

harsco-jfernandez opened this issue Aug 7, 2020 · 7 comments

Comments

@harsco-jfernandez
Copy link

To make a mish tiny cfg which of the leaky layers would I need to set to mish?

Thanks

@harsco-jfernandez
Copy link
Author

Hi @AlexeyAB,

Advice, please?

Thank you!

@mrezq651
Copy link

hey, there I am trying to do the same.
I've been researching and as far as I understand:
mish requires significantly more processing power than the other activation functions. that is why in the Yolo 4 tiny weights mish is not used. since the author assumes that the user if he had a GPU or he would not need to use tiny weights.
some proposed that there is a CPU optimized version of mish called hard mish.
I checked that hard mish is implemented too in the original work of @AlexeyAB .
I didn't test or implement the suggestion yet. I hope that this information helped you.
please share your knowledge or the result after implementation with me when you solve the problem since I don't expect soon that I could test the code since I am working on a different part of the project

@harsco-jfernandez
Copy link
Author

I thought it would be useful for something like a Jetson that is slightly better than tiny at the cost of fps. I made a mish model based on the 3 yolo layer model and it feels like the gains are marginal.

@mrezq651
Copy link

mrezq651 commented Sep 1, 2020

I had in mind the same idea. firstly I would like to thank you for mentioning jetson. I noticed that its better than yolo3 on microprocessors.
can you please provide any help (code, some references for Yolo 3 with jetson source code, and the model you made).
any help is appreciated.

@mrezq651
Copy link

mrezq651 commented Sep 1, 2020

this is my email: mrezq651@gmail.com

@mrezq651
Copy link

mrezq651 commented Sep 7, 2020 via email

@harsco-jfernandez
Copy link
Author

I don't have any code you don't already have

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

No branches or pull requests

2 participants