RNN text generation via pre-trained model

main
Symisc Systems 7 years ago committed by GitHub
parent 12a2aa2e58
commit 5262875b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
* Compile this file together with the SOD embedded source code to generate
* the executable. For example:
*
* gcc sod.c rnn_text_gen.c -lm -Ofast -march=native -Wall -std=c99 -o sod_cnn_intro
* gcc sod.c rnn_text_gen.c -lm -Ofast -march=native -Wall -std=c99 -o sod_rnn
*
* Under Microsoft Visual Studio (>= 2015), just drop `sod.c` and its accompanying
* header files on your source tree and you're done. If you have any trouble
@ -89,4 +89,4 @@ int main(int argc, char *argv[])
/* Clean-up */
sod_cnn_destroy(pNet);
return 0;
}
}

Loading…
Cancel
Save