Relative Content

Tag Archive for pythonrmachine-learningdeep-learningneural-network

Neural Network In R (Response not generating)

I am running the code below for Neural Network in R. I have already installed TensorFlow which is working fine. I am facing error “Error in py_call_impl(callable, call_args$unnamed, call_args$named) :
KeyError: 0” while running the response(). I think it is because of the inputs shape of response. The inputs are LogVol and Network. Both have the same shape i.e. TensorShape([None, 1]). Yet I am facing the above Error. Can someone PLEASE help me to resolve this issue?