David John Gagne
David John Gagne
I ran a short course using Jupyterhub and Kubernetes with pre-emptible GPUs and scaled up to about 50 users. I ran the nodes for 8 hours with a total cost...
@jrmlhermitte What version of tensorflow-GPU did you install? The Tensorflow 1.13 binary is built with CUDA 10 while 1.12 and earlier is built with CUDA 9. Try `pip install tensorflow-gpu==1.12`...
I want to follow up on a short discussion we had at today's Pangeo ML group meeting. There is still interest in the workshop but no one has volunteered to...
Bumping this issue because I have run into the same problem. I suspect the issue coming from the C function that wraps the quantile call for ndarrays. I ended up...
I have written numba versions of cdf and quantile so far but have not tackled the code for updating and merging the tdigest. I have the code in a [PR](https://github.com/NCAR/bridgescaler/pull/15)...
@jsschreck Can you add unit tests and docstrings, especially for the model, layer, and loss classes? The docstrings should be in google format and should match formatting on the keras...
I made a bunch of formatting updates to the code, got the docs to compile, removed the ptype-physical dependency and added some other ones, and removed an accidental credit dependency....