We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found the following code in src/train.py line 523
parser.add('--inference', action='store_bool', default=False)
Does this mean there's some way to run src/train.py to inference?
The text was updated successfully, but these errors were encountered:
I have also encountered the same problem. Can you inference this part? Can you learn from the inference code and look forward to your reply!
Sorry, something went wrong.
Wangcongyu620
As far as I know, there's no official inference code with a headless setting. I implemented the inference code myself based on the training code.
I'm sorry for not being able to reply to you in a timely manner. Can you share the inference code with me?Thank you @hrcheng98
No branches or pull requests
I found the following code in src/train.py line 523
Does this mean there's some way to run src/train.py to inference?
The text was updated successfully, but these errors were encountered: