Skip to content

PyTorch Implementation of the paper [Using Fast Weights to Attend to the Recent Past]

License

Notifications You must be signed in to change notification settings

Victorwz/fast-weights-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-weights-pytorch

PyTorch Implementation of the paper [Using Fast Weights to Attend to the Recent Past] Code for generating sequential data is forked from jiamings/fast-weights

Dependencies

Python >= 3.6 Pytorch TensorboardX Numpy Pickle

Usage

Generate a dataset

$ python generator.py

Train the model of fast-weights

$ python fast_weights.py

Training Result

References

Using Fast Weights to Attend to the Recent Past. Jimmy Ba, Geoffrey Hinton, Volodymyr Mnih, Joel Z. Leibo, Catalin Ionescu.

Layer Normalization. Jimmy Ba, Ryan Kiros, Geoffery Hinton.

About

PyTorch Implementation of the paper [Using Fast Weights to Attend to the Recent Past]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages