LeviBorodenko
LeviBorodenko
It should be noted that gmpy2 is a completely optional dependency and that the tool will work without it - albeit many times slower.
Unfortunately I am not able to recreate this problem. Maybe due to not using a Mac. What exactly is the scale of this issue? If we can identify which os...
You can use `spektral.utils.numpy_to_disjoint` to convert your batches into disjoint graphs and then use each such graph for your gradient calculations.
I think it would be a good idea to develop a tensor based disjoint to batch converting layer. It would not be very efficient and it would discard sparsity but...
@danielegrattarola I will submit a PR with a prototype Disjoint2Batch layer later today. Best, Levi
Lancing lancer! What an idea! This could be used for testing and maybe we should just have a `lanced-master` branch for giggles. Frankly, The way variable substitution is implemented is...
Absolutely. Actually having lancing in the tool's CI/CD pipeline would be hilarious. But I fear that in the current state the bugs in variable substitution would mess things up.
Indeed. Now that I see the issue with the above example, I think that no static code analysis based approach will fix these. A limitation section in the readme would...
Hi! The comment substitutions come from [a simple text file inside of the project](https://github.com/LeviBorodenko/lancer/blob/master/src/lancer/resources/lyrics.txt). Adding an alternative file -- and some logic that allows the user to select which file...
That sounds very promising! I like it. I am not sure if I find the time to implement it, but I am open for PRs.