Zhishi Wang
Zhishi Wang
@cweill I want to look at how the sub-network evolves during the iteration process, in my customized defined weak learners. I found a way to retrieve trained subnetwork related parameters...
hi @nportman, how did get orbit installed on your machine? pip or conda? did you use a virtual env?
can you re-install your pytorch by specifying a version, like `torch==1.11.0`?
The problem happens in jupyter notebook and it's due to the varied behaviors of multiprocessing across different operating systems and python versions. For solutions, please refer to this thread https://github.com/uber/orbit/issues/520#issuecomment-1077937181....
hi @dishkakrauch , this seems to be an issue related to installation pystan 2 on windows. I recommend to follow their [guidance](https://pystan2.readthedocs.io/en/latest/windows.html) to install pystan on windows. After successfully installing...