bioimage-io / JDLL

The Java library to run Deep Learning models
https://github.com/bioimage-io/JDLL/wiki
Apache License 2.0
27 stars 6 forks source link

Typos in documentation #37

Closed djpbarry closed 10 months ago

djpbarry commented 10 months ago

Hi @carlosuc3m,

There seems to be some typos in the quickstart instructions in the ReadMe - these modifications worked for me and allowed it to run.

carlosuc3m commented 10 months ago

Hello again @djpbarry I just wanted to ask you where did you get the error in the Jython scripts? If you are using a M1, some of the engines are not compatible with Rosetta. REgards, Carlos

carlosuc3m commented 10 months ago

Okk now I understand. You were probaly trying to load Tf 2.10 in Fiji, however it requires JAva 11 and Fiji only supports JAva 8. The comptiblity between JAva versions and engines is specified in the JSOn enignes file but I will make it more visible.