def create_dcnn_model()

in fclib/fclib/models/dilated_cnn.py [0:0]


def create_dcnn_model(
    seq_len,
    n_dyn_fea=1,
    n_outputs=1,
    n_dilated_layers=3,
    kernel_size=2,
    n_filters=3,
    dropout_rate=0.1,
    max_cat_id=[100, 100],