Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pliang279 committed Dec 21, 2018
1 parent f39b901 commit bbf4621
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pretrained models: pretrained MFN models optimized for MAE (Mean Absolute Error)

Installation

First check that the requirements are satisfied
First check that the requirements are satisfied: </br>
Python 2.7 </br>
PyTorch 0.4.0 </br>
numpy 1.13.3 </br>
Expand All @@ -21,7 +21,7 @@ If not, these packages can be installed using pip.

The next step is to clone the repository:
```bash
git clone
git clone https://github.com/pliang279/Memory-Fusion-Network.git
```

You can run the code with
Expand All @@ -35,10 +35,10 @@ Next steps: we are in the process of integrating the model with the latest versi
If you use this code, please cite our paper:

```bash
@article{zadeh2018memory, </br>
title={Memory Fusion Network for Multi-view Sequential Learning}, </br>
author={Zadeh, Amir and Liang, Paul Pu and Mazumder, Navonil and Poria, Soujanya and Cambria, Erik and Morency, Louis-Philippe}, </br>
journal={Proceedings of the Thirty-Second {AAAI} Conference on Artificial Intelligence}, </br>
year={2018} </br>
@article{zadeh2018memory,
title={Memory Fusion Network for Multi-view Sequential Learning},
author={Zadeh, Amir and Liang, Paul Pu and Mazumder, Navonil and Poria, Soujanya and Cambria, Erik and Morency, Louis-Philippe},
journal={Proceedings of the Thirty-Second {AAAI} Conference on Artificial Intelligence},
year={2018}
}
```

0 comments on commit bbf4621

Please sign in to comment.