tch-rs
tch-rs copied to clipboard
Using external modules like torch-scatter in JIT
Hi,
I want to load a JIT model with tch-rs but get the following error:
thread 'main' panicked at 'cannot load model: Torch("\nUnknown builtin op: torch_scatter::scatter_max.\nCould not find any similar ops to torch_scatter::scatter_max. This op may not exist or may not be currently supported in TorchScript
Is it possible to link the C++ version of to get this working?