OMR-Research / tf-end-to-end

TensorFlow code to perform end-to-end Optical Music Recognition on monophonic scores through Convolutional Recurrent Neural Networks and CTC-based training.
MIT License
136 stars 58 forks source link

MemoryError #4

Closed BTM520 closed 5 years ago

BTM520 commented 5 years ago

selection_007

Traceback (most recent call last): File "ctc_training.py", line 57, in <module> validation_batch, validation_size = primus.getValidation(params) File "/home/chao/lab/omr/primus.py", line 142, in getValidation params['img_channels']], dtype=np.float32)*self.PAD_COLUMN File "/usr/local/lib/python3.5/dist-packages/numpy/core/numeric.py", line 203, in ones a = empty(shape, dtype, order) MemoryError