Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucidrains/RETRO-pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: galtimur/RETRO-pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 28, 2023

  1. Add files via upload

    1. Changed the source of the data from a folder with *.txt files to a single jsonl file.
    2. The retrieval now occurs during training and validation from a single database. Before single dataloader contained both items and retrieved examples, which made impossible train-test splitting.
    3. Minor changes in progress output.
    galtimur authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    306338e View commit details
    Browse the repository at this point in the history
  2. Create README.md

    galtimur authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3854046 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    galtimur authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2cb5619 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update README.md

    galtimur authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fba401c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    galtimur authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7195238 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Changed the policy of the saving the model weights during the training. Now not only the best validation loss model but also the last one.
    galtimur authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    da82968 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fixed minor bugs in training

    galtimur committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e6321f2 View commit details
    Browse the repository at this point in the history
Loading