Releases: zemlyansky/gpt-tfjs
Releases · zemlyansky/gpt-tfjs
v0.0.5
Added
- textstream project: Enabled training of the GPT model using text streams in either a browser or a Node.js environment (eliminating the need to load the entire dataset into memory)
- In the train method, both
maxIterandepochsparameters are now supported. Switched fromdf.forEachAsynctowhileloop +ds.iterator()(it was not clear how to terminate long-runningforEachAsync).
Fixed
- Resolved memory leakage issue occurring in the
generatemethod - Use
config.lrin the Adam optimizer