-
Notifications
You must be signed in to change notification settings - Fork 3
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 test the trained model of .ckpt format #13
Comments
You should be able to use this in either your config or as a command line argument: https://github.com/csiro-mlai/dl_hpc_starter_pack/blob/352bf81e8d9aefcb31cfef2a9c4ce77504a394bc/src/dlhpcstarter/command_line_arguments.py#L79 --test-ckpt-path /path/to/last.ckpt |
thanks very much for the detailed process, I will try it |
hi @anicolson , I found that I had to delete the parameters |
What version of dlhpcstarter are you using? Can you try with 0.1.7? |
If it doesn't work, i'll have a look soon |
The dlhpcstarter version I used was 0.1.7, but I delete the parameters |
Okay. I'll update the dlhpcstarter pack to fix that problem. Will let you know when its fixed. |
That's great, thank u very much |
Hi, can you try 0.1.8? https://pypi.org/project/dlhpcstarter/ This passed, so hopefully it also works for you: https://github.com/csiro-mlai/dl_hpc_starter_pack/blob/efaae3e703492fabffcc69edfd8976f72d0fd1bd/tests/run_tests.sh#L5 |
thanks very much for the detailed process, I will try 0.1.8 |
Hi! Thanks for your contribution. It is an excellent piece of work!
The trained model is saved in last.ckpt format, but it cannot be directly tested using the test command in the repository.
What adjustments should I make?
Thank you very much for your time and consideration. I eagerly look forward to your response.
The text was updated successfully, but these errors were encountered: