OS - Windows 10
Pytorch - 1.7.1
Tensorflow - 2.3.0
DGl - 0.5.3
CUDA - 11.0
If i try to load dgl graphs using my code i get this error.
File "model_bind5.py", line 85, in <module>
model = pickle.load(fp)
ModuleNotFoundError: No module named 'dgl.graph'
This started after i installed the CUDA 11 version of dgl. How to fix this?