Skip to content
Snippets Groups Projects
Verified Commit 6471f801 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

update weight blob code

parent da2121ab
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -40,7 +40,7 @@
#ifdef USE_WEIGHTS_FILE
#undef USE_WEIGHTS_FILE
#endif
#include "nnet_data.c"
#include "fargan_data.c"
#include "plc_data.c"
#include "dred_rdovae_enc_data.c"
#include "dred_rdovae_dec_data.c"
......@@ -70,7 +70,7 @@ void write_weights(const WeightArray *list, FILE *fout)
int main(void)
{
FILE *fout = fopen("weights_blob.bin", "w");
write_weights(lpcnet_arrays, fout);
write_weights(fargan_arrays, fout);
write_weights(lpcnet_plc_arrays, fout);
write_weights(rdovaeenc_arrays, fout);
write_weights(rdovaedec_arrays, fout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment