Skip to content
laurentopia edited this page May 22, 2019 · 3 revisions

More compact description of a sequence networks, instead of model.add()

model = Sequence([ Flatten(...), Dense(...), Normalize(...), ... ])

Clone this wiki locally