Wei Ouyang
Wei Ouyang
或者说,直接用“Functional模型”保持原汁原味,而且与翻译里面的 “Sequential模型”一致。要不然建议把"Sequential模型"干脆换成“顺序模型”。
I tried several times, the zip file was ok since I can unzip it. And loading was ok too as you seen in your script, but the acutal prediction did...
Okay, good to know, thanks for testing it! I will need more investigation then, I also had some other issue within the docker container I made. I will get back...
Hey, could you check also if the rdf.yaml file is ok after unzipping? It appears to be corrupted for me.
This happens to me again and made a summary in another issue: https://github.com/bioimage-io/core-bioimage-io-python/issues/270 For some reason, a weights file get corrupted and get cached, and I didn't set `BIOIMAGEIO_USE_CACHE=no` before...
I think I saw this error before for some ImJoy plugins, I guess it's tensorflow-1 model right? Some tensorflow precompiled binary used instructions that are not supported by some old...
@constantinpape As I understand, it's more about the CPU itself doesn't support those instructions, so we should also know whether it's an old mac hardware or not. @esgomezm Is it...
> It's a new one with M1 processor Oh, so @constantinpape you are right, then we need to perhaps to somehow detect that and use a tensorflow version compiled for...
I am thinking about print a warning or error in the setup.py if it's M1. Here is some code made by others: ```python import platform import subprocess def isMac(): return...
I think that's expected, because 0.4.0 force it to be a SPDX license string. You need to change it to `BSD-3-Clause` or other variations of BSD-3.