moondeokjong.log
로그인
moondeokjong.log
로그인
[TF] model.get_config()
Deok Jong Moon
·
2022년 6월 3일
팔로우
0
tf
0
Custom layer를 만들 때
.get_config()
이라는 method를
def
해주면 나중에 이 레이어를 initiate 할 때 쓴 configuration을 딕셔너리로 반환해준단다.
"Returns a dictionary containing the configuration used to initialize this layer."
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Layer
Pandas Dataframe에서
.to_numpy()
를 통해 row 별로 iteration 할 수 있게끔할 때 주의할 점이 있다.
Dataframe은 multiple dtype이 같이 있어도 되지만, Numpy array의 경우 dtype이 하나만 있어야 한다.
따라서 값 중에 float이 있었다면 int도 float 형태로 바뀌는데, 이 때
float64
형이 끼어있을 경우 숫자가 3.00000000e+00 같이 바뀌므로
int
형을 기대하던 다른 함수에서 오류가 날 수 있다.
Deok Jong Moon
'어떻게든 자야겠어'라는 저 아이를 닮고 싶습니다
팔로우
이전 포스트
[Python] break and continue in nested for loops
다음 포스트
[SQL] mariadb 연결 및 사용
0개의 댓글
댓글 작성