I want to overwrite it with my new own type transf...
# flyte-support
f
I want to overwrite it with my new own type transform. How to delete the user transform type in TypeEngine now ?
@glamorous-carpet-83516 How about add override feature for Type Engine?
TypeEngine.register(myDataset(), override = True)
t
try
register_additional_type
?
g
yes, you can also override
f
@thankful-minister-83577 Can Torch Dataset class (https://github.com/pytorch/pytorch/blob/main/torch/utils/data/dataset.py) can be writen in type transform?
h
@full-evening-87657, 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.
f
@high-accountant-32689 ok