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

Bert encoder #5

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

Commits on Nov 12, 2020

  1. inital

    hudaAlamri committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5391b2d View commit details
    Browse the repository at this point in the history
  2. gitignore

    hudaAlamri committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    cd4047c View commit details
    Browse the repository at this point in the history
  3. Adds s3d feature extraction changes to dataloader

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ceb4c4b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. add video extention mp4 to the keys

    Huda Abdulhadi D Alamri committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    92e0833 View commit details
    Browse the repository at this point in the history
  2. Adds S3D features and model into the network

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    1fef60e View commit details
    Browse the repository at this point in the history
  3. Resolves conflict

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    31daa5f View commit details
    Browse the repository at this point in the history
  4. Fixes some argument

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    32f6594 View commit details
    Browse the repository at this point in the history
  5. Adds provision for freezing all but few layers

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    be118d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. update evaluate

    Huda Abdulhadi D Alamri committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    7ce14ca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'apoorva' of https://github.com/hudaAlamri/avsd into apo…

    …orva
    
    hello !
    Huda Abdulhadi D Alamri committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    164521e View commit details
    Browse the repository at this point in the history
  3. adds naming conentions for saving checkpoints and args.txt

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    354267b View commit details
    Browse the repository at this point in the history
  4. update evaluation

    just updated my email
    Huda Abdulhadi D Alamri committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a752a3c View commit details
    Browse the repository at this point in the history
  5. merge training

    Huda Abdulhadi D Alamri committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    ffb4f61 View commit details
    Browse the repository at this point in the history
  6. Adds finetune to the naming convention

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    67c6c9c View commit details
    Browse the repository at this point in the history
  7. Adds writing video files as npy for easy reading

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    7ac71af View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. minor changes

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    29c1737 View commit details
    Browse the repository at this point in the history
  2. deletes data folder

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    99c5887 View commit details
    Browse the repository at this point in the history
  3. minor bug fix

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e6b2863 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. add input type ot the dir name

    Huda Abdulhadi D Alamri committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c6d3c60 View commit details
    Browse the repository at this point in the history
  2. update input_type to add it to the savd dir

    Huda Abdulhadi D Alamri committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    53ff2fc View commit details
    Browse the repository at this point in the history
  3. update train

    Huda Abdulhadi D Alamri committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    e2cf045 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. update training parameters

    Huda Abdulhadi D Alamri committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    3077e3b View commit details
    Browse the repository at this point in the history
  2. add viz

    hudaAlamri committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    772f90d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Fixes code for dataparallel

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4a299e0 View commit details
    Browse the repository at this point in the history
  2. Cleans the code, as dataprallel can create dict chunks

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7d88d15 View commit details
    Browse the repository at this point in the history
  3. Tried to fix flatten_paramter warning

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    bd555d4 View commit details
    Browse the repository at this point in the history
  4. Adds loss calculation into the model class

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d92bef9 View commit details
    Browse the repository at this point in the history
  5. ad num_workers to the dataloader

    Huda Abdulhadi D Alamri committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    57fc90a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. update

    Huda Abdulhadi D Alamri committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e0f4e93 View commit details
    Browse the repository at this point in the history
  2. update evaluation

    Huda Abdulhadi D Alamri committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e2f6f27 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. mid, unchecked commit for multiGPU

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    e5277b2 View commit details
    Browse the repository at this point in the history
  2. removes checkpoint from git

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    8867b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f292e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. minor bug

    Huda Abdulhadi D Alamri committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    3f8125a View commit details
    Browse the repository at this point in the history
  2. add eval to train

    hudaAlamri committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    e3a7606 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. add eval

    hudaAlamri committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b61f10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c07a2f View commit details
    Browse the repository at this point in the history
  3. update train

    Huda Abdulhadi D Alamri committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7b09d73 View commit details
    Browse the repository at this point in the history
  4. update eval for all epcohs

    hudaAlamri committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d24eda2 View commit details
    Browse the repository at this point in the history
  5. fix log

    hudaAlamri committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f9078bd View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. minor bug

    Huda Abdulhadi D Alamri committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    727ee2d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fix eval

    Huda Abdulhadi D Alamri committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0257351 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Moves arguments into args.py

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    49d3731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca63e9 View commit details
    Browse the repository at this point in the history
  3. Adds minor changes to evaluate.py, not tested

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e2c7bc7 View commit details
    Browse the repository at this point in the history
  4. merges conflict

    Signed-off-by: Apoorva Beedu <[email protected]>
    Apoorva Beedu committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e083a9d View commit details
    Browse the repository at this point in the history
  5. bert_encoder

    hudaAlamri committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    da62920 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ed639b View commit details
    Browse the repository at this point in the history
  7. freeze all bert layers

    hudaAlamri committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    092736b View commit details
    Browse the repository at this point in the history
  8. add the option_embed to the current device

    Huda Abdulhadi D Alamri committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    559507b View commit details
    Browse the repository at this point in the history
  9. unfreeze bert layers

    hudaAlamri committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e7b7d52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca6ba06 View commit details
    Browse the repository at this point in the history
  11. freeze all layers

    Huda Abdulhadi D Alamri committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e604d16 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. update for bert

    Huda Abdulhadi D Alamri committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    520eee8 View commit details
    Browse the repository at this point in the history
  2. evaluate

    hudaAlamri committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    044f1c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. fix a minor bug

    hudaAlamri committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    6be2f14 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. update train

    hudaAlamri committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f1b7a38 View commit details
    Browse the repository at this point in the history