text-gan-tensorflow
text-gan-tensorflow copied to clipboard
TensorFlow GAN implementation using Gumbel Softmax
Results
2
text-gan-tensorflow issues
Sort by
recently updated
recently updated
newest added
'generator/rnn_cell/rnn/basic_rnn_cell'; and the cell was not constructed as BasicRNNCell(..., reuse=True). To share the weights of an RNNCell, simply reuse it in your second calculation, or create a new one with...
Error encountered when serializing rnn_cell. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'DropoutWrapper' object has no attribute 'name'