Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terasakisatoshi/flux-food-101

Classify Food 101 using Flux.jl
https://github.com/terasakisatoshi/flux-food-101

flux julia-language julialang

Last synced: 3 days ago
JSON representation

Classify Food 101 using Flux.jl

Awesome Lists containing this project

README

        

# flux-food-101
Classify Food 101 using Flux.jl

This repository contains how to use pretrained model, define own dataset iterator, ResNet-like layer and so on.
Due to the critical issue that BatchNorm layer, Advanced layer e,g. MobileNetV2 defined on this slide does not work on GPU, we can't use them right now, but in the future I believe this documentation will helpful for someone who want to learn or use Flux.

[See my SlideShare](https://www.slideshare.net/SatoshiTerasaki/deep-learning-with-julia10-and-flux)