paulhager / MMCL-Tabular-Imaging

82 stars 13 forks source link

[Errno 2] No such file or directory: 'data/DVM/features/train_paths_all_views.pt #12

Closed carrtesy closed 9 months ago

carrtesy commented 9 months ago

Hello, I have question for running your code.

I've run the command:

python run.py pretrain=True datatype=multimodal checkpoint=checkpoints

And have encountered the following issue.

image

The error message says, we do not have "train_paths_all_views.pt" file. I've noticed that we only have two files,

train_paths_all_views_server.pt train_paths_all_views_tower.pt

the cell might be relevant is:

image

And the whole datapreprocessing code, including cell does not save train_paths_all_views.pt.

May I ask how can I handle this problem?

I appreciate your help.

Carrtesy

paulhager commented 9 months ago

The tower / server distinction is not relevant outside of my setup. Thanks for showing me this, I've adjusted the code.

Maria-2024-beep commented 2 weeks ago

Hello, I have question for running your code.

I've run the command:

python run.py pretrain=True datatype=multimodal checkpoint=checkpoints

And have encountered the following issue. image The error message says, we do not have "train_paths_all_views.pt" file. I've noticed that we only have two files,

train_paths_all_views_server.pt train_paths_all_views_tower.pt

the cell might be relevant is: image And the whole datapreprocessing code, including cell does not save train_paths_all_views.pt.

May I ask how can I handle this problem?

I appreciate your help.

Carrtesy

@carrtesy would you please let me know how you solve this issue?