Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. model.compile(
  2. optimizer='rmsprop',
  3. loss={'output_1': 'loss_1', 'output_2': 'loss_2'},
  4. loss_weights={'output_1': 1., 'output_2': 0.2},
  5. metrics={'output_1': 'metric_1', 'output_2': ['metric_2', 'metric_3']})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement