Matt Stackpole

Results 8 comments of Matt Stackpole

Here's the backtrace. It worked for me on CentOS 8 with python 3.7.8, but not python 3.8.3. [bt.txt](https://github.com/mapbox/rasterio/files/6780316/bt.txt)

I used `rasterio==1.2.6` for all tests.

A colleague suggested adding `AWS_HTTPS='NO'` to the `Env`, and this seems to work, but I'm not sure why.

Thank you for your quick response. I made the modifications you suggested. I can get the it to start training, but it fails during the testing stage. ``` Traceback (most...

It looks like it built the binaries for the first 1-90 images, but I can't find any for 91-100. When I try training DIV2K, I see binaries for all 810...

I ran into the same problem. The issue is this line: https://github.com/CosmiQ/apls/blob/b14ec4ee99e334e1f907ec0743fca6c6595da24f/apls/apls.py#L98 Since `speed_key` was not given, this line returns nothing. I changed it to `return G_`. That unearthed another...

Thank you for the fascinating work and quick reply. What does that mean that the data is quite different? I dug into the `.xyz.npy` files (that I believe are the...

FWIW The values coming out of the NN also seem reasonable, at least in terms of their range. For example: `min, max = -18.1156, 7.8570`.