You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that you didn't create index v2 first and then make multiple buckets.
It's recommended to create the index file for a single resolution first. You can refer to the code like this: idk base -c dataset/yamls/porcelain.yaml -t dataset/porcelain/jsons/porcelain.json. And in the training script, cancel the instruction of --multireso for multiple buckets.
ValueError:
group_length
must be a dict, but got <class 'list'>You may using a vanilla Index V2 file. Try
ArrowIndexV2
instead.The text was updated successfully, but these errors were encountered: