Code Monkey home page Code Monkey logo

diffcsp-pp's People

Contributors

jiaor17 avatar

Stargazers

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

Watchers

 avatar

diffcsp-pp's Issues

How to use trained weights for structure prediction?

Thank you for open sourcing your code!
However, I notice that DiffCSP-PP does not provide prediction code. Can I use DiffCSP-PP trained weight files for prediction using DiffCSP code?
Or will you open source the prediction code for DiffCSP-PP in the future?

Size mismatch in model architecture

Dear team,

I am trying to replicate the results by using the same training script for dataset=perov_5 following instructions here.
When loading the model in a Jupyter notebook, I get the following error message:

RuntimeError: Error(s) in loading state_dict for CSPDiffusion:
size mismatch for decoder.csp_layer_0.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.csp_layer_1.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.csp_layer_2.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.csp_layer_3.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.csp_layer_4.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.csp_layer_5.edge_mlp.0.weight: copying a param with shape torch.Size([512, 1798]) from checkpoint, the shape in current model is torch.Size([512, 1801]).
size mismatch for decoder.lattice_out.weight: copying a param with shape torch.Size([6, 512]) from checkpoint, the shape in current model is torch.Size([9, 512]).

request for requirement.txt

Hi , would you please share a complete list of requirement.txt, i find the installation is very difficult now .

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.