I want to overwrite it with my new own type transf...
# ask-the-community
r
I want to overwrite it with my new own type transform. How to delete the user transform type in TypeEngine now ?
@Kevin Su How about add override feature for Type Engine?
TypeEngine.register(myDataset(), override = True)
y
try
register_additional_type
?
k
yes, you can also override
r
@Yee Can Torch Dataset class (https://github.com/pytorch/pytorch/blob/main/torch/utils/data/dataset.py) can be writen in type transform?
e
@Ryuu, this is a good idea. We don't have a pytorch dataset type transformer yet. Can you open a gh issue? We can work together on it.
r
@Eduardo Apolinario (eapolinario) ok