AIWintermuteAI / Speech-to-Intent-Micro

An open-source, easily accessible package for training and deploying Speech-to-Intent models on microcontrollers and SBCs
Apache License 2.0
36 stars 7 forks source link

data/pkl/ids2intents.pkl, slot2ids and intent2ids pkl files #1

Closed wwyl2000 closed 1 year ago

wwyl2000 commented 1 year ago

Hi,

Thanks for sharing your work. I am trying to run the training with your package, but I was blocked and got the message: No such file or directory: 'data/pkl/ids2intents.pkl'. Could you please tell me where is the ids2intents.pkl? In your README.md, you mentioned slot2ids and intent2ids pkl files, where are these files?

Thanks for your help in advance!

Willy

wwyl2000 commented 1 year ago

Hi, I set --generate_data to True, and the files were generated under: data/pkl/, and the above problem is not blocking. Thanks, Willy

wwyl2000 commented 1 year ago

Not a problem. Close it.