Skip to content

Support for convolutional neural network #206

@JonvoWoo

Description

@JonvoWoo

Hi, This library is very convenient.
Does this library support convolutional neural networks, such as tfp.layers.Convolution2DFlipout?

nnetwork = inf.layers.Sequential([
tfp.layers.Convolution2DFlipout(.....),
tf.keras.layers.BatchNormalization(),
tf.keras.layers.Activation('relu'),
tf.keras.layers.MaxPooling2D(......),
tf.keras.layers.Flatten(),
tfp.layers.DenseFlipout(......),
tfp.layers.DenseFlipout(........)
])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions