Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@pascal-maker
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant