David John Gagne

Results 7 issues of David John Gagne

I have tried running the parallel simple.py and mnistmlp examples, but when I do, I keep getting the following error in the jobs/trial_*.out files about connecting to the database. ```2020-09-03...

### Description One common weather plot missing from the gallery is a contour plot of a typical weather field, like temperature or winds with high resolution US state boundaries and...

Checklist - [ x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x...

STObject was built under the assumption of hourly integer time steps originally, and some of the derived functions have not been updated to enable arbitrary time differencing when tracking or...

In the paper and code you used a set of 1x1 2D convolution layers to process the latent vector z in the discriminator. What was the motivation behind using 2D...

I would like to add EnsembleClassifierDNN and EnsembleRegressorDNN model classes that wrap around their respective member model classes similar to the RandomForestRegressor and classifier in scikit-learn. Some constraints to consider...

Currently tensorflow is effectively the default backend for miles guess because of how our package is built, but the torch has gotten a lot of expansion and keras can support...