File size: 827 Bytes
882a12a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
library_name: keras-hub
---
This is a [`ResNet` model](https://keras.io/api/keras_hub/models/res_net) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
This model is related to a `ImageClassifier` task.

Model config:
* **name:** res_net_backbone_1
* **trainable:** True
* **input_conv_filters:** [32, 32, 64]
* **input_conv_kernel_sizes:** [3, 3, 3]
* **stackwise_num_filters:** [64, 128, 256, 512]
* **stackwise_num_blocks:** [3, 4, 6, 3]
* **stackwise_num_strides:** [1, 2, 2, 2]
* **block_type:** basic_block_vd
* **use_pre_activation:** False
* **image_shape:** [None, None, 3]

This model card has been generated automatically and should be completed by the model author. See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more information.