Getting Untyped Storage warning

Hello,
I am getting the following warning when training my DGL regression model:

C:\Users\sarwj\AppData\Local\Programs\Python\Python310\lib\site-packages\dgl\backend\pytorch\tensor.py:449: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
  assert input.numel() == input.storage().size(), (

Any idea what I may be doing wrong? Thanks

How did you trigger the warning?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.