Skip to content
Discussion options

You must be logged in to vote

Hi, @vinpa64.

After running through the colab tutorial, my understanding is that the composed transformation(s) are applied to the dataset one time, producing a transformed dataset. Then, during training, patches are periodically sampled from this transformed dataset.

This is not accurate. When the dataset is indexed during training, 1) the volume is loaded, 2) the composed transform is applied, 3) patches are sampled and added to the queue. This means that augmentation transforms are different at each iteration. This is consistent with typical torchvision applications.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vinpa64
Comment options

@fepegar
Comment options

Answer selected by fepegar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants