Ivan Milev
Results
2
comments of
Ivan Milev
Hey, we've encountered similar problem on Python 3.7. We've worked around the problem by editing line 94 in base_visualiser from: `self.__particles.set_offset([[]])` to `self.__particles.set_offset(np.random.rand(5, 2) * 4`. Seems to fix the...
Hey, I've tried running the docker for the Models/GGSNN-GMN Neural Network, however you've not specified which version of python3-setuptools is used explicitly so it fails with the installed version. I've...