keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
614 stars 142 forks source link

ValueError: Input dimension mis-match. #48

Open byeolkady opened 4 years ago

byeolkady commented 4 years ago

keras backend도 theano로 설정하고 버전도 keras version도 =1.1로 설정했는데 ValueError: Input dimension mis-match.라는 오류문을 받았는데 해결방법을 알 수 있을까요 ?

byeolkady commented 4 years ago

HINT: Re-running with most Theano optimization disabled could give you a back-trace of when this node was created. This can be done with by setting the Theano flag 'optimizer=fast_compile'. If that does not work, Theano optimizations can be disabled with 'optimizer=None'. HINT: Use the Theano flag 'exception_verbosity=high' for a debugprint and storage map footprint of this apply node. 라는 문구도 같이 떳습니다.