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
I am currently installing your program in a Conda environment. After getting all the packages, I get the following error:
Traceback (most recent call last):
File "F:\FluxMusic\sample.py", line 120, in
main(args)
File "F:\FluxMusic\sample.py", line 58, in main
state_dict = torch.load(local_path, map_location=lambda storage, loc: storage)
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 1065, in load
with _open_file_like(f, 'rb') as opened_file:
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 468, in _open_file_like
return _open_file(name_or_buffer, mode)
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 449, in init
super().init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: '/maindata/data/shared/multimodal/zhengcong.fei/code/music-flow/results/base/checkpoints/0050000.pt'
How can I get this file?
The text was updated successfully, but these errors were encountered:
Hello,
I am currently installing your program in a Conda environment. After getting all the packages, I get the following error:
Traceback (most recent call last):
File "F:\FluxMusic\sample.py", line 120, in
main(args)
File "F:\FluxMusic\sample.py", line 58, in main
state_dict = torch.load(local_path, map_location=lambda storage, loc: storage)
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 1065, in load
with _open_file_like(f, 'rb') as opened_file:
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 468, in _open_file_like
return _open_file(name_or_buffer, mode)
File "D:\Programme\Miniconda3\envs\FluxMusic\lib\site-packages\torch\serialization.py", line 449, in init
super().init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: '/maindata/data/shared/multimodal/zhengcong.fei/code/music-flow/results/base/checkpoints/0050000.pt'
How can I get this file?
The text was updated successfully, but these errors were encountered: