opus icon indicating copy to clipboard operation
opus copied to clipboard

How to create loss_file for PLCDataset

Open 20050710212 opened this issue 4 months ago • 1 comments

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,

20050710212 avatar Aug 29 '25 11:08 20050710212

The .s8 file is just a raw binary file with either 0x00 or 0x01 bytes depending on whether the frame was lost or not.

jmvalin avatar Sep 03 '25 17:09 jmvalin