UnimplementedError: Cast string to float is not supported | Neural Network Training Error
If you are new to deep learning, you might encounter this error "UnimplementedError: Cast string to float is not supported" while training an artificial neural network. This error is the result of unprocessed categorical data. We often work with datasets that have categorical value in it. We need to convert the categorical value to it's numerical form. This video show how to convert categorical value to numerical value and "Cast string to float is not supported" error.
Leave a Comment