text-generator
text-generator copied to clipboard
Bugfix: Sorted character list
Fixed a bug where the character list generated upon data loading would return different ordered results every time it's called resulting in non-reproducible behaviour. This leads to the generation of scrambled text when loading saved weights. Instead, sorted the list alphabetically to ensure consistent results.