Git Product home page Git Product logo

flint's Introduction

FLINT

Setup

Install a new conda environment with the env_minimal.yml file. You can start with miniconda installation if you are completely unfamiliar with anaconda

conda env create -f env_minimal.yml
conda activate flint

Pre-trained models

The pre-trained network files for CIFAR-10, QuickDraw and CUB-200 can be downloaded from this drive link: https://drive.google.com/file/d/15RjZUlIuW5JF2pz5ClKvpOp7uN-cOn3y/view?usp=sharing

The folder when extracted will contain three network weights file. For using any file you need to place it in appropriate file directory of your code according to your dataset. For eg. if your dataset is 'qdraw' than the right subfolder for the network file is: flint_home_dir/output/qdraw_output/

Usage

Command: python flint.py [mode] [dataset] [use-gpu] [model_name]

Functionality available: 
(a) mode: Training or testing phase (Options: [train , test])

(b) dataset: Name of Dataset (Options: [mnist, fmnist, qdraw, cifar10, cub])
    
(c) use-gpu: To use GPU or CPU for computation (Options: [True, False])

(d) model_name: If mode=test, takes in the name of model to be analyzed.

Example : python flint.py test qdraw False trained_qdraw.pt

flint's People

Contributors

jayneelparekh avatar

Stargazers

Dosti Aziz avatar  avatar Yao Qiang avatar Sanjeel Parekh avatar May-226 avatar

Watchers

James Cloos 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.