pEko97

Results 4 comments of pEko97

Above problem take place when I try to use model d ckpt file as model if I use the model trained by myself, it can work normally ``` # from...

Solved, if you meet the same problem, please re-install your tensor layer to version 1.7 ``` pip uninstall tensorlayer pip install tensorlayer==1.7 ```

Layer.__init__(self, name=name,prev_layer=None)