Skip to content

MSE Loss function with SemanticSegmentationTask #1415

Answered by adamjstewart
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

We should think about ways to more easily integrate all metrics in case someone wants a different classification metric. Currently the only way to do this is something like:

trainer = SemanticSegmentationTask(...)
trainer.train_metrics = MetricCollection(...)
trainer.val_metrics = ...
trainer.test_metrics = ...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@adamjstewart
Comment options

Answer selected
@ghost
Comment options

@adamjstewart
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants