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

[NOT Merge] add new model example pr #257

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

huangjun12
Copy link
Collaborator

@huangjun12 huangjun12 commented Nov 26, 2021

This pr just shows how to add new model into paddlevideo.
more details can be refer to add_new_algorithm doc

Try to run, just

git clone  https://github.com/huangjun12/PaddleVideo.git
git checkout contribute_pr
cd PaddleVideo
bash run.sh

log:

[11/26 12:27:46] epoch:[  1/5  ] train step:0    loss: 2.29299 lr: 0.001000 top1: 0.20000 top5: 0.60000 batch_cost: 0.90697 sec, reader_cost: 0.89512 sec, ips: 11.02570 instance/sec.
[11/26 12:27:46] epoch:[  1/5  ] train step:1    loss: 2.46962 lr: 0.001000 top1: 0.10000 top5: 0.50000 batch_cost: 0.00532 sec, reader_cost: 0.00132 sec, ips: 1880.51650 instance/sec.
[11/26 12:27:46] epoch:[  1/5  ] train step:2    loss: 2.26830 lr: 0.001000 top1: 0.10000 top5: 0.70000 batch_cost: 0.00277 sec, reader_cost: 0.00032 sec, ips: 3616.40283 instance/sec.
[11/26 12:27:46] epoch:[  1/5  ] train step:3    loss: 2.56208 lr: 0.001000 top1: 0.10000 top5: 0.60000 batch_cost: 0.00284 sec, reader_cost: 0.00029 sec, ips: 3522.55312 instance/sec.
[11/26 12:27:46] epoch:[  1/5  ] train step:4    loss: 2.78659 lr: 0.001000 top1: 0.00000 top5: 0.50000 batch_cost: 0.00277 sec, reader_cost: 0.00024 sec, ips: 3614.53292 instance/sec.

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

Successfully merging this pull request may close these issues.

None yet

1 participant