ZinebAg

Results 2 comments of ZinebAg

Hi, not ideal but you can manually add the file "rgb_metadata.csv". I downloaded it from the fmow worksheet "https://worksheets.codalab.org/bundles/0xaec91eb7c9d548ebb15e1b5e60f966ab". I found it from the WILDS benchmark page "https://worksheets.codalab.org/worksheets/0xb44731cc8e8a4265a20146c3887b6b90". Hope it...

Hi, got the same issue. I changed "temp_datasets[eachyear]['code'] = np.array(temp_datasets[eachyear]['code'])" to "temp_datasets[eachyear]['code'] =np.asarray(temp_datasets[eachyear]['code'],dtype="object")" and it worked for me. Hope it helps :)