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
The remove_root argument influences how the exact file path looks in the returned augmented index (and also where the augmented files are stored). When auglib.Augment.augment() can find a matching augmentation in the cache it returns the index for that augmentation, and does not consider remove_root. On one hand, this is a feature as it does not have to run the augmentation again, when only the path should change. On the other hand, it might break code that follows and expects that the file path looks different.
Not sure yet, how we can improve the current behavior.
The text was updated successfully, but these errors were encountered:
The
remove_root
argument influences how the exact file path looks in the returned augmented index (and also where the augmented files are stored). Whenauglib.Augment.augment()
can find a matching augmentation in the cache it returns the index for that augmentation, and does not considerremove_root
. On one hand, this is a feature as it does not have to run the augmentation again, when only the path should change. On the other hand, it might break code that follows and expects that the file path looks different.Not sure yet, how we can improve the current behavior.
The text was updated successfully, but these errors were encountered: