RegCNNPyTorch.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_regcnntorch:
4 {
5  module_type: RegCNNPyTorch
6  LibPath: "DUNE_PARDATA_DIR"
7  Network: "3D_ResNet18_CroppedFullEvent_20200817_traced_resnet_model.pt"
8  PixelMapInput: "regcnnnumudirmap"
9  ResultLabel: "regcnnnumudirresult"
10 }
11 
12 standard_regcnnnuetorch: @local::standard_regcnntorch
13 standard_regcnnnuetorch.Network: "3D_ResNet-18_NuECC_CroppedFullEvent_20200814_traced_resnet_model.pt"
14 standard_regcnnnuetorch.PixelMapInput: "regcnnnuedirmap"
15 standard_regcnnnuetorch.ResultLabel: "regcnnnuedirresult"
16 
17 END_PROLOG