Attribute name when batching along new dimension #5613
-
Hi, I'm following the tutorial to overwrite the
If I try creating a
which returns
this prints Is there a way to bypass this and make my class recognize the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
cc @mananshah99. This might be a bug with inheritance in |
Beta Was this translation helpful? Give feedback.
cc @mananshah99. This might be a bug with inheritance in
FeatureStore
. Can you try to accessdata.keys()
instead ofget_all_tensor_attrs()
to unblock yourself.