Qiao Hu

Results 2 comments of Qiao Hu

@shimacos37 Have you tried adding any activation functions? In the Apple's CVPR paper there is no mention of activation functions so I guess this is why activation is None here....

I find a way to directly use the converted model in Python 3.5 (with TF 1.0.0), instead of using pickle to convert npy file first. Basically the load() function in...