Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 732 Bytes

README.util.md

File metadata and controls

31 lines (19 loc) · 732 Bytes

FSL Util Code

WesleyCh3n - FSL hackmd-github-sync-badge

util_convert_format.py

Convert checkpoint to h5 or tflite

python3 util_convert_format.py <path/to/params.py>

util_export_embedding.py

Export data to embeddings.

python3 util_export_embedding.py <path/to/params.py>

This will export params['test_ds'] into embeddings.

util_export_reference.py

Average embeddings with each class as supported set.

python3 util_export_reference.py <path/to/output_dir_name/>