nn
nn copied to clipboard
Results
1
nn issues
Sort by
recently updated
recently updated
newest added
In `dsets/preproc/preproc_char.py`, the `build_data` is extremely slow since the character index is lookup for multiple times. ``` python chars = [''] * (CONTEXT - 1) + [''] + list(line) +...