Skip to content
Snippets Groups Projects
Select Git revision
  • bd43054c2d4643064601f2cd302b21c37c3cc336
  • main default
  • final_pytorch
  • phase-1-final
4 results

mobile_app

user avatar
hannandarryl authored
e15f3e81
History

Code for transferring models to TFLite:

generate_tflite.py - Generates TFLite files

test_tflite.py - Tests generated tflite files

mobile_model.py - Contains models for tflite (Note there is a heavily annotated version of the sparse coding model here. Must be updated if sparse coding is changed.)

Dependencies: tensorflow == 2.6.0

torch == 1.8.0