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

train result? #36

Open
xiaoToby opened this issue Jan 15, 2024 · 2 comments
Open

train result? #36

xiaoToby opened this issue Jan 15, 2024 · 2 comments

Comments

@xiaoToby
Copy link

I started "sh examples/paddle_mnist/run.sh 127.0.0.1:10002"
I am sure the training is started, but how to know the situation that the training is finished.
And if it is finished, how to check the training result, and show "训练效果”?

@xiaoToby
Copy link
Author

@jaysontree
Copy link

not sure if ur training is executed properly...
I tested with this one "https://github.com/tianmiantech/WeFe/tree/main/VisualFL". it has same architect with a web api trigger.
after my training finnished, there should be some folder similar to this

# ls -l trainer_0/ | awk '{print $NF}'
algorithm_config.json
checkpoint  # the .pdmodel is saved there 
config.json
feed_names
feeds
main_program
model
recv_program
send_program
startup_program
stderr
stdout
strategy
target_names
trainer.log  # training log is here
vdl_log  # can use visualdl to visualize training process

btw i gave up this approach already. because i found the trained model gave wrong predicts, although the loss was decreasing during trainning.

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