-
We were trying to use dilated convolution through the `dilation_rate` parameter of the `Conv` Layer. We noticed however that the parameter is never passed to the constructor of the `ConvolDescriptor` …
-
Hi Everybody,
I try to run Padchest example. We have trained the model `padchest_VGG16_adam_lr-0.0001.onnx`. The structured of the folder is
```
sh-4.4# pwd
/data/padchest/pipeline
sh-4.4# ls
…
-
The current implementation of the augmentations machinery (ecvl 0.1.1) is a huge obstacle for the Python bindings. The core of the problem seems to be the use of `unique_ptr` in the newly added classe…
-
Hi, I'm trying to import an onnx network from tensorflow/keras to eddl (0.4.4) and I'm getting a core dump, both using tf1 or tf2. I attach the code for creating minimal onnx networks (tf1.py and tf2.…
-
Good Morning,
in the latest version of eddl (this issue was not present in old versions), when trying to read a tensor from a .npy file with `Tensor* a = Tensor::load("file.npy");` the program quits …
-
Every departure flight shows "XXX leaving radar coverage without being cleared to XXX", how to solve?
-
This one may be a bit difficult to reproduce. I will add more detail to this issue if I come across this more often. On final approach @EGNM in the below video, not all my final approach waypoints sho…
-
Good Morning,
I am having issues compiling eddl to use it with cuda-toolkit (I have installed versions 10.0 and 10.2 of the cuda-toolkit).
This is the cmake command line:
`cmake3 .. -DBUILD_TARGET=…
-
Good Morning,
since the release of patch 0.4 the scripts I previously used to build and install eddl and pyeddl do not work anymore. To create the scripts I simply looked at the guide for installing …
-
**Workaround: This is not common. Nevertheless, you can avoid this issue by using a conda environment.**
In some systems, I get this error when compiling the EDDL:
```
In file included from /us…