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

How to save the trained model for future training? #1183

Open
Martisum opened this issue Mar 7, 2025 · 0 comments
Open

How to save the trained model for future training? #1183

Martisum opened this issue Mar 7, 2025 · 0 comments

Comments

@Martisum
Copy link

Martisum commented Mar 7, 2025

I hope to improve the training beyond 15000 steps, but each improvement requires starting from scratch, which is very time-consuming. I hope to use the command-line parameters provided by train.py to save the model, but I have been failing.
The parameters I used are as follows
--start_checkpoint D:\Work\AI\PriorDepth-GaussianSplatting\output\eval_gsopt4 --save_iterations 15000 30000
But the model cannot correctly read the training progress I saved. And I found that it seems that the model only saves ply files. Does this mean that the source code cannot achieve the functionality I mentioned?

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

1 participant