Git Product home page Git Product logo

nci-doe-pilot-3-hackathon-2021's Introduction

NCI-Hackathon-2021

Event Presentations

NCI/DOE Pilot 3 Hackathon Slides : https://www.dropbox.com/s/zmyke29kb4mesgd/Pilot3_Hackathon_Final%20Content.pptx?dl=0

Uncertanity-based abstention classifier LANL Presentation: https://www.dropbox.com/s/v1686wyt8srvj36/DAC_NCI_Hackathon_v5.pdf?dl=0

Environment:

Summit-Ascent

To login to Ascent and clone project:

ssh -o ServerAliveInterval=60 <ucams>@login1.ascent.olcf.ornl.gov (use ucams password)
cd /gpfs/wolf/proj-shared/gen149/
mkdir <ucams>
cd <ucams>
git clone https://code.ornl.gov/93t/nci-hackathon-2021.git

Note: Don't use ssh link for git clone

To launch an interactive shell for all models other than BERT:

bsub -Is -W 1:00 -nnodes 1 -P gen149 $SHELL
module load ibm-wml-ce/1.6.2-5
ENVROOT=/gpfs/wolf/proj-shared/gen149/j8g
conda activate $ENVROOT/ibmwmlce
export PATH=$ENVROOT/ibmwmlce/bin:$PATH
jsrun -n1 -c7 -g6 -r1 hostname

To launch an interactive shell for Bert

bsub -Is -W 1:00 -nnodes 1 -P gen149 $SHELL
module load open-ce
ENVROOT=/gpfs/wolf/proj-shared/gen149/j8g
conda activate $ENVROOT/opence
export PATH=$ENVROOT/opence/bin:$PATH
jsrun -n1 -c7 -g6 -r1 hostname

Data Prepro:

Copy the data:
cd /gpfs/wolf/proj-shared/gen149/<ucams>/nci-hackathon-2021
cp -r /gpfs/wolf/proj-shared/gen149/data .
Create data inputs for all models except BERT:
python trainTestSplitMetaData.py
python data_handler.py
OR
bsub data_setup_tf.lsf
Create data inputs for BERT:
cd HiBERT
python huggingface_dataloader.py
OR
bsub data_setup_bert.lsf

Models

1. MTCNN Hard Parameter Sharing (TF1)
cd mtcnn
python mt_cnn_exp.py
OR
cd mtcnn
bsub mt_cnn_exp.lsf
2. MTCNN Cross stitch (TF1)
cd mtcnn
python tf_mtcnn_cs.py
OR
cd mtcnn
bsub tf_mtcnn_cs.lsf
3. HiSAN (TF1)
cd Hisan
python tf_mthisan_new.py
OR
cd Hisan
bsub hisan.lsf
4. HiBERT (Pytorch)
cd HiBert
python huggingface_pool_multigpu.py
OR
cd HiBert
bsub horovod.lsf
5. LANL Abstaining MTCNN (TF1)
cd mtcnn
python abs_mt_cnn_exp.py
OR
cd mtcnn
bsub abs_mt_cnn_exp.lsf

nci-doe-pilot-3-hackathon-2021's People

Contributors

gounley avatar iamshang1 avatar jmohdyusof avatar mayankachandrashekar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.