Skip to content

fwang2/hpc-ml

Repository files navigation

hpc-ml

my notes on ML/DL and HPC.

Running environment (JupyterHub at OLCF)

        # create a spec based on current BASE conda environment
        conda list --explicit > spec-file.txt

        # create a new environment, which will persist
        conda create -p /ccs/proj/gen150/fwang2/mistral --file spec-file.txt 

        # other customization if needed, then activate 
        source activate /ccs/proj/gen150/fwang2/mistral
  • Make newly created environment visiable
        python -m ipykernel install --user --name mistral --display-name mistral

Now, when you start a new launcher, you should see the new kernel "mistral" listed.

Regression

Dimension Reduction

Clustering

Deep Learning

Scalable Learning

RNN and LSTM

Transformer

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages