opus
opus copied to clipboard
How to create loss_file for PLCDataset
To train the PLC, it requires features_file (.f32 format) and loss_file(.s8 format). However, it seems no guide to generate loss_files. Could you tell me how to create loss_files?
Thanks a lot,
The .s8 file is just a raw binary file with either 0x00 or 0x01 bytes depending on whether the frame was lost or not.