Giter Site home page Giter Site logo

Comments (4)

eecrazy avatar eecrazy commented on July 30, 2024

sess.run(tf.global_variables_initializer) should be sess.run(tf.global_variables_initializer())
this correct this error.

from seqgan.

eecrazy avatar eecrazy commented on July 30, 2024

I am running the code using latest version of tensorflow.

from seqgan.

GenTxt avatar GenTxt commented on July 30, 2024

Thanks for the quick reply. I made the changes and the code is working fine now with the numeric data file. :)

The only issue remaining is the first one: #6

How does a user generate target_params.pkl to use with text file? Looking forward to your reply.

I tried processing a small text corpus with the existing target_params.pkl and it threw this error. Guess it was expecting numeric data.

Traceback (most recent call last):
File "sequence_gan.py", line 257, in
main()
File "sequence_gan.py", line 156, in main
gen_data_loader.create_batches(positive_file)
File "/home/aaron/Desktop/SeqGAN_tf_12_only/MLE_SeqGAN/gen_dataloader.py", line 15, in create_batches
parse_line = [int(x) for x in line]
ValueError: invalid literal for int() with base 10: 'First'

from seqgan.

eecrazy avatar eecrazy commented on July 30, 2024

@GenTxt please refer to question #6.

from seqgan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.