Model Zoo tl.zoo

Model Zoo tl.zoo#

Custom tf.keras.Model definitions that have shown to work well in specific use cases. Supply these (or your own) to tl.Crested(...) to use them in training.

basenji(seq_len, num_classes[, ...])

Construct a Basenji model.

chrombpnet(seq_len, num_classes[, ...])

Construct a ChromBPNet like model.

deeptopic_cnn(seq_len, num_classes[, ...])

Construct a DeepTopicCNN model.

deeptopic_lstm(seq_len, num_classes[, ...])

Construct a DeepTopicLSTM model.

simple_convnet(seq_len, num_classes[, ...])

Construct a Simple ConvNet with standard convolutional and dense blocks.