Skip to content

Instantly share code, notes, and snippets.

@yukw777
Last active August 27, 2020 15:40
Show Gist options
  • Save yukw777/57e77faeaf8de631773439aaab946bfb to your computer and use it in GitHub Desktop.
Save yukw777/57e77faeaf8de631773439aaab946bfb to your computer and use it in GitHub Desktop.
Hydra Object Instantiation Configuration Example
# @package _group_
_target_: leela_zero_pytorch.network.NetworkLightningModule
network_conf:
residual_channels: 128
residual_layers: 6
# @package _group_
_target_: leela_zero_pytorch.network.NetworkLightningModule
network_conf:
residual_channels: 128
residual_layers: 20
# @package _group_
_target_: leela_zero_pytorch.network.NetworkLightningModule
network_conf:
residual_channels: 32
residual_layers: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment