Christopher Beckham, PhD

Results 14 issues of Christopher Beckham, PhD

Hi, After being frustrated so many times with deconvolution artifacts, I decided to try out bilinear upsampling and it turns out this already existed in Theano, so I thought it...

All WEKA packages have a lib folder in which dependencies (jar files) for that package are stored. DL4J pulls in many jar files (through the Maven pom.xml script) and right...

Hi, https://arxiv.org/abs/1603.09382 This is in reference to an issue I opened recently, #66. I have sent a PR mainly to get feedback (there are some rough edges) and to see...

Hi, It would be nice to have this as part of the Recipes repo: https://gist.github.com/ebenolson/1682625dc9823e27d771 BTW, in order for that code to work now, get_output_shape must be replaced with output_shape...

I hope this is the appropriate venue to post this. I don't have an implementation yet, but maybe this ticket could encourage some work. I am currently interested in this...

## ❓ Questions & Help Hi, Apologies if this has already been posted (though I spent a good half an hour trying to find a question like this). I am...

The disentanglement metric seems to have not been implemented correctly, which affects the DSprite experiments in the paper. I will provide an update when I have time to look further....

bug

On OS X Catalina, when I try to`brew install incidentist/nyxt/webkitgtk`: ``` (base) macbook13:browser beckhamc$ brew install incidentist/nyxt/webkitgtk ==> Downloading https://raw.githubusercontent.com/midchildan/nixpkgs/f08fcc9c26b84e77516ed2bc92c07376dc4fa0ee/pkgs/development/libraries/webkitgtk/0001-Prevent-WebKitWebProcess-from-being-in-the-dock-or Already downloaded: /Users/beckhamc/Library/Caches/Homebrew/downloads/74784ce0c80128dcbafcb56d54f96766f207b07bb3e42f9e6e988036eccf257b--0001-Prevent-WebKitWebProcess-from-being-in-the-dock-or-p.patch Warning: Cannot verify integrity of '74784ce0c80128dcbafcb56d54f96766f207b07bb3e42f9e6e988036eccf257b--0001-Prevent-WebKitWebProcess-from-being-in-the-dock-or-p.patch'. No...

Hi, I'm using recently-released PyTorch 0.4 (not sure if that's causing the funky numbers I'm getting), but I'm getting the following (with `python main.py --model resnet --loss wasserstein`): ``` disc...

Hi, Thank you for putting some code up for your paper, I enjoyed reading it. I've been trying for a while to get your code to run and I'm getting...