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

Update dygrae.py #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 6, 2023

  1. Update dygrae.py

    move the model and input tensors to the GPU for faster computations. If you have multiple input samples, you can process them in batches using PyTorch's DataLoader to parallelize computations and take advantage of batch operations. This can significantly speed up the training process. Initialize the parameters of the GatedGraphConv and LSTM layers using appropriate initialization methods. Adding dropout regularization can help prevent overfitting and improve generalization. if the sequence length is fixed, we can use the LSTMCell module instead of the LSTM module to process each time step individually.
    mzamini92 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6287e17 View commit details
    Browse the repository at this point in the history