This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-hook 'slime-connected-hook | |
(lambda () | |
(slime-setup '(slime-c-p-c)))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"math" | |
"flag" | |
"strings" | |
) | |
type Ngrams struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__________________________________________________________________________________________________ | |
Layer (type) Output Shape Param # Connected to | |
================================================================================================== | |
input_2 (InputLayer) (None, 256, 256, 3) 0 | |
__________________________________________________________________________________________________ | |
block1_conv1 (Conv2D) (None, 127, 127, 32) 864 input_2[0][0] | |
__________________________________________________________________________________________________ | |
block1_conv1_bn (BatchNormaliza (None, 127, 127, 32) 128 block1_conv1[0][0] | |
__________________________________________________________________________________________________ | |
block1_conv1_act (Activation) (None, 127, 127, 32) 0 block1_conv1_bn[0][0] |
OlderNewer