-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to run this project without using slurm? #13
Comments
Hi! You can just use the command in the sbatch file (the one that starts with |
Thank you for your reply. I followed your instructions and ran the program using the following method~/Project/CrossViVit $Python main. py experience=cross_vit. But there will be an error message:
So I changed the section in the. yaml file where "${oc. env: SLIRM_JOB-ID}" appeared to "1". For example:
Then the program can continue to run until:
If I choose (3), the code will run to the following state and will not change for a long time, and I find that the GPU is almost unused.If I choose to log in to my Wandb account, I will receive an error message I still haven't solved my problem. I hope to be able to run your program locally (without Slurm environment), and I hope you can help me analyze where the problem lies |
Hi, I have found that the long running time mentioned before is due to the process of importing the SunLake dataset from Deeplake, which takes a very long time (more than 2 hours). Do you know of any solutions to this problem? |
For the wandb problem, make sure that the wandb project you create in your account matches the one in the config file: |
You can download the deeplake data locally which should speed up things. We're also working on moving away from deeplake and providing the dataset in another format like zarr or hdf5 but it will require changing the dataloader accordingly. |
Can you tell me where I can download deeplake data locally? |
Hello!
First of all, thank you for your excellent work, which has greatly inspired me. You provided the sbatch file for running the project using slurm in the readme document. But I only have one computer equipped with the Ubuntu system. May I ask how to run your code without using Slurm?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: