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

[Darkflow] darkflow 데이터 추가해서 트레이닝 시작했을 때 에러들 #15

Closed
yskim0 opened this issue Mar 9, 2020 · 3 comments
Assignees
Labels
bug Something isn't working ML

Comments

@yskim0
Copy link
Owner

yskim0 commented Mar 9, 2020

  • Loss and Moving Average Loss NaN 문제

  • AttributeError: 'NoneType' object has no attribute 'shape'

  • sre_constants.error: bad character range 0-9 at position 11

@yskim0 yskim0 added bug Something isn't working ML labels Mar 9, 2020
@yskim0 yskim0 self-assigned this Mar 9, 2020
@yskim0
Copy link
Owner Author

yskim0 commented Mar 9, 2020

  • Loss and Moving Average Loss NaN 문제 -> 이전 weight로 다시 시작하니 잘 됨

명령어

python3 flow --model ./cfg/handlang-small.cfg --labels ./labels.txt --trainer adam --dataset ./data/handlang-data-YS/img/ --annotation ./data/handlang-data-YS/xml/ --train --summary ./logs --batch 5 --epoch 200 --save 20 --keep 20 --lr 1e-04 --gpu 1.0 --load 75279

  • AttributeError: 'NoneType' object has no attribute 'shape'

thtrieu/darkflow#265 (comment)

  • sre_constants.error: bad character range 0-9 at position 11

thtrieu/darkflow#439 (comment)

@yskim0 yskim0 closed this as completed Mar 9, 2020
@yskim0
Copy link
Owner Author

yskim0 commented Mar 10, 2020

이 데이터들에 대해서는 200 epoch 5~6시간만에 끝남.
추가 200에폭 시작

@yskim0
Copy link
Owner Author

yskim0 commented Mar 22, 2020

03.22
python3 flow --model ./cfg/handlang-small.cfg --labels ./labels.txt --trainer adam --dataset ./data/handlang-data-1-400/dataset/ --annotation ./data/handlang-data-1-400/annotations/ --train --summary ./logs --batch 20 --epoch 2000 --save 200 --keep 200 --lr 1e-04 --gpu 1.0 --load 75275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ML
Projects
None yet
Development

No branches or pull requests

1 participant