Git Product home page Git Product logo

Comments (9)

sacmehta avatar sacmehta commented on June 1, 2024

It seems like you afe passing one argument as float to Conv layer. Could you print the values and check?

from espnetv2.

tokyokuma avatar tokyokuma commented on June 1, 2024

I also faced the same problem.
This is caused by executing the code written in python3 with python2.
I do not know if this solution is correct, but for now, adding this one line to Model.py should resolve it.

Model.py
#print('Config: ', config) #ln180
config = map(int, config) #ln181 adding this line

I hope this method will work.

from espnetv2.

zhangyunming avatar zhangyunming commented on June 1, 2024

hi,tokyokuma and sacmehta:

thank you very much for your reply, it is the reason of python2, and i can train the data of mine
but when i change my data , and trained again, there is no model saved,and no information print
image

from espnetv2.

tokyokuma avatar tokyokuma commented on June 1, 2024

The training seems to be able to be executed without problems.
The model has been updated every 1 epoch end.
Perhaps, have not you finished one epoch yet?
If you can train without problems
I think the model is saved in the following file.
segmentation / results_espnetv2_1.0 / model_best.pth

from espnetv2.

zhangyunming avatar zhangyunming commented on June 1, 2024

the model is saved in the following

yes,i have train several epoches, but there is no model saved in /results_espnetv2_1.0

from espnetv2.

tokyokuma avatar tokyokuma commented on June 1, 2024

Sorry, I have no idea at the moment.

from espnetv2.

zhangyunming avatar zhangyunming commented on June 1, 2024

Sorry, I have no idea at the moment.

thank you all the same

but when i use 6 images to train , there is the model saved and the information print
image

from espnetv2.

zhangyunming avatar zhangyunming commented on June 1, 2024

just a whole epoch need train several times? like this:
image

from espnetv2.

zhangyunming avatar zhangyunming commented on June 1, 2024

ok
my falut.
thank you

from espnetv2.

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.