Giter VIP home page Giter VIP logo

Comments (5)

BJavid avatar BJavid commented on August 25, 2024

Hi,
Excuse me
I want to run this example but got an error in main.py. This is terminal error. Can you help me?

` File "main.py", line 179, in main
eval_epoch(sess, gamma, lambda_g
, epoch, 'val')

File "main.py", line 133, in _eval_epoch
avg_meters.add(vals, weight=batch_size)

File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 222, in add
self._recorders[name].add(val, weight=weight)

File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 65, in add
self._sum += record * w
TypeError: unsupported operand type(s) for +=: 'float' and 'list'
`

from texar.

gpengzhi avatar gpengzhi commented on August 25, 2024

Hi @ZhitingHu , could you help answer this question?

from texar.

cece95 avatar cece95 commented on August 25, 2024

Hi, i'm trying to use the model on new examples, was there any development on this issue?

Thanks in advance
Cece

from texar.

ZhitingHu avatar ZhitingHu commented on August 25, 2024

Hi,
I tried running the code for the text style transfer example after reading the related paper(Unsupervised Text Style Transfer using Language Models as Discriminators) and I have a doubt regarding its use.
I am running the code main.py and it is training on the sample yelp datasets given. Training the model on my custom dataset seems simple enough, I just change the path in the config.py file, but after training, if I want to manually use the model to perform a text style transfer on certain sentences I've chosen and read the outputs, how would I go about doing that? Is there a function I can run with a string as an input that gives the transformed string as the output?
I apologize if this is too trivial, I'm very much beginner in this subject.
Thanks in advance for your help

The current code does not provide such interactive use. It only processes inputs from files (e.g., ./data/yelp/sentiment.test.text). You may want to adapt the code to add the function, or to use the current code you may write the sentences in a file in the same format as ./data/yelp/sentiment.test.text.

from texar.

ZhitingHu avatar ZhitingHu commented on August 25, 2024

Hi,
Excuse me
I want to run this example but got an error in main.py. This is terminal error. Can you help me?

` File "main.py", line 179, in main eval_epoch(sess, gamma, lambda_g, epoch, 'val')

File "main.py", line 133, in _eval_epoch
avg_meters.add(vals, weight=batch_size)

File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 222, in add
self._recorders[name].add(val, weight=weight)

File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 65, in add
self._sum += record * w
TypeError: unsupported operand type(s) for +=: 'float' and 'list'
`

The code works well on my side. Did you change any configs?

Can you print vals before L.333 and see if any of the values in the dict is list?

from texar.

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.