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
E.g. in imputation models, when val_set is set as an h5 file path to enable lazy loading, the framework still loads all data from the file. Although people usually don't have a large validation set, this may increase memory pressure if so. And we also expect the framework to have a consistent behavior with train_set. Therefore we need to make PyPOTS to apply the same strategy on val_set.
The text was updated successfully, but these errors were encountered:
PyPOTS/pypots/imputation/saits/model.py
Lines 253 to 277 in d457629
E.g. in imputation models, when
val_set
is set as an h5 file path to enable lazy loading, the framework still loads all data from the file. Although people usually don't have a large validation set, this may increase memory pressure if so. And we also expect the framework to have a consistent behavior withtrain_set
. Therefore we need to make PyPOTS to apply the same strategy onval_set
.The text was updated successfully, but these errors were encountered: