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
Your requirements.txt is incomplete. When I tried to install the requirements and run the train.py, several errors were thrown. The packages I had to install manually were the following:
torch (since 1.2.0 is not up to date anymore)
scipy
dglteam dgl (since the installation of dgl works differently now)
requests
tqdm
sklearn
Please consider adding them (with the appropriate versions) to the requirements.txt to help other future users and prevent further trouble installing the package.
The text was updated successfully, but these errors were encountered:
Your requirements.txt is incomplete. When I tried to install the requirements and run the train.py, several errors were thrown. The packages I had to install manually were the following:
Please consider adding them (with the appropriate versions) to the requirements.txt to help other future users and prevent further trouble installing the package.
The text was updated successfully, but these errors were encountered: