-
Traceback (most recent call last):
File "/media/lxf/D/Project/keras-yolo3-master/train.py", line 192, in
_main()
File "/media/lxf/D/Project/keras-yolo3-master/train.py", line 34, in _main
…
-
Hei, thanks for the implementation!
Tried to load a trained model with
load_model(modelfile, custom_objects={'NALU': NALU}) but got the following error:
```
Getting data from Blob Storage:
…
-
when I try to run the real_time_test.py, I got error like this:
`warning: Error opening file (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:792)
warning: http://admin:admin@192.168.1.100:808…
-
I have implemented a layer to calculate the morphology reconstruction. When it is used without being considered in the backprop, it works fine in all three backends. But when the backprop has to be ca…
-
**System information**
- Have I written custom code (as opposed to using example directory):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 & Linux Ubuntu 18.04
- Theano back…
-
I tried to load the pretrained model you have provided and using it to predict on the dev set. I get the following error while loading the model by using keras load_model(model_path). Following is the…
-
Trying to prune MobilenetV3 Large model after training but showing an error of -
**ValueError: Please initialize `Prune` with a supported layer. Layers should either be supported by the PruneRegi…
somum updated
2 years ago
-
Env: python=3.5, tensorflow=1.12.0, keras=2.1.4, keras-contrib=2.0.8
when i use the file: keras_contrib/layers/crf.py, i get this AttributeError, what's wrong with me?
-
**Describe the bug**
When the framework flag is true, `get_activations()` attempts to create a placeholder object and a new output tensor to be returned. However, the functionality does not work when…
-
The Dense Layer accepts a DenseArgs object with a KernelRegularizer & BiasRegularizer property. However they are of type IInitializer, whereas keras.regularizers.l2 is of type IRegularizer. Furthermor…