-
Notifications
You must be signed in to change notification settings - Fork 4
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 setup the dataset A1 for training #3
Comments
Hi, I placed the dataset on I installed LUA TORCH and now I can run
I didn't see any logs in "code\checkpoints\cvppp_611_preproc" or in the terminl even there were running tasks of "luajit" at that time. Should I keep waiting? @arnike |
Hi @shaolinkhoa, I apologise for late replies, but I'm currently short of time. The scripts in ./runs are set up in a way that they write logs into a log file rather than output it on screen, so the processes run in the background. The log files are created in ./checkpoints. Also, the models and optimisation state are saved there every few epochs (controlled by the options). Hope this helps. |
Hi @arnike
I'm sorry, I can't find any "models and optimisation state saved " in the checkpoints.
So I think the problem is placing the dataset A1. Thank you again, |
Ah, sorry, I confused this with something else. Indeed, both the logs and checkpoints will be recorded in ./checkpoints directory.
for example. Best, |
Hi, thank you for your quick reply. I placed 128 images and 128 labels in
But everything still the same, nothing happens. |
Do you see your GPUs being utilised, or does the process crush? |
Yes, I see |
OK, it seems then that it's training. Periodically, there should be lines printed into the log file with the status of training. Best, |
Yes, but I still and only got the same If there is nothing happen, then there will be error in the next step: Sincerely, |
hi @arnike, |
Hi @shaolinkhoa, |
Hi @arnike ,
I can't install CUDA 8.0 and cuDNN-5.1 for Lua 5.2.4 so I follow this tut: installing LUA for CUDA 10.
I'm using 8 GPUs. My GPUs status:
I replace I'm not familiar with LUA but I think we need |
Hi, |
Hi, But I got this error:
@arnike Do you know this error ? I don't know it's because of the dataset or not: Ex: In
Do I setup the dataset correctly ? |
Hi @arnike, Best regards, |
Hi Khoa, yes, the data layout looks correct. Did you try specifying the absolute datapath here? Best, |
Hi @arnike ,
Do you know how to fix it ? |
Hi Khoa, |
Hi @arnike ,
But now I have another problem:
Do you know this error? The images I use have size 500x530 and bit depth = 32 Best regards, |
Hi @arnike Best regards, |
Hi Khoa, |
Hi Khoa, |
Hi,
I read the tutorial but I can't find the location to place the subset A1.
I would like to pre-produce your project follow this tutorial but I don't know where to place the subset A1 ( which is in CVPPP2017_LSC_training\CVPPP2017_LSC_training\training\A1 ) in the directory /code ?
I placed the folder cvppp/A1 in the /code but after I ran ./runs/cvppp_preproc.sh . I only got "nohup: failed to run command 'th': No such file or directory" in the file checkpoints\cvppp_611_preproc\001_train.log
Even with only cvppp/(all files in A1) , I still got the same problem.
Would you mind supporting me about this?
The text was updated successfully, but these errors were encountered: