-
Once only a few PRs are open, and ideally before `0.4.0` we should refactor the package name `pybio` to `bioimageio` as discussed in march https://github.com/bioimage-io/bioimage.io/issues/28#issuecom…
-
The upload functionality stopped working for me (Centos 8, Firefox 78.11):
After clicking "Authorize Application" on zenodo, a blank page with thext "Forwarding data to the main window..." appears, b…
-
Should we just go ahead and renaming the main branch and fix broken links afterwards or is there a need to investigate this and change synchronously? If we continue with the renaming of 'master' branc…
-
When I load a raw_nodes.Model via `load_model`, serialization fails.
Minimal example (needs a valid model folder):
```python
import bioimageio.spec as spec
model = spec.load_model("/path/to/mode.y…
-
@FynnBe mentioned that in https://github.com/bioimage-io/spec-bioimage-io/pull/125 we are unifying the versions of generic RDF and model RDF, and I think it might be better to discuss that before we d…
oeway updated
3 years ago
-
@FynnBe we used to have this function to load the spec from a yaml and build the spec object. But now:
```
$ python -c "import bioimageio.spec as spec; spec.load_and_resolve_spec"
Traceback (most r…
-
Moving the discussion about the `_id` field from #91 to a separate issue. Quoting https://github.com/bioimage-io/spec-bioimage-io/issues/91#issuecomment-854836793:
> I still have an (unterstanding)…
-
The current spec describe `documentation` as `Relative path to file with additional documentation in markdown.` However, the validator only check it's a URI. I noticed that some models use a generic h…
oeway updated
3 years ago
-
I want to add a few datasets to the website to document the training for my models better. However I am currently not quite sure what the best practices for this are. In particular:
- Are there any e…
-
Hello @oeway,
quick question: I wanted to try one of the modelzoo compliant networks @constantinpape has trained, brought up to spec and uploaded it (via the bioimageio uploader as it says on zenod…