Skip to content

Instantly share code, notes, and snippets.

@gorodnitskiy
Created February 13, 2023 10:06
Show Gist options
  • Save gorodnitskiy/0e0d46908816a6acdc8a180102e4c72f to your computer and use it in GitHub Desktop.
Save gorodnitskiy/0e0d46908816a6acdc8a180102e4c72f to your computer and use it in GitHub Desktop.
hydra-configs-instantiating-objects-with-hydra-3
output_activation = hydra.utils.instantiate(
config.output_activation, _partial_=True
)
preds = output_activation(logits)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment