Giter Club home page Giter Club logo

Comments (6)

boathit avatar boathit commented on July 30, 2024

Hi @athier0, do you change the cellsize in this line to the correct value and run the preprocessing script? If yes, how large is your GPU memory? In my experiment, I use a 12GB-GPU device.

from t2vec.

athier0 avatar athier0 commented on July 30, 2024

thank you very much for the fast reply
I change my work to another device has a better GPU memory
hope it works now

but I do have other question
Could you please share other baseline codes (vRNN and CMS)

Thank you

from t2vec.

boathit avatar boathit commented on July 30, 2024

The implementation of vRNN and CMS are quite straightforward, you can find the RNN example here.

from t2vec.

athier0 avatar athier0 commented on July 30, 2024

To compare the result of t2vec and the 3 other models I need to have the same result (close enough ) as its shown in the paper.
I worked with edwp model and I get a similar result as in the paper but, when I implemented vRNN and CMS I had a quite different result.
please if you could share the vRNN and CMS I would have the same result and build on that.

thank you very much

from t2vec.

boathit avatar boathit commented on July 30, 2024

Hi athier0, my original code repository was stored in our school's GPU server and they had taken back my account this February. I have checked my local machine and only the code of t2vec is found.

If you have got different results I think you should just report them as what you got.

from t2vec.

athier0 avatar athier0 commented on July 30, 2024

ok ill do that thank you,

in doc you mention that to train the 100 cell size model you terminate it after 14 h
but how much time it take when the cell size 25 ?
cuz i'm training the model for that past 7 days and its still going (cell size 25)
the checkpoints updated but the model is not updated
i have a good GPU memory almost 44 gb

----
i tried to edit the number of iterations to number rather that the number to trajectory (dataset)
but the part of encode into vector its gave me this error

File "t2vec.py", line 113, in
t2vec(args)
File "/home/jahdalay/t2vec/evaluate.py", line 83, in t2vec
m0.load_state_dict(checkpoint["m0"])
File "/home/jahdalay/pytorch-0.1.12/lib/python3.6/site-packages/torch/nn/modules/module.py", line 335, in load_state_dict
own_state[name].copy_(param)
RuntimeError: sizes do not match at /b/wheel/pytorch-src/torch/lib/THC/generic/THCTensorCopy.c:95

thank you very much
and sorry for asking a lot ):

from t2vec.

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.