You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Please refer to requirements.txt
12
12
13
13
## Project Structure
14
14
15
+
```
15
16
.
16
17
├── config.py (Configurations about IRGAN and BPR.)
17
18
├── data (Data Files)
@@ -41,9 +42,10 @@ Please refer to requirements.txt
41
42
│ ├── pretrained_model_dns.pkl
42
43
│ └── pretrained_model_sns.pkl
43
44
├── readme.md
45
+
```
44
46
45
47
## How to run
46
48
1. Execute **conda create --name <env_name> --file requirements.txt** to create an virtual environment and install required packages.
47
49
2. Run a jupyter notebook server by **jupyter notebook**.
48
50
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