Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOMINANT Model init+training using LightningModule #5

Open
5 tasks
Tracked by #3
ParthaPratimBanik opened this issue Aug 20, 2023 · 0 comments
Open
5 tasks
Tracked by #3

DOMINANT Model init+training using LightningModule #5

ParthaPratimBanik opened this issue Aug 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ParthaPratimBanik
Copy link
Owner

ParthaPratimBanik commented Aug 20, 2023

Have to implement the following methods:

  • def __init__(...): it initializes the model
  • def forward(...): it executes the model forward operation
  • def configure_optimizers(...): it configures optimizer
  • def training_step(...): it executes on every training steps + on each epoch
  • Must be equal or close to v1.0.0 DOMINANT + inj_cora result
@ParthaPratimBanik ParthaPratimBanik mentioned this issue Aug 20, 2023
4 tasks
@ParthaPratimBanik ParthaPratimBanik changed the title DOMINANT model + using DOMINANT Model init+training using LightningModule Aug 20, 2023
@ParthaPratimBanik ParthaPratimBanik self-assigned this Aug 20, 2023
@ParthaPratimBanik ParthaPratimBanik added the enhancement New feature or request label Aug 20, 2023
ParthaPratimBanik added a commit that referenced this issue Aug 20, 2023
- Partially Fixed issue #5
- Not completed and tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant