foldvision-encoder / config.json
AlexanderKroll's picture
Push model using huggingface_hub.
6a75488 verified
raw
history blame contribute delete
181 Bytes
{
"channels": 5,
"depths": [
128,
256,
512,
1024,
1024
],
"gn_groups": 16,
"kernel_sizes": [
7,
5,
3,
3,
3
],
"num_layers": 5
}