KGPML/Hyperspectral

ValueError: Only call `sparse_softmax_cross_entropy_with_logits` with named arguments (labels=..., logits=..., ...)

enomis-dev opened this issue · 0 comments

I am trying to implement Deep Learning for Land-cover Classification in Hyper spectral Images

In CNN_feed.ipynb file line number-9 run_training() function the following error encountered

ValueError: Only call sparse_softmax_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...)

Thank you in advance for your help.