Coder Social home page Coder Social logo

awesomemldevenvironment's Introduction

AwesomeMLDevEnvironment

  1. Navigate to the directory in which you wish to install the conda package manager, and download the relevant miniforge installation:
    wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh -O $HOME/conda.sh
  2. Install miniforge:
    bash $HOME/conda.sh -bf -p $HOME/conda/
  3. Create a conda environment variable and add it to your bash profile. Then source it into the shell:
    CONDA_DIR=$HOME/conda/
    source $CONDA_DIR/bin/activate
  4. [Optional] If you prefer to have the conda variable loaded upon opening your terminal, and your environment sourced, add the new conda environment variable to your ~/.bashrc file, along with the source command
    echo "export 'CONDA_DIR=${CONDA_DIR}'" >> $HOME/.bashrc
    echo "source $CONDA_DIR/bin/activate" >> $HOME/.bashrc
    echo 'eval "$(starship init bash)"' # add this to your .bashrc 
  5. Create a conda environment for the GATE framework:
    conda create -n GATE-env python=3.8 -y
    conda activate GATE-env
  6. Install pytorch and torchvision:
    conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly -y
    conda install opencv -y
    conda install h5py -y
    conda install micro bat git-lfs starship tmux -y
  7. Customize tmux:
    cd
    git clone https://github.com/gpakosz/.tmux.git
    ln -s -f .tmux/.tmux.conf
    cp .tmux/.tmux.conf.local .

awesomemldevenvironment's People

Contributors

antreasantoniou avatar

Watchers

 avatar  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.