Closed TjarkMiener closed 2 years ago
The crash occur, when selecting the cnnrnn model and 'mono' mode in the DL1Reader. The 'stereo' mode should be selected with the cnnrnn model. We could add some checks so that CTLearn is crashing with clear error messages, when the configurations are not valid.
Hi. I am a novice. Is this a good issue to begin with?
Redundant due to the use of default models.
Hi Ari, following up on the discussion we had during our last CTLearn call about the crash with the cnn_rnn model, I'm getting this dimension error
ValueError: Dimension must be 4 but is 5 for 'transpose' (op: 'Transpose') with input shapes: [?,114,114,1], [5]
.tf.transpose is causing this crash in cnn_rnn.py:
Was there a change in the DL1Reader ('stereo' mode) that could cause this dimension mismatch?