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
VersionedDataset sets some attributes, specifically tensors, with setattr(). Using this function allows users to access features and labels with dataset.X_train and so on. However, PyCharm and other IDEs raise warnings for attributes set in this manner. Find a way to resolve these warnings.
VersionedDataset sets some attributes, specifically tensors, with
setattr()
. Using this function allows users to access features and labels withdataset.X_train
and so on. However, PyCharm and other IDEs raise warnings for attributes set in this manner. Find a way to resolve these warnings.Potential references:
The text was updated successfully, but these errors were encountered: