- Notifications
You must be signed in to change notification settings - Fork 3
Tips
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(...), ... ])