Giter VIP home page Giter VIP logo

ecm200 / caltech_birds Goto Github PK

View Code? Open in Web Editor NEW
41.0 2.0 7.0 299.79 MB

A set of notebooks as a guide to the process of fine-grained image classification of birds species, using PyTorch based deep neural networks.

Python 0.07% Jupyter Notebook 99.92% Shell 0.01%
classification-model pytorch-tutorial cub-200-2011 feature-attribution activation-maximization manifold-learning caltech-birds deep-neural-networks cnn image-classification

caltech_birds's People

Contributors

ecm200 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

caltech_birds's Issues

Make command line argument configuration overrides work by using ARGS module in CUB_TOOLS package

At the moment both the base and ignite training scripts are not using the args module of the cub_tools package.

This has certain advantages, like passing through command line arguments key value pairs to override the YACS YAML configuration file.

Use the following code to in the scripts to create the argument parser with some default arguments:

from cub_tools.args import get_parser

parser = get_parser()
parser.add_argument # add additional local arguments to this specific training script if needed.

args = parser.parse_args()

"pip install" doesn't work on cub_tools

When running "pip install ." in the cub_tools directory, installation fails saying incorrect syntax.
Missing "," after dependencies list.
Incorrect specification of PyTorch version, need to remove the version specification.

Dependencies

Hi,

I am interested in doing this, as it overlaps with my interests.

However I believe I am having issues getting the necessary dependencies installed. Scikit-Image has been the worst part of it. I have attempted building Scitkit from source, pip installs, everything I can find in the past day.

Pip always hangs for when I am running the install command in the cub_tools directory. Everything else seems ok.

I am wondering if you can help me get the dependencies built to begin working this project.

setup.py dependencies need updating

setup.py depedencies need updating to match those of the conda_dependencies.yml file.

At the moment, installation issues will occur if installation is attempted of the package first.
This is related to the issues with PyTorch 1.8.1 through PYPI rather than CONDA.

This issue may have been fixed, but either way, the dependencies need updating.

Memory Usage

Hi,

I am attempting to train the model using the code you have in the example notebooks. However I am running out of memory, and I am wondering if you can suggest how to alter the code to reduce memory usage during training.

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.