-
Models input is not getting loaded properly. The MnasNet is trained using Auto ML. Attached is the sample graph used and the tflite model.
The tflite model is renamed to .zip for upload error.
[h…
-
https://github.com/rwightman/pytorch-image-models/blob/master/timm/data/config.py#L82
in function:
```
def get_mean_by_model(model_name):
model_name = model_name.lower()
if 'dpn' in mod…
pgsrv updated
4 years ago
-
Hi @AlexeyAB ,
Mix_conv: Mixed Depthwise Convolutional Kernels.
[Arxiv](https://arxiv.org/abs/1907.09595)
[Github](https://github.com/tensorflow/tpu/tree/master/models/official/mnasnet/mixnet)
T…
-
https://github.com/rwightman/pytorch-image-models/blob/master/timm/data/config.py#L82
in function:
```
def get_mean_by_model(model_name):
model_name = model_name.lower()
if 'dpn' in model…
pgsrv updated
4 years ago
-
Are we getting closer to the final release of the weights that get equal accuracy to what the paper suggests? I think you have been working for over a month on this model now, could you also explain t…
-
i use tf1.10, nvidia v100 to train the model efficientnetv0, the params is about 1/4 of my origin model(based on resnet-18), but cost more time(about 10%) than my origin model,
is it normal?
-
Hi Rudy,
Can you provide training details (or scripts) for prunning mobilenet V2 on imagenet (e.g., number of GPUs, batch size, tau_hat, pruning ratio when searching for the transofrmation, lr, lr …
zs271 updated
4 years ago
-
### System information
- **What is the top-level directory of the model you are using**:tensorflow/models/
- **Have I written custom code (as opposed to using a stock example script provided in Tens…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1.a =models.mobilenet()
Traceback (most recent call last):
File "", line 1, in
TypeError: 'module' object is not callab…
-
Environment:
Ubuntu Version: 18.04
OpenCV Version: 4.3.0
Vulkan Version: 1.1.114.0
NVIDIA Driver Version: 440.33.01
CUDA Driver Version: 10.2
The speed is slow compared to [nVIDIA RTX2080 …