Kyle McDonald

Results 90 issues of Kyle McDonald

I started with a [Docker image](https://github.com/anibali/docker-pytorch) that had conda, cuda and pytorch preinstalled. I had to downgrade the pytorch version, so it might be faster to just start with an...

`auction_lap` returns three values instead of two. The CPU time wasn't used in the benchmark so I removed it.

i can see here https://github.com/richardassar/SampleRNN_torch/blob/master/scripts/generate_dataset.lua#L39 that you're removing the mean from the input audio, and then normalizing to the absolute max. this seems correct. but then in the output i...

First, thank you :) This research is a big inspiration, and it's great to learn and explore with the code itself. After realizing I needed a beefier GPU, I got...

This should make the page load a lot faster, and reduce server load.

I've been playing with a net that generates definitions for words by training on an encyclopedia followed by a smaller dictionary. Here's an excerpt in the middle of training: ```...

I would like to convert a DataFrame to a JSON object the same way that Pandas does with `to_dict()`. `toJSON()` treats rows as elements in an array, and ignores the...

enhancement
good first issue

I exported a 73-label multilabel network. It was made with Keras using sigmoid outputs. I get very different outputs from each backend, and they are all wrong. | Toolkit |...

bug

When I draw an image that's made up of alternating black and white pixels like this: ```c++ for(int y = 0; y < h; y++) { for(int x = 0;...

iOS

I can't disable the rotation on my iPad Pro with iOS 10.1 and Xcode 8.1 and the current GitHub master version of OF. I tried using `enableHardwareOrientation = false` and...

iOS
bug