Wei Zhang

Results 5 comments of Wei Zhang

Hi, @Ramay7 , I also got the same error as you got. I am wondering if you have solved the issue or any suggestions. Thanks for your help!

Hi @JackHenry1992 , I am wondering if you have solved free() issue that you mentioned. I am trying to reproduce the framework and encountered the same problem. Any comments are...

As far as I tested, 1.2 and 1.3 of TF does not have that framework. So I work it out by using TF 1.4.

Run: `from tensorflow.python.framework.ops import disable_eager_execution disable_eager_execution()` before building the model works for me.

@wsndy1010 Hi, I encountered the same undefined symbol error as you did. I am wonder if you solved it.