Closed nisha1729 closed 4 years ago
Turns out the versions are tensorflow=1.15.0 and python=3.7.
Solved the error by setting allow_pickle = True
in np.load()
Also needs installing protobuf, thanks to https://github.com/cardwing/Codes-for-Lane-Detection/issues/121
Hi, When I try to train the SCNN-Tensorflow model, I get the following error. Could you give some insight into what could be causing this problem? python=3.5, tensorflow=1.15.0, numpy=1.14.2