Esempio n. 1
0
def create_structure(input_shape=(2,), output_shape=(1,), num_cells=2):
    # return create_seq_struct(
    return create_struct_full_skipco(
        input_shape,
        output_shape,
        create_dense_cell_type1,
        num_cells)
Esempio n. 2
0
def create_structure(input_shape=(2,), output_shape=(1,), num_cells=2):
    return create_struct_full_skipco(
        input_shape,
        output_shape,
        create_cell_1,
        num_cells)