Skip to content

matpalm/ensemble_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eed7a59 · Feb 9, 2021

History

52 Commits
Sep 22, 2020
Sep 13, 2020
Feb 9, 2021
Feb 9, 2021
Sep 22, 2020
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021

Repository files navigation

training ensemble nets

ensemble nets are a single pass way of representing M models in a neural net ensemble. see this blog post

note: blog post was based on a vmap version run on my local single GPU machine. the code for this first version is under tag v1.

the code as is now is a port of the model to run on a pod tpu slice using haiku