SINTEFMedtek / GSI-RADS

Glioblastoma Surgery Imaging - Reporting And Data System (GSI-RADS).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential TensorFlow issue

andreped opened this issue · comments

A user tried to install the latest binary release (v1.2.0) and run diagnosis on a local MRI.

She got the error:

Failed to load the native TensorFlow runtime

She tried to install Python 3.5 to see if it fixed the issue to no avail.

I tried installing and testing the release on a personal desktop with no real developer setup (lacks C++ build tools, and similar). It worked fine.

AFAIK, python version should not matter, as python should be shipped with the software. However, there might be something locally that is not compatible with the current release.

More information on the machine tested is needed to further debug this issue.

Same issue observed on a related software, Raidionics, but was not able to reproduce the error (tested on multiple machines): raidionics/Raidionics#4

From here:
raidionics/Raidionics#4 (comment)

We concluded with that Raidionics (and GSI-RADS) only works on computers with AVX-compatible CPUs. This is sad, as it will mean that some people with low-end CPUs will not be able to use the software, but that is the best we can do for now.

Closing for now.