Started working on a pipeline using all data. Issues with memory (RAM) while...
Started working on a pipeline using all data. Issues with memory (RAM) while generating one-hot label encodings. Solutions: use data generators to train via fit_generator. Examples: https://github.com/keras-team/keras/issues/1627 https://www.kaggle.com/ezietsman/simple-keras-model-with-data-generator https://stanford.edu/~shervine/blog/keras-how-to-generate-data-on-the-fly.html
Showing
- code_jurica/classificationICD10_attention.py 9 additions, 8 deletionscode_jurica/classificationICD10_attention.py
- code_jurica/loader.py 9 additions, 3 deletionscode_jurica/loader.py
- code_jurica/seq2seq.py 11 additions, 10 deletionscode_jurica/seq2seq.py
- code_jurica/test.py 8 additions, 8 deletionscode_jurica/test.py
- code_jurica/util.py 15 additions, 1 deletioncode_jurica/util.py
Please register or sign in to comment