Skip to content

Instantly share code, notes, and snippets.

@SannaPersson
Created March 21, 2021 10:47
Show Gist options
  • Save SannaPersson/88be8181592bc2855b8b4d5b264109e9 to your computer and use it in GitHub Desktop.
Save SannaPersson/88be8181592bc2855b8b4d5b264109e9 to your computer and use it in GitHub Desktop.
no_object_loss = self.bce(
(predictions[..., 0:1][noobj]), (target[..., 0:1][noobj]),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment