Somedaywilldo / BM-NAS

BM-NAS: Bilevel Multimodal Neural Architecture Search (AAAI 2022 Oral)
18 stars 6 forks source link

Questions running ntu dataset #6

Open jerryxucheng opened 2 years ago

jerryxucheng commented 2 years ago

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 : image

And after changing this, I find an error of matrix shape: image 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: 1668668708(1)

Can you help fix this? Thanks a lot for your kind help!