wandb.data_types.Molecule

View source on GitHub

Wandb class for Molecular data

Molecule(
    data_or_path: Union[str, 'TextIO'],
    **kwargs
) -> None

Arguments

data_or_path

(string, io) Molecule can be initialized from a file name or an io object.

Class Variables

SUPPORTED_TYPES

Last updated

Was this helpful?