The recurring problem with this implementation is the Data generated can be too large (~5GB for the pre-trained). I believe we can improve this with application of gzip deflation during data training, and gzip inflation when data is going to be read.
This will be useful for applications who bases from this that has strict space requirements.
The recurring problem with this implementation is the Data generated can be too large (~5GB for the pre-trained). I believe we can improve this with application of gzip deflation during data training, and gzip inflation when data is going to be read.
This will be useful for applications who bases from this that has strict space requirements.