athn-nik / sinc

Official PyTorch implementation of the paper "SINC: Spatial Composition of 3D Human Motions for Simultaneous Action Generation"
https://sinc.is.tue.mpg.de
87 stars 4 forks source link

Missing file for state_dict: checkpoints/latest-epoch=599.ckpt #7

Open divanoLetto opened 7 months ago

divanoLetto commented 7 months ago

Hi, I'm tryng to run Step 2 (b) but I don't understand where i can find the file ".../latest-epoch=599.ckpt" required to initiate the state_dict. Can you explain how I can obtain it?

Exception has occurred: FileNotFoundError [Errno 2] No such file or directory: '/is/cluster/fast/nathanasiou/logs/sinc/sinc-arxiv/temos-bs64x1-scheduler/babel-amass/checkpoints/latest-epoch=599.ckpt' File "/andromeda/personal/lmandelli/sinc/train.py", line 121, in train state_dict = torch.load('/is/cluster/fast/nathanasiou/logs/sinc/sinc-arxiv/temos-bs64x1-scheduler/babel-amass/checkpoints/latest-epoch=599.ckpt', map_location='cpu') File "/andromeda/personal/lmandelli/sinc/train.py", line 50, in _train return train(cfg, ckpt_ft) File "/andromeda/personal/lmandelli/sinc/train.py", line 195, in _train() FileNotFoundError: [Errno 2] No such file or directory: '/is/cluster/fast/nathanasiou/logs/sinc/sinc-arxiv/temos-bs64x1-scheduler/babel-amass/checkpoints/latest-epoch=599.ckpt'

athn-nik commented 7 months ago

I am so sorry I have changed this path, feel free to adjust it to your needs. here is the needed checkpoint!

athn-nik commented 7 months ago

Hello @divanoLetto is this solving your issue?

divanoLetto commented 7 months ago

Yes, thank you!