Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXFng authored Apr 6, 2023
1 parent 3e1a19c commit 98e3589
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## EEDN

### Run (Configures are given by Constants.py)
### Run (Configures are given by Constants.py and Main.py)
> python Main.py

### Note
* As we have mentioned in the paper, EEDN requires a shallow and wide constracture, please DO NOT over limit the embedding size for comparison.
* As $\lambda$ and $\delta$ are sensitive, please tune the hyperparameter at least 100 times, which has been implemented by the given code in Main.py (line)
* If the memory of your GPU server is less than 24G, please small the embedding size in Main.py (line.150-153).

### Dependencies
* Python 3.7.6
* [Anaconda](https://www.anaconda.com/) 4.8.2 contains all the required packages.
Expand Down Expand Up @@ -57,5 +63,4 @@
<tr><td>NDCG@20 </td><td>0.0277</td><td>0.0484</td><td>0.0549</td><td>0.0501</td><td>0.0589</td><td>0.0558</td><td>0.0601</td><td><b>0.0639</b> </td><td>+6.3%</td></tr>
</table>

### Note
* If the memory of your GPU server is less than 24G, please small the embedding size in Main.py (line.150-153).

0 comments on commit 98e3589

Please sign in to comment.