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
I'm seeing some issues with tfds, it does not seem to close open files properly after we switched to the split datasets in #350 that perhaps made the problem somewhat more apparent.
I'm seeing some issues with tfds, it does not seem to close open files properly after we switched to the split datasets in #350 that perhaps made the problem somewhat more apparent.
The reason is that random access to the concatenated datasets does not allow files to be closed.
With shuffling disabled here: https://github.com/jpata/particleflow/blob/main/mlpf/model/PFDataset.py#L259, the usage seems to be somewhat lower.
The text was updated successfully, but these errors were encountered: