Closed ShuangjunLiu closed 6 years ago
Hi Shuangjun,
this is a git-related error. This file must be a symlink to '../template/config.py', which is automatically created if you git clone
the repository, but probably not if you download and unpack it. Alternatively, you can also symlink the files manually (this goes for all files in the folder experiments/config/LSM
, except for options.py
).
Best, Christoph
Thank you. It works. I uploaded the code from windows. I think that was the cause for symlink failure. ᐧ
On Fri, Feb 23, 2018 at 8:27 AM, Christoph Lassner <notifications@github.com
wrote:
Hi Shuangjun,
this is a git-related error. This file must be a symlink to '../template/config.py', which is automatically created if you git clone the repository, but probably not if you download and unpack it. Alternatively, you can also symlink the files manually (this goes for all files in the folder experiments/config/LSM, except for options.py).
Best, Christoph
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/classner/generating_people/issues/6#issuecomment-368008520, or mute the thread https://github.com/notifications/unsubscribe-auth/AS9cA77Aps9tSMbxfkd2jVTiJSVXoculks5tXrymgaJpZM4SQYrT .
-- Best, Shuangjun Liu
I ran the code with
./generate 20
I got following error
It seems the syntax can't be recognized
../template/config.py
I am running it on Ubuntu 16.04 python 2.7 (conda) tensorflow 1.4
Thanks.