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

Add simple training script #74

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    075002c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    aee79df View commit details
    Browse the repository at this point in the history
  2. change ignore padding index number

    threshold to 250
    superantichrist committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2cf73c6 View commit details
    Browse the repository at this point in the history
  3. add checkpoint restore routine

    add optimization scheduler
    superantichrist committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9ddcd9e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. add positional encoding

    add parameter for various test
    superantichrist committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e5f48fa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into train-simple

    # Conflicts:
    #	alphafold2_pytorch/utils.py
    superantichrist committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f9e8958 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. add best model logic

    save figure for phi, psi, omega angle
    mask applied for prediction output and angle data
    superantichrist committed May 13, 2021
    Configuration menu
    Copy the full SHA
    8f7acd7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. calculate loss only for non masked area

    simulated annealing for learning rate
    superantichrist committed May 14, 2021
    Configuration menu
    Copy the full SHA
    694a38e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    21b02a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c159dd View commit details
    Browse the repository at this point in the history