TC-ResNet icon indicating copy to clipboard operation
TC-ResNet copied to clipboard

Code for Temporal Convolution for Real-time Keyword Spotting on Mobile Devices

Results 16 TC-ResNet issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

In the common.tf_utils checkpoints_iterator seems to run for indefinite time, what could the reason possibly be? ![cmd](https://user-images.githubusercontent.com/42089341/97115358-60790880-171c-11eb-9f51-3687788cb2bf.JPG)

- When generate pb file, we use this command: ` python freeze.py --num_classes 12 --checkpoint_path work/v1/TCResNet8Model-1.0/mfcc_40_3010_0.001_mom_l1/TCResNet8Model-30000 --output_name softmax --preprocess_method no_preprocessing --height 49 --width 40 --channels 1 TCResNet8Model --width_multiplier 1.0 `...

Thank you for your geat work. I trained a TCResNet8 model and then converted to tflite-model successfully. But I do not know how to use the tflite model when I...

correct is ```python python freeze.py --num_classes 12 --checkpoint_path work/v1/TCResNet8Model-1.0/mfcc_40_3010_0.001_mom_l1/TCResNet8Model-30000 --output_name softmax --preprocess_method no_preprocessing --height 49 --width 40 --channels 1 TCResNet8Model --width_multiplier 1.0 ```

Hi, I run the code and meet an error. ![image](https://user-images.githubusercontent.com/54262164/82857220-f842b280-9f42-11ea-811d-caebf12d12a0.png) I didn't find when the file was created. Does this file need to be created manually? Sincerely, Chen

Hi, thanks for the great code. I've tried to reproduce the results. However, I found two confusing issues, 1. The original dataset seems not to include `_silence_` folder, I didn't...

I have converted the checkpoint to frozen graph, now I want to inference the frozen graph at real time on GPU instead of Android. Kindly share the inference script for...

How to serving the trained model with tensorflow serving?