Image-to-3D
MLX
Safetensors
SAM 3D Objects
apple-silicon
sam-3d
3d-reconstruction
gaussian-splatting
mesh
glb
Instructions to use appautomaton/sam-3d-objects-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use appautomaton/sam-3d-objects-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sam-3d-objects-mlx appautomaton/sam-3d-objects-mlx
- SAM 3D Objects
How to use appautomaton/sam-3d-objects-mlx with SAM 3D Objects:
from inference import Inference, load_image, load_single_mask from huggingface_hub import hf_hub_download path = hf_hub_download("appautomaton/sam-3d-objects-mlx", "pipeline.yaml") inference = Inference(path, compile=False) image = load_image("path_to_image.png") mask = load_single_mask("path_to_mask.png", index=14) output = inference(image, mask) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| format_version: 1 | |
| source_file: weights/sam-3d-objects/checkpoints/ss_decoder.ckpt | |
| source_sha256: 6dac1cd7b7fda5a38e0614fadae441f1794f80e39ea2981f1ac8aff0a7e99340 | |
| safetensors_file: ss_decoder.safetensors | |
| safetensors_files: {} | |
| created_at_unix: 1777985860 | |
| tensor_count: 74 | |
| total_tensor_bytes: 294684804 | |
| metadata: | |
| input_layer.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '0' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 8 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 216 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| input_layer.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '1' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '2' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '3' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '4' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '5' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '6' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| middle_block.0.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '7' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.0.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '8' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| middle_block.0.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '9' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '10' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '11' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '12' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '13' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '14' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| middle_block.1.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '15' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| middle_block.1.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '16' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| middle_block.1.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '17' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '18' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '19' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '20' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '21' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '22' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.0.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '23' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.0.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '24' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.0.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '25' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '26' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '27' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '28' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '29' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '30' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.1.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '31' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.1.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '32' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.1.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '33' | |
| offset_elems: 0 | |
| shape: | |
| - 512 | |
| stride: | |
| - 1 | |
| blocks.2.conv.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '34' | |
| offset_elems: 0 | |
| shape: | |
| - 1024 | |
| - 512 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 13824 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.2.conv.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '35' | |
| offset_elems: 0 | |
| shape: | |
| - 1024 | |
| stride: | |
| - 1 | |
| blocks.3.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '36' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.3.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '37' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.3.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '38' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.3.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '39' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.3.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '40' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| - 128 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 3456 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.3.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '41' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.3.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '42' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| - 128 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 3456 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.3.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '43' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '44' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '45' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '46' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '47' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '48' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| - 128 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 3456 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.4.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '49' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.4.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '50' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| - 128 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 3456 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.4.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '51' | |
| offset_elems: 0 | |
| shape: | |
| - 128 | |
| stride: | |
| - 1 | |
| blocks.5.conv.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '52' | |
| offset_elems: 0 | |
| shape: | |
| - 256 | |
| - 128 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 3456 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.5.conv.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '53' | |
| offset_elems: 0 | |
| shape: | |
| - 256 | |
| stride: | |
| - 1 | |
| blocks.6.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '54' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.6.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '55' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.6.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '56' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.6.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '57' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.6.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '58' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| - 32 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 864 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.6.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '59' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.6.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '60' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| - 32 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 864 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.6.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '61' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.norm1.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '62' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.norm1.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '63' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.norm2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '64' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.norm2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '65' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.conv1.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '66' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| - 32 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 864 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.7.conv1.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '67' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| blocks.7.conv2.weight: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '68' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| - 32 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 864 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| blocks.7.conv2.bias: | |
| $type: tensor_ref | |
| dtype: F16 | |
| storage_key: '69' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| out_layer.0.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '70' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| out_layer.0.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '71' | |
| offset_elems: 0 | |
| shape: | |
| - 32 | |
| stride: | |
| - 1 | |
| out_layer.2.weight: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '72' | |
| offset_elems: 0 | |
| shape: | |
| - 1 | |
| - 32 | |
| - 3 | |
| - 3 | |
| - 3 | |
| stride: | |
| - 864 | |
| - 27 | |
| - 9 | |
| - 3 | |
| - 1 | |
| out_layer.2.bias: | |
| $type: tensor_ref | |
| dtype: F32 | |
| storage_key: '73' | |
| offset_elems: 0 | |
| shape: | |
| - 1 | |
| stride: | |
| - 1 | |
| security: | |
| objects: [] | |
| calls: [] | |
| tensors: | |
| - name: blocks.0.conv1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 8318dd61f3a2f63c3772c6479f225124860c22416087a74f67f60bfe968953a7 | |
| - name: blocks.0.conv1.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 01ff17526cc23c623ce7591a4984083060289011cf6cae5da81d4eb1caadaa48 | |
| - name: blocks.0.conv2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: fcd4a3e37b1cf4a743ce19b421591280647e7f70ad8750e1e4fbc55486baf8fe | |
| - name: blocks.0.conv2.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: b5d8773f6eab8620eae01c38e24690306989393cabd3272b57e698ed9f3af489 | |
| - name: blocks.0.norm1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 5929b89d4637b31ee4437af03714939bbff60d844d5d6d79bac6a13ae86b489e | |
| - name: blocks.0.norm1.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 2e1637708bee73d04d573756acb299139ad0a6d341e700184955f64d89779116 | |
| - name: blocks.0.norm2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 53be0083949fd4b2d312676041191fcf5d27ecc22865ef503dd5a6fe9aaa376b | |
| - name: blocks.0.norm2.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 1d063ef48dccdbf623e6a3fdeefb42eb46a0fd262713915d9a38e273825c30ec | |
| - name: blocks.1.conv1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 501ca55f325c10927c6887e34f2b05de85a39601c18732b08bf7aa9d7e021724 | |
| - name: blocks.1.conv1.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 43bd691f53b02c8de9c59117bcf4609f271e69f288d311c5cf2e0f55fec6a3fd | |
| - name: blocks.1.conv2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 0c43c6bc561212b1b1b51e26c05967767d17f91444f5f6a17733bc591bc26703 | |
| - name: blocks.1.conv2.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 94187be51a47542857840ec0b6cd65d25dcb50e6a97c02bd0b5c33fda2735b72 | |
| - name: blocks.1.norm1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: a81c8a5a65ca89193809f084319f4f336efe14e2e71d4c4d7f54e64f5370c46e | |
| - name: blocks.1.norm1.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: b817ab88b36eef7b4b5daa3300a0567debbec0dcd227d8633126c67082b35254 | |
| - name: blocks.1.norm2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: abd3195ab109b3bead4b06d9a3273a3d374d8361e62e6ce2b6fc3080584f68ba | |
| - name: blocks.1.norm2.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: a3699af15300e0f09fe586defa66711d3004901d191e8b703987b5728e98ffa0 | |
| - name: blocks.2.conv.bias | |
| dtype: F32 | |
| shape: [1024] | |
| sha256: c241b549930db6829cc5a1457b3d861938146fa4aff63fb23322f62964f9f8d3 | |
| - name: blocks.2.conv.weight | |
| dtype: F32 | |
| shape: [1024, 512, 3, 3, 3] | |
| sha256: 15f4e22aac51c9fd089881d4b6b0f0633bef095b8e0199691f0bcd10d9950bfe | |
| - name: blocks.3.conv1.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 3e4d87e5e680f0f9f52ea32cd45e001c81449bb48032f87a578d72015638c965 | |
| - name: blocks.3.conv1.weight | |
| dtype: F32 | |
| shape: [128, 128, 3, 3, 3] | |
| sha256: e5c1fd3a1891bffcce0c72062f75b5ea0c7b2deb954c695e9bd1b80f9b02ea15 | |
| - name: blocks.3.conv2.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 84eeb5105a4c53f05a668fc278e07739e7a1df04c400003b329b5d606a1810cf | |
| - name: blocks.3.conv2.weight | |
| dtype: F32 | |
| shape: [128, 128, 3, 3, 3] | |
| sha256: faa6ed1fe82675e292b047ccf142006df130821963aeb0f5cb0baa27b156a24f | |
| - name: blocks.3.norm1.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: fdb6ce03e9b1abe1d2ddf121baa27932b80b51f388067b6a6e28f3c35559f9f0 | |
| - name: blocks.3.norm1.weight | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 73a13ad3c9b4c456273bd4f6270d4ec7c4a760a6b5f0db49f54120ea5b53aec6 | |
| - name: blocks.3.norm2.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 9d35644516579187f06c2694b95301ff3311685e57dd4c7fa0c0f30afc59f1e8 | |
| - name: blocks.3.norm2.weight | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 105843929d5f9312a2d2e541db8dedf75a5ae5db1ce722dcc1ca31206cf11463 | |
| - name: blocks.4.conv1.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 4dbfb743b4b0c482c2284cc403b8ae8fd503a4008d59c00432adb244dae451f0 | |
| - name: blocks.4.conv1.weight | |
| dtype: F32 | |
| shape: [128, 128, 3, 3, 3] | |
| sha256: ec3b57e14fa39b11ddbf666239a9ba852abb509dd0b3ffeaff007801f9ee1a2d | |
| - name: blocks.4.conv2.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 1407083cb0f4b1ceda4d865ba6603f0966ed2ca9aa861e16d66430f241cd7152 | |
| - name: blocks.4.conv2.weight | |
| dtype: F32 | |
| shape: [128, 128, 3, 3, 3] | |
| sha256: d2603cd233065cfb128a72f4c5caab180c495866801d3ac8cf3a31996559f3dd | |
| - name: blocks.4.norm1.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 3064c944d8def8d7a727dbd621b60b727dcca7f1e3d86a56a5dfc02f10d374cc | |
| - name: blocks.4.norm1.weight | |
| dtype: F32 | |
| shape: [128] | |
| sha256: aff245257ce6f9c1cf65c9fbbbb6d6a5fe63b9e42647ca6e778675f3a68d7338 | |
| - name: blocks.4.norm2.bias | |
| dtype: F32 | |
| shape: [128] | |
| sha256: ace1030bbb55a1750b1ca3e8572b7378b95cc211c0c9ec80dcb63d51f0bae107 | |
| - name: blocks.4.norm2.weight | |
| dtype: F32 | |
| shape: [128] | |
| sha256: 2afc00508d28cbd360ffb4400fd230f58ac57778b9eecc170589f79fcbb8ec2d | |
| - name: blocks.5.conv.bias | |
| dtype: F32 | |
| shape: [256] | |
| sha256: 2ab3516c2fec4aac1c387d923bf3543fde3be0edae6d279819efd43897f2dbad | |
| - name: blocks.5.conv.weight | |
| dtype: F32 | |
| shape: [256, 128, 3, 3, 3] | |
| sha256: 2556506e3f1d5ee38e6a4f61aa19e7fc87f7542f8bbcd15c6e27103a18e88dc1 | |
| - name: blocks.6.conv1.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 309c5e0880cea7b7d9835682caea01ada62b7f4f88379132b16c2b531b9241bb | |
| - name: blocks.6.conv1.weight | |
| dtype: F32 | |
| shape: [32, 32, 3, 3, 3] | |
| sha256: 49d1b048eca46babfece2c5ae4aab3a5d03eb95e93cc1bfcef5e001624812063 | |
| - name: blocks.6.conv2.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 3ce6fd5bb17b79a9d2a6bf25ab90d409f6d52859348e2acf9a92074023261ef7 | |
| - name: blocks.6.conv2.weight | |
| dtype: F32 | |
| shape: [32, 32, 3, 3, 3] | |
| sha256: c098477dc69229cd1aa5aac2e458965eb046e534797e453c5c06dff7c622fbac | |
| - name: blocks.6.norm1.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 1c580c9b374539a967333d51e6aa6ceb958a240744a30688011da3355454a151 | |
| - name: blocks.6.norm1.weight | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 511e41d2b06596e60432c556e3d592f80886399b4de8cbc6bbd2b72ced6d4cca | |
| - name: blocks.6.norm2.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: e823da2e0bee9dd00c900d3c2946d95d3ac673dde6d623a0a8d2106161da1900 | |
| - name: blocks.6.norm2.weight | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 913cce9c09e37b8d0109e863071cd4787bcf5c1d82d10e79f58bc128e27fe39a | |
| - name: blocks.7.conv1.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 0fbdbf36d8d0e5b0fc41efefd87aa5035d88b5241cc80c21a57bb0e3c9f2c8c2 | |
| - name: blocks.7.conv1.weight | |
| dtype: F32 | |
| shape: [32, 32, 3, 3, 3] | |
| sha256: f00ff5a16ee0cc86a19aa58eac96005388c57e911a258082d0e813f926d73666 | |
| - name: blocks.7.conv2.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 4ecfeddaf3e16219a6f05642c960615d38c4c37e90c2a195e8b38d909a873f41 | |
| - name: blocks.7.conv2.weight | |
| dtype: F32 | |
| shape: [32, 32, 3, 3, 3] | |
| sha256: 13550fea8ab17e6dc86ba457ab787427ba34e4117d01bbaa47de49b3635a77c3 | |
| - name: blocks.7.norm1.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 4bdf8d3e828dcc693604714298ece99b89e1f338f80f5d403cf151372f9f25db | |
| - name: blocks.7.norm1.weight | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 75ee209e1c2835f6c3bfe5a9c22863a879e4ea36577b0e1c777dd3fcd3473506 | |
| - name: blocks.7.norm2.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: a6855c6ca25a39de616d27e2da72a9e8d66e1ca8e65049ca30a9cdbc82a25d50 | |
| - name: blocks.7.norm2.weight | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 7275a74bd381e56e9c4e172123fa774b758a0097d2a01ea87fceba20f0aab542 | |
| - name: input_layer.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 02e1ba98d624440ce8b6853744170bf687a2d44545fdb022568f9dfa79791441 | |
| - name: input_layer.weight | |
| dtype: F32 | |
| shape: [512, 8, 3, 3, 3] | |
| sha256: 5d77c0a43d668d5ef7cf87dcd9707f90f1f2d53aaf85d9e13ab9001ffd7e4c60 | |
| - name: middle_block.0.conv1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 828b56016292b7f5f837d0a069c0ac9425ed6f063e4c59cea254506ea2ae5aca | |
| - name: middle_block.0.conv1.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: a83c00f1634536165b8282fa9d180a7f2b02b3948f82a5c9b58afad059ff9063 | |
| - name: middle_block.0.conv2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: e3d5616e1ac50b9894a3c62e5f00ea9381ca2eef1d195abc1876e95c5b935058 | |
| - name: middle_block.0.conv2.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 645b83032cdfc89a2266a3b0ab0c182dd00bafb6f3f2eb24b4c6ab934cb3a6f1 | |
| - name: middle_block.0.norm1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 3f0dc8da1cb01b1af817a17f56b1385131e3747bb3c1f5b0a1558b66f432cc30 | |
| - name: middle_block.0.norm1.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: a385e123ca8882d97e1086c075b782b3ce0060608c295e2b9daa9c20008ce842 | |
| - name: middle_block.0.norm2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 208f9d6ed284d8e13862a33229cdedc39f272fac271035a0fa00ce647aacb005 | |
| - name: middle_block.0.norm2.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: e484a45edeea7213c7be6f161cae8754a612ec738aaf5b0e80f5ada506c53064 | |
| - name: middle_block.1.conv1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 5415b21b405fefc85ebc14744c4b0004808bf7fa2793a1164103fbcb1c8e53eb | |
| - name: middle_block.1.conv1.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 6571348089f9d14df0276ba187e4e51835c8bc6b14f92e68138999844f70483c | |
| - name: middle_block.1.conv2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: a42db30c6874337a578c507aead4f60c41078c8959176865c706e91ece9b3664 | |
| - name: middle_block.1.conv2.weight | |
| dtype: F32 | |
| shape: [512, 512, 3, 3, 3] | |
| sha256: 9d01d4c9d49b27f2cf2bd0640c22356c6c1ca46e677c0a25132f1c281afb3382 | |
| - name: middle_block.1.norm1.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 3ce8f2e4b093e52835070536961c4bda43fc17d939fee1fb55400acd0298e8d8 | |
| - name: middle_block.1.norm1.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 89aacb9ec0df903f1a10c781cd5a5a43d488020cd4f5506c4b743b0aae47107a | |
| - name: middle_block.1.norm2.bias | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 73771be88240465e135c10911863731a87afd17f89f87e548eeddcede0c55119 | |
| - name: middle_block.1.norm2.weight | |
| dtype: F32 | |
| shape: [512] | |
| sha256: 43dcb2fa6f11de5d274ff95f978c12d7e4168dc92f2420d90ee9247c4a60ed81 | |
| - name: out_layer.0.bias | |
| dtype: F32 | |
| shape: [32] | |
| sha256: f146a5721011d745734ea69211f411f2eb7f056df47128baba4b8b5fbf96c00a | |
| - name: out_layer.0.weight | |
| dtype: F32 | |
| shape: [32] | |
| sha256: 0613d82a3a0712a7c44c20ff997f81f596727d5bc00c75fab00389fa5d7f56c0 | |
| - name: out_layer.2.bias | |
| dtype: F32 | |
| shape: [1] | |
| sha256: 03db042d62b7325a8dc4b7f6c10fde3186462335604bdba331c29f2c3e266dcf | |
| - name: out_layer.2.weight | |
| dtype: F32 | |
| shape: [1, 32, 3, 3, 3] | |
| sha256: c5b357c174e0b9539605b88b9de84c41ab6c238e10cb6c4cbc41708763a2f5b5 | |