libffcv/ffcv

how to update existing beton files with new fields?

yashkant opened this issue · 0 comments

Hi there!

I love this project, and have been replacing all my dataset loaders with it!

I have some .beton files of my dataset that I need to update with new fields (keeping the original intact).

I was wondering what is the recommended way to do this?

The alternative would be to read through the full dataset, and generate new one with updated fields. However, is there an inplace way of doing this?

Appreciate your help!