Commit Graph

6 Commits

Author SHA1 Message Date
miaomiaomiao-LJY 7cadeb00e7 ADD
# Add model module:
#     Add the Net1 model interface

# Add a module group:
#     Implement the PreNet network model structure
#     Implement the HighwayNet network model structure
2021-04-12 10:19:58 +08:00
miaomiaomiao-LJY b71c729a97 UPDATE
# Update the Net1DataLoader module:
#     Implement the Net1DataSet data loader

# Update the hparams module:
#     Add net1 train batch_size, num_workers
2021-04-11 16:36:05 +08:00
miaomiaomiao-LJY 872626bc57 UPDATE
# Update the audio operation module:
#     Add an instant clipping function
#     Add phones, and a phones dictionary generation method
#     Optimize debugging of the "_get_mfcc_and_spec" function
#     Implement "get_mfccs_and_phones" function
#     Implement "get_mfccs_and_spectrogram" function

# Update the hparams module:
#     Add TIMIT default duration
2021-04-11 14:20:19 +08:00
miaomiaomiao-LJY 4821939763 ADD
# Add super parameter module:
#    Preliminarily set the TIMIT dataset parameters
#    Preliminarily set the training parameters of net 1
2021-04-11 00:04:32 +08:00
miaomiaomiao-LJY cd2b668870 ADD
# Add audio operation module:
#     Add audio reading function
#     Add amplitude spectrogram, DB - Scaled spectrogram conversion module
#     Preliminary implementation from audio access to MFCC, MEL, MAG
2021-04-11 00:03:32 +08:00
miaomiaomiao-LJY aaf51ceac8 ADD
# Add Net 1 Data Loader:
#     Preliminary implementation of net 1 dataset
2021-04-10 23:59:58 +08:00