Skip to content

MurrellGroup/Onion.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onion

Stable Dev Build Status Coverage

Installation

using Pkg
pkg"registry add https://github.com/MurrellGroup/MurrellGroupRegistry"
pkg"add Onion"

Rules

  • Layers should be structs.
  • Layers should have fully inferrable types (use type parameters)
  • Layers should work with any number (including zero) batch dims (tip: use glut)
  • Put each layer in a separate file.
  • Cite. If from a paper/code include a link/ref in a comment.

Contributors 8

Languages