tensorflow / tensorflow/models
Models Without Pre-Trained Checkpoints
@marksandler2 is already working on this.
Since Aug 5, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following question for yourself before submitting an issue.
- [x ] I checked to make sure that this feature has not been requested already.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/research/slim/nets/nets_factory.py
2. Describe the feature you request
Some of the classification models listed below doesn't have any pre-trained checkpoint, which makes it impossible to test before training. Will there be pre-trained checkpooints available for these models?
AlexNet V2
CifarNet
LeNet
MobileNet EdgeTPU 0.75
MobileNet EdgeTPU
MobileNet V3 Large Minimalistic
MobileNet V3 Large
MobileNet V3 Small Minimalistic
MobileNet V3 Small
NasNet Cifar
Overfeat
Resnet V1 200
VGG A
Thank you,
Mustafa
3. Additional context
Add any other context about the feature request here.
4. Are you willing to contribute it? (Yes or No)
No (I can't train the models)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.