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
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/1.1/goal_image/ldm_goal_image_test.json NotFoundError: [Errno 2] No such file or directory: 'data/rlbench/taskvar_instructions.jsonl'
#7
Open
pascal-maker opened this issue
Oct 4, 2024
· 0 comments
When running the command : # Generate goal images
!python inference_ldm_goal_image.py --ckpt_folder lavis/output/LDM/pix2pix/runs
I get the following error : usr/local/lib/python3.10/site-packages/fairscale/experimental/nn/offload.py:19: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
return torch.cuda.amp.custom_fwd(orig_func) # type: ignore
/usr/local/lib/python3.10/site-packages/fairscale/experimental/nn/offload.py:30: FutureWarning: torch.cuda.amp.custom_bwd(args...) is deprecated. Please use torch.amp.custom_bwd(args..., device_type='cuda') instead.
return torch.cuda.amp.custom_bwd(orig_func) # type: ignore
Traceback (most recent call last):
File "/content/3D-VLA/3D-VLA/inference_ldm_goal_image.py", line 298, in
main()
File "/content/3D-VLA/3D-VLA/inference_ldm_goal_image.py", line 176, in main
test_samples = json.load(open("dataset/1.1/goal_image/ldm_goal_image_test.json"))
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/1.1/goal_image/ldm_goal_image_test.json'
The text was updated successfully, but these errors were encountered:
When running the command : # Generate goal images
!python inference_ldm_goal_image.py --ckpt_folder lavis/output/LDM/pix2pix/runs
I get the following error : usr/local/lib/python3.10/site-packages/fairscale/experimental/nn/offload.py:19: FutureWarning:
torch.cuda.amp.custom_fwd(args...)
is deprecated. Please usetorch.amp.custom_fwd(args..., device_type='cuda')
instead.return torch.cuda.amp.custom_fwd(orig_func) # type: ignore
/usr/local/lib/python3.10/site-packages/fairscale/experimental/nn/offload.py:30: FutureWarning:
torch.cuda.amp.custom_bwd(args...)
is deprecated. Please usetorch.amp.custom_bwd(args..., device_type='cuda')
instead.return torch.cuda.amp.custom_bwd(orig_func) # type: ignore
Traceback (most recent call last):
File "/content/3D-VLA/3D-VLA/inference_ldm_goal_image.py", line 298, in
main()
File "/content/3D-VLA/3D-VLA/inference_ldm_goal_image.py", line 176, in main
test_samples = json.load(open("dataset/1.1/goal_image/ldm_goal_image_test.json"))
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/1.1/goal_image/ldm_goal_image_test.json'
The text was updated successfully, but these errors were encountered: