다음은 생성된 네트워크의 출력 결과입니다.
Model: "functional_1"
______________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
======================================================================================
positional_ids (InputLayer) [(None, 160)] 0
______________________________________________________________________________________
input_mask (InputLayer) [(None, 160)] 0
______________________________________________________________________________________
segment_ids (InputLayer) [(None, 160)] 0
______________________________________________________________________________________
keras_layer_1 (KerasLayer) [(None, 1024), (None 335141889 positional_ids[0][0]
input_mask[0][0]
segment_ids[0][0]
______________________________________________________________________________________
tf_op_layer_strided_slice (Tens [(None, 1024)] 0 keras_layer_1[0][1]
______________________________________________________________________________________
dense_2 (Dense) (None, 1) 1025 tf_op_layer_strided_
slice[0][0]
======================================================================================
Total params: 335,142,914
Trainable params: 335,142,913
Non-trainable params: 1
______________________________________________________________________________________