tensorflow/lite/g3doc/api_docs/python/tflite_model_maker/object_detector/EfficientDetLite1Spec.md
page_type: reference description: Creates EfficientDet-Lite1 model spec. See also: <a href="../../tflite_model_maker/object_detector/EfficientDetSpec"><code>tflite_model_maker.object_detector.EfficientDetSpec</code></a>.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_model_maker.object_detector.EfficientDetLite1Spec" /> <meta itemprop="path" content="Stable" /> </div>Creates EfficientDet-Lite1 model spec. See also: <a href="../../tflite_model_maker/object_detector/EfficientDetSpec"><code>tflite_model_maker.object_detector.EfficientDetSpec</code></a>.
<pre class="devsite-click-to-copy prettyprint lang-py tfo-signature-link"> <code>tflite_model_maker.object_detector.EfficientDetLite1Spec( *, model_name='efficientdet-lite1', uri='https://tfhub.dev/tensorflow/efficientdet/lite1/feature-vector/1', hparams='', model_dir=None, epochs=50, batch_size=64, steps_per_execution=1, moving_average_decay=0, var_freeze_expr='(efficientnet|fpn_cells|resample_p6)', tflite_max_detections=25, strategy=None, tpu=None, gcp_project=None, tpu_zone=None, use_xla=False, profile=False, debug=False, tf_random_seed=111111, verbose=0 ) </code></pre> <!-- Placeholder for "Used in" --> <!-- Tabular view --> <table class="responsive fixed orange"> <colgroup><col width="214px"><col></colgroup> <tr><th colspan="2"><h2 class="add-link">Args</h2></th></tr> <tr> <td> `model_name`<a id="model_name"></a> </td> <td> Model name. </td> </tr><tr> <td> `uri`<a id="uri"></a> </td> <td> TF-Hub path/url to EfficientDet module. </td> </tr><tr> <td> `hparams`<a id="hparams"></a> </td> <td> Hyperparameters used to overwrite default configuration. Can be