Erik

Results 85 comments of Erik

why not submit this as a Pull Request ? I'm not following what was wrong

seems XCodes not even finding Thrift.. is it not bundled as part of this repo or..? https://github.com/apocolipse/Thrift-Swift.git I first tried adding it from the files in apaches repo, then saw...

can confirm it is indeed happening inside my LXC 20.04 container python is 3.8.10 with latest pip

I am seeing similar errors with pip installation , what fixed it was upgrading pip to latest.. then all warnings about deps went away Ubuntu 20.04 (inside an LXC container)...

I'm guessing you are running the correct version of TensorFlow?? , I think it needs to be below 1.2.. I got the same error after running it in v1.2.1 with...

According to TF 1.2 release notes tensorflow/contrib/rnn undergoes RNN cell variable renaming for consistency with Keras layers. Specifically, the previous variable names "weights" and "biases" are changed to "kernel" and...

I would direct you to check on OpenCL / AMD support within the Tensorflow Framework .. it is non trivial and highly experimental last I checked.. but progress is always...

what version of TF are you using? what command(s) did you use to invoke the interactive testing? Also please include the exact output you did get.. my impression is the...

make sure you aren't starting from scratch.. according to the output it looks like it didn't find the model ``` Initialize variables... No previous model found, starting from clean directory:...

@wiwengweng I never had the problem.. but was trying to help others check their own setups. I didn't focus on using the pre-trained models because I am using a newer...