dgarrett-synaptics commited on
Commit
5ec8e48
·
verified ·
1 Parent(s): 11ab83c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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}",