Harshay Shah

Results 2 issues of Harshay Shah

```python powerlaw.Fit(discrete=True, data=[1]*1000 + [10]*100 + [100]*10 + [1000]) ``` ```` Output: Calculating best minimal value for power law fit --------------------------------------------------------------------------- FloatingPointError Traceback (most recent call last) in () 1...

Hi, I ran train.py (as is, without any modifications) with Python 3.7.7, Torch 1.1.0 and Ubuntu 18.04.2 LTS. It gave the following error: ` Traceback (most recent call last): File...