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 base scoring program #14

Merged
merged 14 commits into from
Jun 12, 2024
Merged

Added base scoring program #14

merged 14 commits into from
Jun 12, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    e924227 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    d4b1098 View commit details
    Browse the repository at this point in the history
  2. Add ingestion.py and model.py (#15)

    * add bioclip code_submission
    
    * add ingestion program and bioclip model submission
    
    * add model environment and change prediction.txt file
    
    * remove defaults in ingestion.py
    
    * Update baselines/BioCLIP_code_submission/metadata
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/model.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/model.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/model.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/model.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/requirements.txt
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update ingestion_program/ingestion.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Update baselines/BioCLIP_code_submission/model.py
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    deal with device variable
    
    ---------
    
    Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
    work4cs and egrace479 authored May 29, 2024
    Configuration menu
    Copy the full SHA
    696f288 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix the prediction of scores

    work4cs committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2f09805 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    8a33049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82fd0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    218cdaa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Scoring fix (#17)

    * divide and rename scoring programs by task
    make helper functions accessible to scoring programs
    
    * Update metadata files to point at proper scoring function, input, and output
    
    * Update mimic scoring program
    get proper input files to read, not just directories
    print all scores and output challenge scores to scores.json for CodaBench to read
    Add requirements file for temporary fix
    
    * Update species A scoring program
    get proper input files to read, not just directories
    print all scores and output challenge scores to scores.json for CodaBench to read
    scores still need proper labels and requirements file is temporary fix pending base container
    
    * Add 'ref' to solution filenames to match competition.yaml in formatting branch
    egrace479 authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    51985e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    2c116e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f97bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df34556 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    fe1c0fb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix dino

    work4cs committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cd3bd9e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    formatting
    egrace479 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ed8e13d View commit details
    Browse the repository at this point in the history