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: activeloopai/examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: activeloopai/examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: example/knowledge-distillation
Choose a head ref
  • 16 commits
  • 14 files changed
  • 1 contributor

Commits on Oct 7, 2021

  1. remove docs stuff from readme

    McCrearyD committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4b151af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f75ff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. comments

    McCrearyD committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ed84577 View commit details
    Browse the repository at this point in the history
  2. start imagenet

    McCrearyD committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a786ed4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. update link

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    147bd3f View commit details
    Browse the repository at this point in the history
  2. begin section 3 from KD

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ec6269c View commit details
    Browse the repository at this point in the history
  3. define networks and citations

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8008239 View commit details
    Browse the repository at this point in the history
  4. train big net and log metrics

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    4304fc4 View commit details
    Browse the repository at this point in the history
  5. clean code increase epochs

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    30c2e60 View commit details
    Browse the repository at this point in the history
  6. print metrics better

    McCrearyD committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a92b539 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. define big net, train, and generate embeddings ds

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2cff8d8 View commit details
    Browse the repository at this point in the history
  2. implement knowledge distillation

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    561672c View commit details
    Browse the repository at this point in the history
  3. use shuffle true

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f71b09b View commit details
    Browse the repository at this point in the history
  4. use shufling and change embeddings dir

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    06b62ac View commit details
    Browse the repository at this point in the history
  5. update lightning module field vars

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    6f6f863 View commit details
    Browse the repository at this point in the history
  6. use weights and biases

    McCrearyD committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    8bc582b View commit details
    Browse the repository at this point in the history
Loading