Skip to content
#

style-transfer

Here are 528 public repositories matching this topic...

yuis-ice
yuis-ice commented Mar 10, 2020

I did run following ones as the installation guide.

git clone https://github.com/lengstrom/fast-style-transfer.git
cd fast-style-transfer

pyenv local 2.7.9

pip2.7 install --upgrade pip
pip2.7 install virtualenv
python2.7 -m virtualenv dev
source dev/bin/activate

cat << 'EOT' > requirements.txt
tensorflow==0.11.0
Pillow==3.4.2
scipy==0.18.1
numpy==1.11.2
EOT

sudo apt
bayou3
bayou3 commented Sep 29, 2017

首先感谢楼主的分享,对于basic_seq2seq中的代码,运行时产生如下错误,我的tensorflow是最新的1.3.0 gpu版本,执行时所有代码均未改动,想楼主帮看看
Traceback (most recent call last):
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 227, in
num_layers)
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 189, in seq2seq_model
decoder_input)
File "D:\Workspaces\Eclipse\PythonLearn1\sr

Improve this page

Add a description, image, and links to the style-transfer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the style-transfer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.