Skip to content

Commit 86c1102

Browse files
committed
clean up
1 parent 1dab628 commit 86c1102

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

05_B_fairness_analysis.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
99
"from logging import getLogger\n",
1010
"from recbole.utils import init_logger, init_seed\n",
1111
"from recbole.trainer import Trainer\n",
12-
"from custom.light_gcn import LightGCN\n",
13-
"from custom.custom_model_gcn import Doctr\n",
12+
"from custom.doctr import Doctr\n",
1413
"from recbole.config import Config\n",
1514
"from recbole.data import create_dataset, data_preparation\n",
1615
"import pickle\n",

0 commit comments

Comments
 (0)