I am trying to create a VDevice inside the initialisation of a class so that I do not have to remake it for every forward iteration, and only have to use the infer function.
However, when I do this I get the following error.
What does this mean? I have tried to look through the documentation but there is no clear explanation of this exception. Could it be that the VDevice times out?