Closed davidgonzaleztreelogic closed 4 years ago
Hi, We have replicated your problem and it also happens in our machines. We will solve this problem as soon as possible.
Thanks for your patience.
It seems like you are training the models in GPU. The current PyEddl release is built using a Eddl version without ONNX support for models trained in GPU. Soon we will make a new release and the PyEddl will release a new version with this feature avaliable.
Sorry for the inconvenience.
Thanks @Seraphid for your answer
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 isThe output of training model is
We run the following line
cd /data/padchest/pipeline; python3 padchest_inference.py
The log of this execution is
If we launch the "pip list" command we have the following:
All this is being thrown into a container with the image of the library in Kubernetes' pod:
Does anyone know what's going on?
Thanks in advance.