Giter Site home page Giter Site logo

Comments (3)

orgw avatar orgw commented on August 19, 2024

fixed after inserting your provided vocab file. After examinig the vocab.pkl file i made, it seems that it only has mol as value. What would be the error

from desert.

orgw avatar orgw commented on August 19, 2024

i have a few more questions... thanks you for answering beforehand.
1.in shape pretraining what's no_regression meaning?
2. what's shard and pocket??
3. why is there a vocab path per training, valid, and test? in the link there's only one vocab pickle file
thanks

from desert.

longlongman avatar longlongman commented on August 19, 2024

Some questions are not so clear (maybe give me more details), thus I can only answer the following questions:

Q: in shape pretraining what's no_regression meaning?
A: As mentioned In appendix 1.2 and 2.2, we discretize two continuous variables (translation vector and rotation quaternion) and convert the regression problem to a classification problem. 'no_regression' means none of these two variables are handled as a regression problem.

Q: What's the shard and pocket?
A: A shard is a slice (500K molecules) of the total dataset (100M molecules). Because the total dataset is too large, we can only train the model one shard at a time. The pocket is the terminology of protein science, which stands for a local protein region drugs binding to.

Q: Why is there a vocab path per training, valid, and test? in the link there's only one vocab pickle file
A: They (training, valid, and test) share the same vocabulary.

from desert.

Related Issues (9)

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.