-
Hi, I have been borrowing your framework to test my method recently, and I want to ask if these models support other sizes such as 224x244 input size, and I have encountered an error in this part
-
## 🚀 Feature
Adding new models to the models section.
## Motivation
Many new models have been proposed in the recent years and do not exist in the models module.
For example, the EfficientNets…
-
In the `pipeline.config` file of the `Mask R-CNN Inception ResNet V2 1024x1024` there is an extra _'s'_ placed.
See:
```
eval_input_reader: {
[...]
tf_record_input_reader {
input_pat…
-
# Bug Report
### Which model does this pertain to?
-models/vision/classification/rcnn_ilsvrc13/model/rcnn-ilsvrc13-3.onnx
-models/vision/classification/alexnet/model/bvlcalexnet-3.onnx
-models…
-
- [x] Kubernetets cluster env @ Almaren 200
- [x] [Jenkins Slave and Kubernetes client env](http://10.112.231.51:18888/view/BigDL-2.0-NB/job/BigDL-NB-K8s-ExampleTests/)
- [x] [Hyper Zoo Doicker imag…
-
We are using the PyTorch deeplabv3_resnet101 model on AWS (on pytorch 1.1), and it suddenly stopped working.
It appears that a recent upgrade to torchvision/inception (!) broke this model:
```
…
-
Hey, I tried porting your repository to a keras version , but for some reason, when I train, the validation loss is always 0.2 which is alpha for me, but training loss keeps on changing. My base netw…
-
when i have execute this command on Ubuntu ..
python src/generative/train_vae.py src.generative.models.dfc_vae ~/datasets/clf_mtcnnpy_128 src/models/inception_resnet_v1 ~/models/export/20170512-11…
-
This test fails: https://github.com/h2oai/deepwater/blob/99a61564ec6252770077c4f6367079cf18f4135b/backends/mxnet/test/seed_test.cxx
arno@mr-dl1:~/deepwater/backends/mxnet$ ./seed_test
lenet : FAIL
…
-
I am doing gender classification on full human body and for this i have used Resnet50 and also tried other models. But i don't seem to be getting decent accuracy in real world.
Man: 67%
Woman: 62%…