Skip to content

Core Compatibility Report: humorous-fox/v0ยค

๐ŸŸก bioimageio format validation
status valid-format
source https://hypha.aicell.io/bioimage-io/artifacts/humorous-fox/files/rdf.yaml?version=v0
id humorous-fox
version 0.1.0
applied format model 0.5.9
bioimageio.spec 0.5.9.1
Location Details
โœ”๏ธ Successfully created `ModelDescr` instance.
โœ”๏ธ bioimageio.spec format validation model 0.5.9
โš  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 Found existing conda environment 'a4a69c7b0241722dbb721e78ee9fbbe7c18c681497e88237e37bc450ab1b0458'
โŒ weights.pytorch_state_dict Reproduce test outputs from test inputs (pytorch_state_dict)
โŒ weights.pytorch_state_dict
No module named 'careamics'
See Traceback 1.
weights.pytorch_state_dict
recommended conda environment (Reproduce test outputs from test inputs (pytorch_state_dict))
%YAML 1.2
---
name: careamics
channels:
  - conda-forge
  - nodefaults
dependencies:
  - conda-forge::bioimageio.core>=0.9.4
  - 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 (Reproduce test outputs from test inputs (pytorch_state_dict))
careamics not found torch not found torchvision not found
โŒ weights.pytorch_state_dict Run pytorch_state_dict inference for parametrized inputs
โŒ weights.pytorch_state_dict
No module named 'careamics'
See Traceback 2.

Traceback 1








    
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:880 in _test โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    877 โ”‚   โ”‚   test_input = get_test_input_sample(model)                                         โ”‚
โ”‚    878 โ”‚   โ”‚   expected = get_test_output_sample(model)                                          โ”‚
โ”‚    879 โ”‚   โ”‚                                                                                     โ”‚
โ”‚ โฑ  880 โ”‚   โ”‚   with create_prediction_pipeline(                                                  โ”‚
โ”‚    881 โ”‚   โ”‚   โ”‚   bioimageio_model=model, devices=devices, weight_format=weight_format          โ”‚
โ”‚    882 โ”‚   โ”‚   ) as prediction_pipeline:                                                         โ”‚
โ”‚    883 โ”‚   โ”‚   โ”‚   prediction_pipeline.apply_preprocessing(test_input)                           โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_prediction_pipeline.py:407 in  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   404 โ”‚   โ”‚   โ”‚   f"deprecated create_prediction_pipeline kwargs: {set(deprecated_kwargs)}"      โ”‚
โ”‚   405 โ”‚   โ”‚   )                                                                                  โ”‚
โ”‚   406 โ”‚                                                                                          โ”‚
โ”‚ โฑ 407 โ”‚   model_adapter = model_adapter or create_model_adapter(                                 โ”‚
โ”‚   408 โ”‚   โ”‚   model_description=bioimageio_model,                                                โ”‚
โ”‚   409 โ”‚   โ”‚   devices=devices,                                                                   โ”‚
โ”‚   410 โ”‚   โ”‚   weight_format_priority_order=weights_format and (weights_format,),                 โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/_model_adapter.py:185  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   182 โ”‚   โ”‚   assert errors                                                                      โ”‚
โ”‚   183 โ”‚   โ”‚   if len(weight_format_priority_order) == 1:                                         โ”‚
โ”‚   184 โ”‚   โ”‚   โ”‚   assert len(errors) == 1                                                        โ”‚
โ”‚ โฑ 185 โ”‚   โ”‚   โ”‚   raise errors[0]                                                                โ”‚
โ”‚   186 โ”‚   โ”‚                                                                                      โ”‚
โ”‚   187 โ”‚   โ”‚   else:                                                                              โ”‚
โ”‚   188 โ”‚   โ”‚   โ”‚   msg = (                                                                        โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/_model_adapter.py:115  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   112 โ”‚   โ”‚   โ”‚   โ”‚   try:                                                                       โ”‚
โ”‚   113 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   from .pytorch_backend import PytorchModelAdapter                       โ”‚
โ”‚   114 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚                                                                          โ”‚
โ”‚ โฑ 115 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   return PytorchModelAdapter(                                            โ”‚
โ”‚   116 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   model_description=model_description, devices=devices               โ”‚
โ”‚   117 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   )                                                                      โ”‚
โ”‚   118 โ”‚   โ”‚   โ”‚   โ”‚   except Exception as e:                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/pytorch_backend.py:38  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    35 โ”‚   โ”‚   โ”‚   raise ValueError("No `pytorch_state_dict` weights found")                      โ”‚
โ”‚    36 โ”‚   โ”‚                                                                                      โ”‚
โ”‚    37 โ”‚   โ”‚   devices = get_devices(devices)                                                     โ”‚
โ”‚ โฑ  38 โ”‚   โ”‚   self._model = load_torch_model(weights, load_state=True, devices=devices)          โ”‚
โ”‚    39 โ”‚   โ”‚   if mode == "eval":                                                                 โ”‚
โ”‚    40 โ”‚   โ”‚   โ”‚   self._model = self._model.eval()                                               โ”‚
โ”‚    41 โ”‚   โ”‚   elif mode == "train":                                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/pytorch_backend.py:103 โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   100 โ”‚   load_state: bool = True,                                                               โ”‚
โ”‚   101 โ”‚   devices: Optional[Sequence[Union[str, torch.device]]] = None,                          โ”‚
โ”‚   102 ) -> nn.Module:                                                                            โ”‚
โ”‚ โฑ 103 โ”‚   custom_callable = import_callable(                                                     โ”‚
โ”‚   104 โ”‚   โ”‚   weight_spec.architecture,                                                          โ”‚
โ”‚   105 โ”‚   โ”‚   sha256=(                                                                           โ”‚
โ”‚   106 โ”‚   โ”‚   โ”‚   weight_spec.architecture_sha256                                                โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/digest_spec.py:72 in import_cal โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    69 โ”‚   โ”‚   module = importlib.import_module(node.module_name)                                 โ”‚
โ”‚    70 โ”‚   โ”‚   c = getattr(module, str(node.callable_name))                                       โ”‚
โ”‚    71 โ”‚   elif isinstance(node, ArchitectureFromLibraryDescr):                                   โ”‚
โ”‚ โฑ  72 โ”‚   โ”‚   module = importlib.import_module(node.import_from)                                 โ”‚
โ”‚    73 โ”‚   โ”‚   c = getattr(module, str(node.callable))                                            โ”‚
โ”‚    74 โ”‚   elif isinstance(node, CallableFromFile):                                               โ”‚
โ”‚    75 โ”‚   โ”‚   c = _import_from_file_impl(node.source_file, str(node.callable_name), **kwargs)    โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a4a69c7b0241722dbb721e78ee9fbbe7c18c681497e88237e37bc450ab1b0458/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    87 โ”‚   โ”‚   โ”‚   if character != '.':                                                           โ”‚
โ”‚    88 โ”‚   โ”‚   โ”‚   โ”‚   break                                                                      โ”‚
โ”‚    89 โ”‚   โ”‚   โ”‚   level += 1                                                                     โ”‚
โ”‚ โฑ  90 โ”‚   return _bootstrap._gcd_import(name[level:], package, level)                            โ”‚
โ”‚    91                                                                                            โ”‚
โ”‚    92                                                                                            โ”‚
โ”‚    93 _RELOADING = {}                                                                            โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1310                                                                  โ”‚
โ”‚ in _call_with_frames_removed:488                                                                 โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1310                                                                  โ”‚
โ”‚ in _call_with_frames_removed:488                                                                 โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1324                                                                  โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
ModuleNotFoundError: No module named 'careamics'

Traceback 2








    
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:1123 in _tes โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   1120 โ”‚   try:                                                                                  โ”‚
โ”‚   1121 โ”‚   โ”‚   test_input = get_test_input_sample(model)                                         โ”‚
โ”‚   1122 โ”‚   โ”‚                                                                                     โ”‚
โ”‚ โฑ 1123 โ”‚   โ”‚   with create_prediction_pipeline(                                                  โ”‚
โ”‚   1124 โ”‚   โ”‚   โ”‚   bioimageio_model=model, devices=devices, weight_format=weight_format          โ”‚
โ”‚   1125 โ”‚   โ”‚   ) as prediction_pipeline:                                                         โ”‚
โ”‚   1126 โ”‚   โ”‚   โ”‚   for n, batch_size, inputs, exptected_output_shape in generate_test_cases():   โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_prediction_pipeline.py:407 in  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   404 โ”‚   โ”‚   โ”‚   f"deprecated create_prediction_pipeline kwargs: {set(deprecated_kwargs)}"      โ”‚
โ”‚   405 โ”‚   โ”‚   )                                                                                  โ”‚
โ”‚   406 โ”‚                                                                                          โ”‚
โ”‚ โฑ 407 โ”‚   model_adapter = model_adapter or create_model_adapter(                                 โ”‚
โ”‚   408 โ”‚   โ”‚   model_description=bioimageio_model,                                                โ”‚
โ”‚   409 โ”‚   โ”‚   devices=devices,                                                                   โ”‚
โ”‚   410 โ”‚   โ”‚   weight_format_priority_order=weights_format and (weights_format,),                 โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/_model_adapter.py:185  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   182 โ”‚   โ”‚   assert errors                                                                      โ”‚
โ”‚   183 โ”‚   โ”‚   if len(weight_format_priority_order) == 1:                                         โ”‚
โ”‚   184 โ”‚   โ”‚   โ”‚   assert len(errors) == 1                                                        โ”‚
โ”‚ โฑ 185 โ”‚   โ”‚   โ”‚   raise errors[0]                                                                โ”‚
โ”‚   186 โ”‚   โ”‚                                                                                      โ”‚
โ”‚   187 โ”‚   โ”‚   else:                                                                              โ”‚
โ”‚   188 โ”‚   โ”‚   โ”‚   msg = (                                                                        โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/_model_adapter.py:115  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   112 โ”‚   โ”‚   โ”‚   โ”‚   try:                                                                       โ”‚
โ”‚   113 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   from .pytorch_backend import PytorchModelAdapter                       โ”‚
โ”‚   114 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚                                                                          โ”‚
โ”‚ โฑ 115 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   return PytorchModelAdapter(                                            โ”‚
โ”‚   116 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   model_description=model_description, devices=devices               โ”‚
โ”‚   117 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   )                                                                      โ”‚
โ”‚   118 โ”‚   โ”‚   โ”‚   โ”‚   except Exception as e:                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/pytorch_backend.py:38  โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    35 โ”‚   โ”‚   โ”‚   raise ValueError("No `pytorch_state_dict` weights found")                      โ”‚
โ”‚    36 โ”‚   โ”‚                                                                                      โ”‚
โ”‚    37 โ”‚   โ”‚   devices = get_devices(devices)                                                     โ”‚
โ”‚ โฑ  38 โ”‚   โ”‚   self._model = load_torch_model(weights, load_state=True, devices=devices)          โ”‚
โ”‚    39 โ”‚   โ”‚   if mode == "eval":                                                                 โ”‚
โ”‚    40 โ”‚   โ”‚   โ”‚   self._model = self._model.eval()                                               โ”‚
โ”‚    41 โ”‚   โ”‚   elif mode == "train":                                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/backends/pytorch_backend.py:103 โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   100 โ”‚   load_state: bool = True,                                                               โ”‚
โ”‚   101 โ”‚   devices: Optional[Sequence[Union[str, torch.device]]] = None,                          โ”‚
โ”‚   102 ) -> nn.Module:                                                                            โ”‚
โ”‚ โฑ 103 โ”‚   custom_callable = import_callable(                                                     โ”‚
โ”‚   104 โ”‚   โ”‚   weight_spec.architecture,                                                          โ”‚
โ”‚   105 โ”‚   โ”‚   sha256=(                                                                           โ”‚
โ”‚   106 โ”‚   โ”‚   โ”‚   weight_spec.architecture_sha256                                                โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/digest_spec.py:72 in import_cal โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    69 โ”‚   โ”‚   module = importlib.import_module(node.module_name)                                 โ”‚
โ”‚    70 โ”‚   โ”‚   c = getattr(module, str(node.callable_name))                                       โ”‚
โ”‚    71 โ”‚   elif isinstance(node, ArchitectureFromLibraryDescr):                                   โ”‚
โ”‚ โฑ  72 โ”‚   โ”‚   module = importlib.import_module(node.import_from)                                 โ”‚
โ”‚    73 โ”‚   โ”‚   c = getattr(module, str(node.callable))                                            โ”‚
โ”‚    74 โ”‚   elif isinstance(node, CallableFromFile):                                               โ”‚
โ”‚    75 โ”‚   โ”‚   c = _import_from_file_impl(node.source_file, str(node.callable_name), **kwargs)    โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a4a69c7b0241722dbb721e78ee9fbbe7c18c681497e88237e37bc450ab1b0458/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    87 โ”‚   โ”‚   โ”‚   if character != '.':                                                           โ”‚
โ”‚    88 โ”‚   โ”‚   โ”‚   โ”‚   break                                                                      โ”‚
โ”‚    89 โ”‚   โ”‚   โ”‚   level += 1                                                                     โ”‚
โ”‚ โฑ  90 โ”‚   return _bootstrap._gcd_import(name[level:], package, level)                            โ”‚
โ”‚    91                                                                                            โ”‚
โ”‚    92                                                                                            โ”‚
โ”‚    93 _RELOADING = {}                                                                            โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1310                                                                  โ”‚
โ”‚ in _call_with_frames_removed:488                                                                 โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1310                                                                  โ”‚
โ”‚ in _call_with_frames_removed:488                                                                 โ”‚
โ”‚ in _gcd_import:1387                                                                              โ”‚
โ”‚ in _find_and_load:1360                                                                           โ”‚
โ”‚ in _find_and_load_unlocked:1324                                                                  โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
ModuleNotFoundError: No module named 'careamics'