Skip to content

TypedStorage warning, any plan to ameliorate? #23

@vjcitn

Description

@vjcitn

This seems to be causing some trouble on a sensitive system. Are there any updates to the simba_pbg to fix this?

/home/exouser/.conda/envs/env_simba/lib/python3.10/site-packages/torchbiggraph/tensorlist.py:88: 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()
  storage.resize_(storage.size() + 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions