Ivan Milev
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...
Hey all, letting you know we are Open-Source now: https://github.com/CodeBoarding/CodeBoarding
Hey @dbieber, just dropping by to let you know that now we are open source: https://github.com/CodeBoarding/CodeBoarding So if you are interested you can take a look at the codebase :)
@chenmoneygithub if you have the time and are willing to it would be invaluable for us to hear what you like and don't like about the diagram. Further what is...
Hey @chenmoneygithub, wanted to update you that we are also open-source now: https://github.com/CodeBoarding/CodeBoarding
I signed the CLA, however the label is still on the PR. Can someone take a look?
Thanks for the response @zimeg! I think the inline references are awesome further they are something that most repo's don't have. However we strive to give an overview of the...
@WilliamBergamin, I understand your point and if you think it is not the place for it. Just on the maintainers side, we are just finishing our GitHub action which will...
@zimeg and @WilliamBergamin wanted to update you that CodeBoarding is open-source now: https://github.com/CodeBoarding/CodeBoarding You can take a look on the whole generation process if interested :)