Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,9 @@ def compile_model(model_name):
|
|
| 30 |
# Run the comparison
|
| 31 |
model = 'hello_world.tflite'
|
| 32 |
out_dir = './tmp'
|
| 33 |
-
|
| 34 |
-
|
|
|
|
| 35 |
results = sr100_model_compiler.sr100_model_compiler(
|
| 36 |
model_file=model,
|
| 37 |
output_dir=f"{out_dir}",
|
|
|
|
| 30 |
# Run the comparison
|
| 31 |
model = 'hello_world.tflite'
|
| 32 |
out_dir = './tmp'
|
| 33 |
+
model_loc = 'sram'
|
| 34 |
+
|
| 35 |
+
# Run the model fitter
|
| 36 |
results = sr100_model_compiler.sr100_model_compiler(
|
| 37 |
model_file=model,
|
| 38 |
output_dir=f"{out_dir}",
|