>>> # Initializing a model (with random weights) from the shi-labs/oneformer_ade20k_swin_tiny style configuration >>> model = OneFormerModel(configuration) >>> # Accessing the model configuration >>> configuration = model.config ``` """ model_type = "oneformer" attribute_map = {"hidde...
Platform: Linux-5.19.0-41-generic-x86_64-with-glibc2.35 Python version: 3.10.10 Huggingface_hub version: 0.14.1 Safetensors version: 0.3.1 PyTorch version (GPU?): 2.0.0+cu117 (True) Tensorflow version (GPU?): 2.11.1 (False)