Tensorflow::DeepLearning 추가학습 2탄
2019. 5. 24. 02:30
Assign requires shapes of both tensors to match. lhs shape= [1,1,1024,8] rhs shape= [1,1,1024,10]
[[node save/Assign_13 (defined at train_image_classifier2_1.py:374) ]]
컴파일러 시간에 배운 left hand side와 right hand side가 나왔다.
좌 우, 그래프 중 num_classes가 달라서 생긴 오류다.
내가 처음 inception_v1을 통해서 10가지의 분류를 가지도록 학습시켰는데 추가로 8가지를 더 분류하도록 하고싶었다.
'Python > Tensorflow' 카테고리의 다른 글
Tensorflow::OpenPose Installation (0) | 2019.07.03 |
---|---|
Tensorflow::TensorBoard사용하기 (0) | 2019.06.04 |
Tensorflow::DeepLearning 수어 번역기 추가학습 시키기 (1) | 2019.05.24 |
Tensorflow::DeepLearning 딥러닝에 사용되는 TF-Slim (0) | 2019.05.20 |
Tensorflow::DeepLearning 3일간의 우여곡절 끝에 설치한 아나콘다. (0) | 2019.05.11 |