You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root file from dunetpc, containing raw::RawDigit and sim::SimChannel products.
Output
NN output containing roi and dn outputs as larsoft products inside ROOT files
Interface
A C++ interface is required to be able to export PyTorch model into an appropriate format for larsoft. Like this one: WaveformRoiFinder_module.cc
Possible solutions:
ONNX: save the model trained in PyTorch and load it back in Tensorflow since larsoft contains tf (link here)
TMVA: save the model from PyTorch and load it via TMVA. TMVA operates directly on the ROOT format. Not sure if this conforms to larsoft standards.
Useful links: Class Reference, Pytorch tutorial
The text was updated successfully, but these errors were encountered:
Inference mode in Larsoft
Input
root file from
dunetpc
, containingraw::RawDigit
andsim::SimChannel
products.Output
NN output containing
roi
anddn
outputs aslarsoft
products insideROOT
filesInterface
A
C++
interface is required to be able to export PyTorch model into an appropriate format forlarsoft
. Like this one: WaveformRoiFinder_module.ccPossible solutions:
larsoft
standards.Useful links: Class Reference, Pytorch tutorial
The text was updated successfully, but these errors were encountered: