Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ Flatten
Class
Flatten
cnn_class2/tf_resnet.py:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
return
[]
69
70
class
Flatten:
71
def
forward(self, X):
72
return
tf.contrib.layers.flatten(X)
73
74
def
get_params(self):
75
return
[]
76
77
78
def
custom_softmax(x):
Callers
13
cnn.py
File · 0.85
cnn_cifar.py
File · 0.85
cnn_dropout_batchnorm.py
File · 0.85
keras_example.py
File · 0.85
fashion2.py
File · 0.85
use_pretrained_weights_resnet.py
File · 0.85
use_pretrained_weights_vgg.py
File · 0.85
fashion.py
File · 0.85
siamese.py
File · 0.85
__init__
Method · 0.85
mf_keras.py
File · 0.85
mf_keras_res.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected