Laura
Laura
Nice! I'll have a look
resnet no longer in dashboard
So far I traced it back to [https://github.com/dianna-ai/dianna/blob/main/dianna/utils/onnx_runner.py](url) it fails on `pred_onnx = sess.run([output_name], onnx_input)[0]`
Behaviour like this was already found by @loostrum in #437. A fix was implemented in #462. However, maybe the fix did not fix the whole problem? I did notice before...
Related to #479 Related to #456