Results 44 issues of Elliot Hallmark

It would be slow to use a projection dependent triangle area calculation. This would only matter for shapes that span a lot of latitude or longitude. If things were confined...

the conversion between OGRGeometry object to numpy array and back seems to cause a small loss in precision even if no precision decimation is applied.

bug

It's awkward to actually get an instance of the best fitted model. Right now I've got to do: ``` from scipy import stats ((name, params),) = fitter.get_best().items() model = getattr(stats,...

2D

22 comment

I couldn't find any way to communicate other than filing a bug. I've been programming in python as a hobby for 5 years. I contributed heavily to a now abandoned...

enhancement

Besides requiring an input shape of 608x608, the saved model gives a much more coarse and less accurate output on the example input: ![combined](https://user-images.githubusercontent.com/6076141/101299114-7b986700-37f6-11eb-8354-0a85af81b2ef.png)

I don't know if this is a sherpa issue or GPyOpt, but since sherpa is calling gPyOpt and determines what versions of libraries are installed, I think this is the...

I had an issue loading a model's weights after converting with some error about dtype being object in numpy.load with allow_pickle=False, which must be some sort of environment issue I...

This is the recommended practice for using numpy random numbers. Setting an RNG within the function means the results will always be reproduce-able regardless of what other functions in the...

``` mymachine:~/newsqa$ docker build -t maluuba/newsqa . [+] Building 20.1s (7/14) docker:default => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 993B 0.0s => [internal] load .dockerignore...

Can you add a license to this repo? https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository My preference would the the MIT license