Skip to content

Commit 2facc39

Browse files
committed
v0.0.4;
1 parent b3b2516 commit 2facc39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Günter Klambauer<sup>1</sup>
2828
- examples that you can quickly adapt to your problem settings.
2929

3030
**Will be added:**
31-
- multiple attention heads/queries and integration of https://github.com/ml-jku/hopfield-layers,
31+
- multiple attention heads/queries,
3232
- Integrated Gradients analysis (write me an email (widrich at ml.jku.at) if you urgently need a preliminary version).
3333

3434
## Installation
@@ -146,7 +146,7 @@ deeprc
146146
```
147147

148148
## Note
149-
We are currently cleaning up and uploading the code for the paper.
149+
I'm currently cleaning up and uploading the code for the paper.
150150
There might be (and probably are) some bugs which will be fixed soon.
151151
If you need help with running DeepRC in the meantime,
152152
feel free to write me an email (widrich at ml.jku.at).

deeprc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Author -- Michael Widrich
44
55
"""
6-
__version__ = '0.0.3'
6+
__version__ = '0.0.4'

0 commit comments

Comments
 (0)