MCPcopy Create free account
hub / github.com/CausalLearning/MultiRobustness / __init__

Method __init__

cleverhans_models.py:344–369  ·  view source on GitHub ↗

self.conv1 = tf.layers.Conv2D(32, (5, 5), activation='relu', padding='same', name='conv1') self.pool1 = tf.layers.MaxPooling2D((2, 2), (2, 2), padding='same') self.conv2 = tf.layers.Conv2D(64, (5, 5), activation='relu', padding='same', name='conv2') self.pool2 = tf.l

(self, nb_classes=10)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected