Skip to content

A PyTorch implementation of the blocks from the _A Simple Neural Attentive Meta-Learner_ paper

License

Notifications You must be signed in to change notification settings

sagelywizard/snail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Neural Attentive Meta-Learner implementation in PyTorch

A PyTorch implementation of the SNAIL building blocks.

This module implements the three blocks in A Simple Neural Attentive Meta-Learner by Mishra et al.

The three building blocks are the following:

  • A dense block, built with causal convolutions.
  • A TC Block, built with a stack of dense blocks.
  • An attention block, similar to the attention mechanism described by Vaswani et al (2017).

About

A PyTorch implementation of the blocks from the _A Simple Neural Attentive Meta-Learner_ paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages