In the below notebook :
0721_EncoderDecoderArchitecture.ipynb
https://drive.google.com/open?id=1U_UmzCX7YdHgZj2F8gjwgl84ahN267oR
while running : out = infer(net, ‘INDIA’, 30)
I got the below error:
NameError Traceback (most recent call last)
in ()
----> 1 out = inference(net, ‘INDIA’, 30)
NameError: name ‘inference’ is not defined
How can I solve this? Please help