Giter VIP home page Giter VIP logo

convnets's Introduction

Try a Colab demo

Add a shortcut to the shared demo data in your own Google Drive:

Try a demo on your own computers

If you wanted to run peaknet on your own computers, please follow the installtation guide below.

Installation guide

  • Make sure your sytem has conda installed, otherwise please refer to the anaconda installation page for the installation.

  • Create a conda environment for running peaknet. Let'call this environment peaknet for now. Python version greater than 3.6 is required.

    conda create --name peaknet python=3.9
    
  • Activate the conda environment.

    conda activate peaknet
    
  • Install pip for your conda environment peaknet.

    conda install pip
    

    Then, you can use which pip to check if pip is a system-wide command or a command pointing to the conda environment.

  • Install torch and cupy that require GPUs. Our cuda version is 12.0.

    # Install torch
    conda install pytorch pytorch-cuda=11.8 -c pytorch -c nvidia
    
    # Install cupy
    conda install -c conda-forge cupy
    
  • Install tqdm, scikit-image and h5py.

    conda install tqdm scikit-image h5py
    
  • (Demo specific) Install matplotlib for visualization using the demo.

    conda install matplotlib
    
  • Finally, install peaknet directly with a github link (it should take less than one minute to install).

    pip install git+https://github.com/carbonscott/peaknet --upgrade
    

Download data and the jupyter notebook

convnets's People

Contributors

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