Bisonai / mobilenetv3-tensorflow

Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.
Apache License 2.0
225 stars 81 forks source link

Can the program train its own models #15

Open dreamitpossible1 opened 4 years ago

dreamitpossible1 commented 4 years ago

Can the program train its own models? I found that I couldn't finish it.

martinkersner commented 4 years ago

Hi @dreamitpossible1!

The repository provides model definitions and basic training script so you can train mobilenetv3. What exact problem did you have?

Cheers, Martin