Marco De Nadai

Results 18 issues of Marco De Nadai

I tried to refactor a bit your template to be more "2020". I did the followings: 1. Corrected incorrect HTML markup 2. Updated the code to HTML5 3. Used bulma...

Hello everybody, I'm using the proposed function pgr_withPoints, but it seems there is a bug ### Expected behavior and actual behavior The expected result is the one I obtain if...

Bug Report
Documentation
Discussion
withPoints
Enhancement

I changed one line of code that partially solves #58

Dear developers, with the default parameters of EPR, when I generate I get this warning skmob/models/gravity.py:45: RuntimeWarning: divide by zero encountered in power return np.power(x, exponent) I think it might...

Hi, I tried to generate 5K+ agents with EPR and I see that the generation works fine, but you have a bottleneck here: https://github.com/scikit-mobility/scikit-mobility/blob/master/skmob/models/epr.py#L354 At this line, the script starts...

It would be awesome to parallelize this line https://github.com/scikit-mobility/scikit-mobility/blob/master/skmob/models/epr.py#L345, as EPR does not require to compute the agents in sequence. A simulation of 10K agents might take more than one...

enhancement
help wanted

With Spark 1.4.1 and magellan 1.0.3, when I do ``` prova = udf(lambda x,y: Point(x,y), Point()) ``` I have ``` java.lang.ClassNotFoundException: magellan.PointUDT at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357)...

https://github.com/lucidrains/memorizing-transformers-pytorch/blob/83fa1479d6f7881dd977fbff55681e709e3b250e/memorizing_transformers_pytorch/memorizing_transformers_pytorch.py#L237 Shouldn't this be (1-scale)?

Hi, I think you need to update the license here https://github.com/aws/deep-learning-containers/blob/412e3434a14286a98dbe9d68245cd98995de7f2e/tensorflow/training/docker/2.8/py3/cu112/Dockerfile.e3.gpu#L259

It would be awesome to have a demo project to test (and/or a mini video/GIF in the readme of github)