Giter Site home page Giter Site logo

minieval / pytorch-gken Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 3.0 30 KB

Official Pytorch implementation of the ACM MM'21 paper: Keyframe Extraction from Motion Capture Sequences with Graph based Deep Reinforcement Learning

License: MIT License

Python 100.00%

pytorch-gken's People

Contributors

minieval avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pytorch-gken's Issues

Evaluation cause KeyError: 'gconv1.lin.weight'

(py3.7) nd@nd46:~/pytorch-gken$ python eval.py Keyframe.bvh 10

Error message:
Processing BVH file...done! Loading GKEN model...Traceback (most recent call last): File "eval.py", line 41, in <module> agent.load_models() File "/home/nd/pytorch-gken/agent.py", line 167, in load_models self.policy_net.load_state_dict(checkpoint['policy_model_state_dict']) File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1392, in load_state_dict load(self) File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1390, in load load(child, prefix + name + '.') File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1390, in load load(child, prefix + name + '.') File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1387, in load state_dict, prefix, local_metadata, True, missing_keys, unexpected_keys, error_msgs) File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1310, in _load_from_state_dict hook(state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys, error_msgs) File "/home/nd/anaconda3/envs/py3.7/lib/python3.7/site-packages/torch_geometric/nn/dense/linear.py", line 131, in _lazy_load_hook weight = state_dict[prefix + 'weight'] KeyError: 'gconv1.lin.weight'

any help would be appreciated

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.