Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyshiwo committed Jun 26, 2018
1 parent eb914f0 commit d37a6ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,12 @@ If you find MemNet useful in your research, please consider citing:
booktitle={Proceedings of International Conference on Computer Vision},
year={2017}
}


# Other implementation
[[MemNet-tensorflow]](https://github.com/ly-atdawn/MemNet-Tensorflow) by ly-atdawn

[[MemNet-pytorch]](https://github.com/Vandermode/pytorch-MemNet) by Vandermode

## Implement adjustable gradient clipping
modify sgd_solver.cpp in your_caffe_root/src/caffe/solvers/, where we add the following codes in funciton ClipGradients():

Expand Down

0 comments on commit d37a6ab

Please sign in to comment.