바뀜

57 바이트 추가됨 ,  2022년 4월 12일 (화) 10:16
170번째 줄: 170번째 줄:     
</syntaxhighlight>history.history 안의 loss, val_loss 등의 속성에 접근하여 교육 결과를 살펴볼 수 있다.
 
</syntaxhighlight>history.history 안의 loss, val_loss 등의 속성에 접근하여 교육 결과를 살펴볼 수 있다.
  −
== 저장 ==
      
= 모델평가 =
 
= 모델평가 =
207번째 줄: 205번째 줄:  
디렉터리 형태로 저장된다.<syntaxhighlight lang="python">
 
디렉터리 형태로 저장된다.<syntaxhighlight lang="python">
 
model.save('\경로\디렉토리명')
 
model.save('\경로\디렉토리명')
</syntaxhighlight>
+
</syntaxhighlight>디렉토리를 생성하기 때문에 관리자권한이 필요하다.
    
== 모델 불러오기 ==
 
== 모델 불러오기 ==