Divyasreepat commited on
Commit
3319d73
1 Parent(s): ab4f836

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +1 -28
README.md CHANGED
@@ -1,33 +1,6 @@
1
  ---
2
  library_name: keras-hub
3
  ---
4
- This is a [`EfficientNet` model](https://keras.io/api/keras_hub/models/efficient_net) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
5
- This model is related to a `ImageClassifier` task.
6
 
7
- Model config:
8
- * **name:** efficient_net_backbone
9
- * **trainable:** True
10
- * **width_coefficient:** 1.2
11
- * **depth_coefficient:** 1.4
12
- * **dropout:** 0
13
- * **depth_divisor:** 8
14
- * **min_depth:** None
15
- * **activation:** swish
16
- * **input_shape:** [None, None, 3]
17
- * **stackwise_kernel_sizes:** [3, 3, 5, 3, 5, 5, 3]
18
- * **stackwise_num_repeats:** [1, 2, 2, 3, 3, 4, 1]
19
- * **stackwise_input_filters:** [32, 16, 24, 40, 80, 112, 192]
20
- * **stackwise_output_filters:** [16, 24, 40, 80, 112, 192, 320]
21
- * **stackwise_expansion_ratios:** [1, 6, 6, 6, 6, 6, 6]
22
- * **stackwise_squeeze_and_excite_ratios:** [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25]
23
- * **stackwise_strides:** [1, 2, 2, 2, 1, 2, 1]
24
- * **stackwise_block_types:** ['v1', 'v1', 'v1', 'v1', 'v1', 'v1', 'v1']
25
- * **include_stem_padding:** True
26
- * **use_depth_divisor_as_min_depth:** True
27
- * **cap_round_filter_decrease:** True
28
- * **stem_conv_padding:** valid
29
- * **batch_norm_momentum:** 0.9
30
- * **batch_norm_epsilon:** 1e-05
31
- * **projection_activation:** None
32
 
33
- 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.
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ### Model Overview
 
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6