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
Thanks for providing code and insightful research in this area. However, when I try to execute mmimdb, I meet with several problems.
I meet the problems when I'm trying to execute: " python main_darts_searchable_mmimdb.py " as shown in the experiment section.
Firstly, on line 26 in main_darts_searchable_mmimdb.py, the argument should be "--parallel"? Or it will report a mistake :
And after changing this, I find an error of matrix shape:
I used the provided "python datasets/prepare_mmimdb.py" command to process the multimodal_imdb.hdf5 file.
This problem is solved by changing matrix size to 768.
However, when I'm trying to execute main_darts_found_ntu.py, I got the error mentioned in closed issue on ego and I'm not able to solve it:
Can you help fix this?
Thanks a lot for your kind help!
The text was updated successfully, but these errors were encountered:
jerryxucheng
changed the title
Questions running mmimdb dataset
Questions running ntu dataset
Nov 17, 2022
Thanks for providing code and insightful research in this area. However, when I try to execute mmimdb, I meet with several problems.
I meet the problems when I'm trying to execute: " python main_darts_searchable_mmimdb.py " as shown in the experiment section.
Firstly, on line 26 in main_darts_searchable_mmimdb.py, the argument should be "--parallel"? Or it will report a mistake :
And after changing this, I find an error of matrix shape:
I used the provided "python datasets/prepare_mmimdb.py" command to process the multimodal_imdb.hdf5 file.
This problem is solved by changing matrix size to 768.
However, when I'm trying to execute main_darts_found_ntu.py, I got the error mentioned in closed issue on ego and I'm not able to solve it:
Can you help fix this?
Thanks a lot for your kind help!
The text was updated successfully, but these errors were encountered: