Hi all,
This library looks very nice :)
Is TensorType compatible with the TorchScript compiler? As in, are the annotations transparently converted to torch.Tensor as far as torch.jit.script is concerned, allowing annotated modules/functions to be compiled? (I'm not worried about whether the type checking applied in TorchScript, just whether an annotated program that gets shape-checked in Python can be compiled down to TorchScript.)
Thanks!
Hi all,
This library looks very nice :)
Is
TensorTypecompatible with the TorchScript compiler? As in, are the annotations transparently converted totorch.Tensoras far astorch.jit.scriptis concerned, allowing annotated modules/functions to be compiled? (I'm not worried about whether the type checking applied in TorchScript, just whether an annotated program that gets shape-checked in Python can be compiled down to TorchScript.)Thanks!