Skip to content

Core Compatibility Report: resourceful-lizard/v0ยค

๐ŸŸก bioimageio format validation
status valid-format
source https://hypha.aicell.io/bioimage-io/artifacts/resourceful-lizard/files/rdf.yaml?version=v0
id resourceful-lizard
version 0.1.1
applied format model 0.5.7
bioimageio.spec 0.5.7.4
Location Details
โœ”๏ธ Successfully created `ModelDescr` instance.
โœ”๏ธ bioimageio.spec format validation model 0.5.7
โš  documentation
No '# Validation' (sub)section found in doc.md.
โš  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 Created conda environment 'a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e'
โŒ weights.pytorch_state_dict Reproduce test outputs from test inputs (pytorch_state_dict)
โŒ weights.pytorch_state_dict
/usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
See Traceback 1.
weights.pytorch_state_dict
recommended conda environment (Reproduce test outputs from test inputs (pytorch_state_dict))
See Recommended Conda Environment 1.
weights.pytorch_state_dict
conda compare (Reproduce test outputs from test inputs (pytorch_state_dict))
//github.com/facebookresearch/segment-anything.git not found

Traceback 1








    
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    832 โ”‚   โ”‚   test_input = get_test_input_sample(model)                                         โ”‚
โ”‚    833 โ”‚   โ”‚   expected = get_test_output_sample(model)                                          โ”‚
โ”‚    834 โ”‚   โ”‚                                                                                     โ”‚
โ”‚ โฑ  835 โ”‚   โ”‚   with create_prediction_pipeline(                                                  โ”‚
โ”‚    836 โ”‚   โ”‚   โ”‚   bioimageio_model=model, devices=devices, weight_format=weight_format          โ”‚
โ”‚    837 โ”‚   โ”‚   ) as prediction_pipeline:                                                         โ”‚
โ”‚    838 โ”‚   โ”‚   โ”‚   results = prediction_pipeline.predict_sample_without_blocking(test_input)     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   368 โ”‚   โ”‚   โ”‚   f"deprecated create_prediction_pipeline kwargs: {set(deprecated_kwargs)}"      โ”‚
โ”‚   369 โ”‚   โ”‚   )                                                                                  โ”‚
โ”‚   370 โ”‚                                                                                          โ”‚
โ”‚ โฑ 371 โ”‚   model_adapter = model_adapter or create_model_adapter(                                 โ”‚
โ”‚   372 โ”‚   โ”‚   model_description=bioimageio_model,                                                โ”‚
โ”‚   373 โ”‚   โ”‚   devices=devices,                                                                   โ”‚
โ”‚   374 โ”‚   โ”‚   weight_format_priority_order=weights_format and (weights_format,),                 โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   166 โ”‚   โ”‚   assert errors                                                                      โ”‚
โ”‚   167 โ”‚   โ”‚   if len(weight_format_priority_order) == 1:                                         โ”‚
โ”‚   168 โ”‚   โ”‚   โ”‚   assert len(errors) == 1                                                        โ”‚
โ”‚ โฑ 169 โ”‚   โ”‚   โ”‚   raise errors[0]                                                                โ”‚
โ”‚   170 โ”‚   โ”‚                                                                                      โ”‚
โ”‚   171 โ”‚   โ”‚   else:                                                                              โ”‚
โ”‚   172 โ”‚   โ”‚   โ”‚   msg = (                                                                        โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚   107 โ”‚   โ”‚   โ”‚   if wf == "pytorch_state_dict":                                                 โ”‚
โ”‚   108 โ”‚   โ”‚   โ”‚   โ”‚   assert weights.pytorch_state_dict is not None                              โ”‚
โ”‚   109 โ”‚   โ”‚   โ”‚   โ”‚   try:                                                                       โ”‚
โ”‚ โฑ 110 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   from .pytorch_backend import PytorchModelAdapter                       โ”‚
โ”‚   111 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚                                                                          โ”‚
โ”‚   112 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   return PytorchModelAdapter(                                            โ”‚
โ”‚   113 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   model_description=model_description, devices=devices               โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚     5 from pathlib import Path                                                                   โ”‚
โ”‚     6 from typing import Any, List, Literal, Optional, Sequence, Union                           โ”‚
โ”‚     7                                                                                            โ”‚
โ”‚ โฑ   8 import torch                                                                               โ”‚
โ”‚     9 from loguru import logger                                                                  โ”‚
โ”‚    10 from numpy.typing import NDArray                                                           โ”‚
โ”‚    11 from torch import nn                                                                       โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/p โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    364 โ”‚   # See Note [Global dependencies]                                                      โ”‚
โ”‚    365 โ”‚   if USE_GLOBAL_DEPS:                                                                   โ”‚
โ”‚    366 โ”‚   โ”‚   _load_global_deps()                                                               โ”‚
โ”‚ โฑ  367 โ”‚   from torch._C import *  # noqa: F403                                                  โ”‚
โ”‚    368                                                                                           โ”‚
โ”‚    369                                                                                           โ”‚
โ”‚    370 class SymInt:                                                                             โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
ImportError: /usr/share/miniconda/envs/a5da52dafabdde7cdd7c07143428e76b22eb95ad536a51113bc0628f90346b5e/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
%YAML 1.2
---
name: sam-encoder
channels:
  - pytorch
  - nvidia
  - anaconda
  - conda-forge
  - nodefaults
dependencies:
  - bioimageio.core
  - cuda=11.8
  - pip
  - python=3.10
  - pytorch
  - setuptools
  - torchvision
  - pip:
      - fsspec
      - git+https://github.com/facebookresearch/segment-anything.git
      - huggingface-hub
      - matplotlib
      - packaging
      - safetensors
      - timm
      - tqdm