Skip to content

Commit 339f6d1

Browse files
authored
Update README.md
1 parent 41cc55c commit 339f6d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please refer to requirements.txt
1212

1313
## Project Structure
1414

15+
```
1516
.
1617
├── config.py (Configurations about IRGAN and BPR.)
1718
├── data (Data Files)
@@ -41,9 +42,10 @@ Please refer to requirements.txt
4142
│   ├── pretrained_model_dns.pkl
4243
│   └── pretrained_model_sns.pkl
4344
├── readme.md
45+
```
4446

4547
## How to run
4648
1. Execute **conda create --name <env_name> --file requirements.txt** to create an virtual environment and install required packages.
4749
2. Run a jupyter notebook server by **jupyter notebook**.
4850
3. Open IRGAN-SGD-dns-gen.ipynb in a browser and run all cells.
49-
The output of loss and other evaluation metrics can be observed with tensorboard.(Other notebooks from the *exp_notebooks* directory can be moved out to its upper-level directory and run).
51+
The output of loss and other evaluation metrics can be observed with tensorboard.(Other notebooks from the *exp_notebooks* directory can be moved out to its upper-level directory and run).

0 commit comments

Comments
 (0)