-
When requesting info about model instances using Kaggle API, it returns a single result of the latest (current) version. I would expect that the API response will contain all versions.
For example:…
-
### 🚀 The feature
FAST - Detection model
PyTorch:
- [x] `fast_tiny`
- [x] `fast_small`
- [x] `fast_base`
TF:
- [x] `fast_tiny`
- [x] `fast_small`
- [x] `fast_base`
Orientation …
-
I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3)。I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.g…
-
Can you provide mobilenetv2-ssd model?
-
Is the following script correct to train yolo2 with mobilenet?
python3 train.py -b 64 -lr 1e-3 -e 160 -m cache/name=cache_voc model/name=model_voc model/dnn=model.mobilenet.MobileNet train/optimiz…
-
Can anyone please help on how to proceed for implementing this architecture using the MobileNet architecture. We are having some issues in implementing SeparableConv2D layer in this model. We wanted t…
-
Hello,
I would like to fine-tune MobileNet-SSD with my own dataset and own classes. There is an example in Caffe for fine tuning an image classification pb (http://caffe.berkeleyvision.org/gathered/e…
-
Does anybody tested MobileNet for semantic segmentation ?
-
why not use batchnorm in mobilenet? Are there any differences in performance?
-
### Description
I am working with ModelMesh Serving deployed on a Kubernetes cluster and I am looking for a way to control the number of replicas for a specific model. My setup includes a Triton runt…