Closed suzil closed 4 years ago
I've got the same problem with using --only-cpu command, how to fix it?
I was able to run someone's fork without a problem: https://github.com/carrotflakes/seqgan-text-tensorflow
It uses TF 1.3 + Python3 (its requirements.txt
is out-of-date).
@suzil I met the same error,it works for me,thanks a lot.
I'm getting an
InvalidArgumentError: Incompatible shapes: [32,100,44] vs. [32,100,100,1]
when I run./train.py
without changing any of the files. I set up my environment using the versions of libraries inrequirements.txt
with the additional library oftensorflow-gpu==1.0.1
so I can use a GPU. This error seems similar to the one commented at the end of https://github.com/codekansas/seqgan-text-tensorflow/issues/5.Below is my exported environment: