Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CachedDatasetfor the case of all parts being cached. It supports random access then, but previously it was broken due to still callingself.dataset.get_sample[s]with the out parameter being allFalse.Dataset.create_torch_datasettransformparameterdival.util.torch_utilitytorch.utils.data.IterableDataset(instead of usingtorch.utils.data.Datasetand ignoring the index) for generator-based datasets'ellipses'standard dataset pickleable and addfixed_noise_seedsparameter (stillTrueby default, in contrast tonoise_seeds(used for the ground truth image generation), which isFalseby default. Both (different) defaults are kept like they were).evaluation.runimplementation by avoiding to save reconstructions when run withsave_reconstructions=False, reducing RAM usageFBPUNetReconstructor, remove warning about shuffling not working for generator-based datasets (forshuffle=True, it will raise an error due toDataset.create_torch_datasetnow returning atorch.utils.data.IterableDataset, and forshuffle='auto'the docs forStandardLearnedReconstructordescribe that shuffling is not used in this case)StandardLearnedReconstructorinit_transformin a subclassshuffleoption, defaulting to'auto'which depends on whether the dataset supports random access. Previouslyshuffle=Truewas always used, but for generator-based datasets the index was ignored, effectively disabling shuffling.dival.util.odl_utility.patch_ray_trafo_for_pickling