Hey,
I am facing problem in accessing the classes of torch in python.
Here is an example,
local object = {}
function object.func(self, arg1, arg2)
print(arg1, arg2)
end
How to access this function named 'func' in my python code using this library(PyTorchHelpers).
Please help!!!
Thanks,
Basavaraj