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

Genralized loading to multiple data loaders #340

Open
wants to merge 3 commits into
base: OpenKE-PyTorch
Choose a base branch
from

Commits on Sep 29, 2021

  1. Update Base.cpp

    Add a stage to switch the global variables to current dataloader index
    howardchanth committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1531d91 View commit details
    Browse the repository at this point in the history
  2. Update Reader.h

    Generalized loading to multiple data loaders
    howardchanth committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c85f33c View commit details
    Browse the repository at this point in the history
  3. Update TrainDataLoader.py

    Update samplings to include the index of the current data loader. Assuming only one data loader doing sampling at a time
    howardchanth committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1e979f0 View commit details
    Browse the repository at this point in the history