GithubHelp home page GithubHelp logo

lostoxygen / bioinf_kernel_eval Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 3.53 MB

Performance Evaluation between Normal and Depthwise Seperable Convolutions for Medical Image Classification.

Python 20.44% Shell 0.77% Jupyter Notebook 78.79%
bioinformatics biological-data-analysis biology convolutional-neural-network neural-networks deep-learning depthwise-separable-convolutions medical-image-processing

bioinf_kernel_eval's Introduction

BioInformatics Kernel Evaluation

Performance Evaluation between Normal and Depthwise Seperable Convolutions for Medical Image Classification.

Usage:

python main.py [-h] [--gpu | -g DEVICE_ID] [--batch_size | -bs BATCH_SIZE] [--epochs | -e EPOCHS]

Example Usage:

python main.py --gpu 0 --batch_size 32 --epochs 100

Training Arguments

Argument Type Description
-h, --help None shows argument help message
-g, --gpu INT specifies device ID to use. [0, N] for GPU and -1 for CPU (default=-1)
-e, --epochs INT number of epochs to train (default=100)
-bs, --batch_size INT batch size (default=128)
-lr, --learning_rate FLOAT learning rate (default=0.1)
-m, --model_type STRING model type to use [vgg11, vgg13, vgg16, vgg19, resnet34] (default='vgg11')
-d, --depthwise BOOL use depthwise separable convolutions (default=False)
-ev, --eval_only BOOL evaluate model only (default=False)

Project Poster:

Project Poster

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.