Open evanberkowitz opened 10 months ago
So, if you want to initialize a MarkovChain from nothing you get a runtime error when ultimately you try to access some Tensor that is not initialized. Since it's not initialized it has no device, and so dies.
So, if you want to initialize a MarkovChain from nothing you get a runtime error when ultimately you try to access some Tensor that is not initialized. Since it's not initialized it has no device, and so dies.