| ๐ก |
bioimageio format validation |
| status |
valid-format |
| source |
https://hypha.aicell.io/bioimage-io/artifacts/humorous-fox/files/rdf.yaml?version=v0 |
| id |
humorous-fox |
| format version |
model 0.5.6 |
| bioimageio.spec |
0.5.6.0 |
|
Location |
Details |
| โ๏ธ |
|
Successfully created `ModelDescr` instance. |
| โ๏ธ |
|
bioimageio.spec format validation model 0.5.6 |
| โ |
inputs.0.sample_tensor |
Needs to be filled for FAIR compliance |
| โ |
outputs.0.sample_tensor |
Needs to be filled for FAIR compliance |
| โ |
weights.pytorch_state_dict |
Conda environment creation |
| โ |
weights.pytorch_state_dict |
Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpeis87ueq/pytorch_state_dict/env.yaml', '--name=f5dd7c1599ce87ce43e165d7309cb5ce10fc62589c6ac9cb35e48de70eeb9672', '--quiet']' returned non-zero exit status 1. |
|
|
See Traceback 1. |
|
weights.pytorch_state_dict |
recommended conda environment (Conda environment creation) |
|
|
%YAML 1.2
---
channels:
- conda-forge
- nodefaults
dependencies:
- conda-forge::bioimageio.core
- pip
- python=3.12
- pip:
- careamics==0.0.16
- torch==2.7.1+cu126
- torchvision==0.22.1+cu126
|
|
weights.pytorch_state_dict |
conda compare (Conda environment creation) |
|
|
bioimageio.core not found pip not found python not found careamics not found torch not found
torchvision not found |
Traceback 1
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:412 in _test โ
โ โ
โ 409 โ โ raise RuntimeError("Conda not available") from e โ
โ 410 โ โ
โ 411 โ try: โ
โ โฑ 412 โ โ run_command([CONDA_CMD, "run", "-n", env_name, "python", "--version"]) โ
โ 413 โ except Exception as e: โ
โ 414 โ โ working_dir.mkdir(parents=True, exist_ok=True) โ
โ 415 โ โ path = working_dir / "env.yaml" โ
โ โ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:197 in defau โ
โ โ
โ 194 โ
โ 195 def default_run_command(args: Sequence[str]): โ
โ 196 โ logger.info("running '{}'...", " ".join(args)) โ
โ โฑ 197 โ _ = subprocess.check_call(args) โ
โ 198 โ
โ 199 โ
โ 200 def test_description( โ
โ โ
โ /usr/lib/python3.12/subprocess.py:413 in check_call โ
โ โ
โ 410 โ โ cmd = kwargs.get("args") โ
โ 411 โ โ if cmd is None: โ
โ 412 โ โ โ cmd = popenargs[0] โ
โ โฑ 413 โ โ raise CalledProcessError(retcode, cmd) โ
โ 414 โ return 0 โ
โ 415 โ
โ 416 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
CalledProcessError: Command '['conda', 'run', '-n', 'f5dd7c1599ce87ce43e165d7309cb5ce10fc62589c6ac9cb35e48de70eeb9672', 'python', '--version']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:419 in _test โ
โ โ
โ 416 โ โ try: โ
โ 417 โ โ โ _ = path.write_bytes(encoded_env) โ
โ 418 โ โ โ logger.debug("written conda env to {}", path) โ
โ โฑ 419 โ โ โ run_command( โ
โ 420 โ โ โ โ [ โ
โ 421 โ โ โ โ โ CONDA_CMD, โ
โ 422 โ โ โ โ โ "env", โ
โ โ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:197 in defau โ
โ โ
โ 194 โ
โ 195 def default_run_command(args: Sequence[str]): โ
โ 196 โ logger.info("running '{}'...", " ".join(args)) โ
โ โฑ 197 โ _ = subprocess.check_call(args) โ
โ 198 โ
โ 199 โ
โ 200 def test_description( โ
โ โ
โ /usr/lib/python3.12/subprocess.py:413 in check_call โ
โ โ
โ 410 โ โ cmd = kwargs.get("args") โ
โ 411 โ โ if cmd is None: โ
โ 412 โ โ โ cmd = popenargs[0] โ
โ โฑ 413 โ โ raise CalledProcessError(retcode, cmd) โ
โ 414 โ return 0 โ
โ 415 โ
โ 416 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
CalledProcessError: Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpeis87ueq/pytorch_state_dict/env.yaml', '--name=f5dd7c1599ce87ce43e165d7309cb5ce10fc62589c6ac9cb35e48de70eeb9672', '--quiet']' returned non-zero exit status 1.