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

Added runtime evaluations for NLP Textclassification #3

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2021

  1. Update dockerfile

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    39b7757 View commit details
    Browse the repository at this point in the history
  2. Create docker-image.yml

    tsenst authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    3921368 View commit details
    Browse the repository at this point in the history
  3. Update docker-image.yml

    tsenst authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    469e669 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/tsenst/nvidia-docker-keras

    � Conflicts:
    �	.github/workflows/docker-image.yml
    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    7eb1ac6 View commit details
    Browse the repository at this point in the history
  5. Update docker-image.yml

    tsenst authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    93a2ea9 View commit details
    Browse the repository at this point in the history
  6. Update docker-image.yml

    tsenst authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    ec34d95 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/tsenst/nvidia-docker-keras

    � Conflicts:
    �	.github/workflows/docker-image.yml
    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    8ff7a60 View commit details
    Browse the repository at this point in the history
  8. use 2.3.1 tensorflow image

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    a7b9458 View commit details
    Browse the repository at this point in the history
  9. Update requirements.txt

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    be07718 View commit details
    Browse the repository at this point in the history
  10. Update requirements.txt

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    3a9e574 View commit details
    Browse the repository at this point in the history
  11. Update requirements.txt

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    d9b4bdf View commit details
    Browse the repository at this point in the history
  12. Print devices used

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    b7ecf9c View commit details
    Browse the repository at this point in the history
  13. Print devices used

    tsenst committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    f21209c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Implement bert model

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    a489ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112916d View commit details
    Browse the repository at this point in the history
  3. Add some additional prints

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1406118 View commit details
    Browse the repository at this point in the history
  4. Add some additional prints

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    b3ee379 View commit details
    Browse the repository at this point in the history
  5. reduce epochs to 2

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    f2fa687 View commit details
    Browse the repository at this point in the history
  6. reduce epochs to 2

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    d8c935f View commit details
    Browse the repository at this point in the history
  7. fix bert model inference

    tsenst committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    6628c47 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. * fix bert prediction

    tsenst committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7fed0ae View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Build CPU version with avx

    tsenst committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    31868a2 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile.cpu

    tsenst authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5fe5584 View commit details
    Browse the repository at this point in the history
  3. Update docker-image.yml

    tsenst authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    30000d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Update Dockerfile.cpu

    tsenst authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5b52f34 View commit details
    Browse the repository at this point in the history
  2. Build CPU version with avx

    tsenst committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a7c0239 View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile.cpu

    tsenst authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    be8a76f View commit details
    Browse the repository at this point in the history
  4. Update Dockerfile.cpu

    tsenst authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ef64fac View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile.cpu

    tsenst authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    18ed2de View commit details
    Browse the repository at this point in the history
  6. Update Dockerfile.cpu

    tsenst authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    af4548a View commit details
    Browse the repository at this point in the history
  7. Build CPU version with avx

    tsenst committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    67a3f20 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/tsenst/nvidia-docker-keras

    � Conflicts:
    �	NLP/Dockerfile.cpu
    tsenst committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1057241 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Build CPU version with avx

    tsenst committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7381c87 View commit details
    Browse the repository at this point in the history
  2. Bugfix cpu docker

    tsenst committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c42b723 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Update docker-image.yml

    tsenst authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    551c0f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. * update Dockerfile.cpu

    tsenst committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3480f8f View commit details
    Browse the repository at this point in the history
  2. * update Dockerfile.cpu

    tsenst committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    91133b6 View commit details
    Browse the repository at this point in the history
  3. * update Dockerfile.cpu

    tsenst committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9db4a3c View commit details
    Browse the repository at this point in the history
  4. * update Dockerfile.cpu

    tsenst committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    db55684 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add runtime plots

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    511e6fb View commit details
    Browse the repository at this point in the history
  2. Add runtime plots

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ebfe6ba View commit details
    Browse the repository at this point in the history
  3. Add plot figures and pngs

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ad8c2e0 View commit details
    Browse the repository at this point in the history
  4. update html figures

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    3e4eeca View commit details
    Browse the repository at this point in the history
  5. update scatter plots

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f195dda View commit details
    Browse the repository at this point in the history
  6. update layout

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    03355fd View commit details
    Browse the repository at this point in the history
  7. update layout

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    23ad8d5 View commit details
    Browse the repository at this point in the history
  8. update layout

    tsenst committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8aabbb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Update README.md

    Update evaluation plots
    tsenst authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ae997a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    655e4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb779fe View commit details
    Browse the repository at this point in the history
  3. fix different batch sizes

    tsenst committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    422ba0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db773ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2efd8 View commit details
    Browse the repository at this point in the history