Hao

Results 146 comments of Hao

For customised dataset, we need to prepare the data to fit the same format here : https://github.com/zsdonghao/text-to-image/blob/master/data_loader.py#L166 BTW, this is the steps to create the vocabulary: https://github.com/wagamamaz/tensorlayer-tricks/blob/master/README.md#9-sentences-tokenization

it is MemoryError... you may need to solve it yourself

cool~ thank you I will mark it done~

This project is the reimplementation of GAN-CLS, please read that paper

你是自己手动把代码输入到电脑中的吗?建议直接复制每章对应的网上例子,手动输入很容易搞错的。

209页: ```python >>> vocab.id_to_word(2) ... 'one' >>> vocab.word_to_id('one') ... 2 # 这里 ```

书里没有```with tf.variable_scope("ae", reuse=reuse):```哦,你自己改的吗?

能否把代码都贴上来,我看了下 ReconLayer的源码,没发现问题~

I test the code after adding `variable_scope `, it works well.

hi, 以这个为准:https://github.com/tensorlayer/dcgan/blob/master/main.py