Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weighted multi loss derivative #37

Closed
ncalik opened this issue Apr 28, 2018 · 2 comments
Closed

weighted multi loss derivative #37

ncalik opened this issue Apr 28, 2018 · 2 comments

Comments

@ncalik
Copy link

ncalik commented Apr 28, 2018

Hi,
In autonn, can we determine weigthed multi loss like dagnn :
derOutputs ={'objective1', 0.3,'objective2',0.3,'objective3',1}
or, only define how many loss function in eval by using derOutput?

If we can assign derOutput as derOutput = [.2 .5 .8] , how can we sort in true order?

@jotaf98
Copy link
Collaborator

jotaf98 commented Apr 29, 2018

Hi! This is the same order as the outputs when you compile the network. E.g.:
net = Net(objective1, objective2, objective3);
Then the derivatives will correspond to the objectives in the same order.

@ncalik
Copy link
Author

ncalik commented Apr 29, 2018

👍 👍 thanks !...

@ncalik ncalik closed this as completed Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants