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

ask for guidance #13

Open
DisgustedALL opened this issue Jul 27, 2023 · 1 comment
Open

ask for guidance #13

DisgustedALL opened this issue Jul 27, 2023 · 1 comment

Comments

@DisgustedALL
Copy link

I directly used the dataset (Train) you provided for training, but this error occurs why?
QQ截图20230727142306

@jpeumesmo
Copy link
Collaborator

Hello @ZyzJinQu !

First of all, sorry for the (very) late reply.

Well, for your logs I am not sure what exactly occurs, I would need more information about it. But at a first look it seems some arguments are missing, you may want to use ckp_save_path and summary_dir for example. I suggest to take a deeper look into the help.

Also, I try to reproduce the code and unfortunately due deprecated OS, I couldn't reproduce entirely the environment. That's why I took so long to answer. I have update the files under setup\ folder with newer versions of OS and dependencies.

Futhermore, during the process some bugs were found and fixed. The major one is related to a change in PyTorch that change how optimizers work in version 1.4.0 (the one we used) to newer ones (more details pytorch/pytorch#39141 (comment)).

I could make a train locallly, using cpu, with that command here:

python main.py -p train -d /workspace/l2d_train/ --ckp_save_path /workspace/ckpts/ --summary_dir /workspace/logs/

Using a docker container created with the updated files.

Let me know if I can help you with anything else.

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

2 participants