Replies: 2 comments 1 reply
-
My plan is to replace The idea would be to let each model decide what data it requires by providing a schema, which then is just mapped to the input data. We have started some work in #2001, but there a lot of details still to be figured out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I love that each model has the same data format allowing me to train and compare different models without worrying about the data... I suppose that bit will remain via the schema? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, in the
dataset/common.py
we have a bunch of transformations and I feel it might be better if they are proper transformations and moved to the corresponding location.What do you think?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions