Git Product home page Git Product logo

Comments (2)

Oxer11 avatar Oxer11 commented on June 19, 2024

Hi! Thanks for raising these questions!

1.We have a plan for releasing model checkpoint, but it still takes some time for preparation. If it is urgent for you, you can send an email to me ([email protected]) and I'll personally share a (good but not ready) checkpoint with you.
2&3.To define a customized dataset, you can follow the tutorials in TorchDrug and TorchProtein. The Customize Models & Tasks is about how to define a customized module in TorchDrug and Tutorial 3-Structure-based Protein Property Prediction is about how to define a dataset and run the GearNet model on it.

For your case, you can first define your customized dataset following the code of datasets.EnzymeCommission, which will show you how to generate .pkl.gz file with the API in TorchProtein. Then, you can load the task and model as the script in repo and then get the final embedding by calling task.model() (refer to tasks.MultipleBinaryClassification).

from gearnet.

yunxiangz avatar yunxiangz commented on June 19, 2024

Thank you Zuobai!
I have sent you a request email~

from gearnet.

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.