Skip to content

Commit

Permalink
[Doc] Update README.md for pytorch PinSage example. (dmlc#770)
Browse files Browse the repository at this point in the history
Add noting that the PinSage model example under
example/pytorch/recommendation only work with Python 3.6+
as its dataset loader depends on stanfordnlp package
which work only with Python 3.6+.
  • Loading branch information
classicsong authored and jermainewang committed Aug 16, 2019
1 parent fd3d54b commit 165d453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/pytorch/recommendation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PinSage model

NOTE: this version is not using NodeFlow yet.

This example only work with Python 3.6+

First, download and extract from https://dgl.ai.s3.us-east-2.amazonaws.com/dataset/ml-1m.tar.gz

Expand Down
1 change: 0 additions & 1 deletion examples/pytorch/recommendation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from rec.model.pinsage import PinSage
from rec.datasets.movielens import MovieLens
from rec.utils import cuda
from rec.adabound import AdaBound
from dgl import DGLGraph

import argparse
Expand Down

0 comments on commit 165d453

Please sign in to comment.