beijixiong3510 / OWM

Code for Continual Learning of Context-dependent Processing in Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWM (Orthogonal Weights Modification)

DOI

There is a new version based on TF2 https://github.com/xuejianyong/OWM-tf2 provided by Dr. Jianyong Xue, and it basically reproduces our work. Thanks to all researchers who care about and support our work!

Requirements

If the environment configurations are different, the results may vary greatly or even failing to work properly. You may need to adjust the code details according to your needs.

  • Linux: Ubuntu 16.04

  • cuda9.0 & cudnn6.0

  • Python 3.5.4

  • torch 0.3.0 (pytorch)

  • tensorflow 1.5.0

  • tensorflow-gpu 1.4.0

  • torchvision 0.2.0

  • numpy 1.15.1

  • scipy 1.0.0

Acknowledgement

About

Code for Continual Learning of Context-dependent Processing in Neural Networks


Languages

Language:Python 100.0%