Code Monkey home page Code Monkey logo

Comments (7)

AndreiMoraru123 avatar AndreiMoraru123 commented on June 12, 2024

What exactly have you changed in the code?

Be wary of erasing things like

global best_bleu4, epochs_since_improvement, checkpoint, start_epoch, fine_tune_encoder, data_name, word_map

PEP will mark those as warnings, but here they they have a good use.

from a-pytorch-tutorial-to-image-captioning.

loserlulin9 avatar loserlulin9 commented on June 12, 2024

I just change the code "scores, _ = pack_padded_sequence(scores, decode _lengths, batch_first = True)" to "scores = pack_padded_sequence(scores, decode _lengths, batch_first = True).data " to debug. I also change some data parameters in the begin of train.py but I don't think it would influence a lot. I didn't change the global parameters code. Do you know how to make the loss convergence? Should I lower the learning rate?

from a-pytorch-tutorial-to-image-captioning.

AndreiMoraru123 avatar AndreiMoraru123 commented on June 12, 2024

Have you tried this fix instead?

from a-pytorch-tutorial-to-image-captioning.

loserlulin9 avatar loserlulin9 commented on June 12, 2024

Have you tried this fix instead?

Yeah, I just delete the '_', but the cross entrypy loss must accept two tensor parameters. So I add the '.data' to the end of this code.

from a-pytorch-tutorial-to-image-captioning.

AndreiMoraru123 avatar AndreiMoraru123 commented on June 12, 2024

That's true. They should be the same in the loss by using .data. Curios, is your loss just not decreasing, or is it getting worse?

from a-pytorch-tutorial-to-image-captioning.

loserlulin9 avatar loserlulin9 commented on June 12, 2024

That's true. They should be the same in the loss by using .data. Curios, is your loss just not decreasing, or is it getting worse?

My trian.py works, but the loss just not decreases.

from a-pytorch-tutorial-to-image-captioning.

Kevinskt avatar Kevinskt commented on June 12, 2024

I change the code "scores = pack_padded_sequence(scores, decode_lengths, batch_first=True)[0]",
Because he required these in the new version. After I finished these, I didn't encounter your situation

from a-pytorch-tutorial-to-image-captioning.

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.