diff --git a/examples/pytorch/gcmc/data.py b/examples/pytorch/gcmc/data.py index 903cf79bec6f..2c678bfa3603 100644 --- a/examples/pytorch/gcmc/data.py +++ b/examples/pytorch/gcmc/data.py @@ -689,6 +689,7 @@ def _load_raw_movie_info(self): header=None, names=["id", "title", "genres"], encoding="iso-8859-1", + engine="python", ) genre_map = {ele: i for i, ele in enumerate(GENRES)} genre_map["Children's"] = genre_map["Children"]