Chris Cummins

Results 60 issues of Chris Cummins

I've received multiple requests for this feature. In the [first implementation](https://github.com/ChrisCummins/chriscummins.github.io/commit/5749599d3d2f8cad135100adf63a2285b4c96ba3), file upload was supported using client side webcam control and a PHP script to upload images to the webserver....

enhancement

In addition to forcing `target="_blank"` for links which point outside of http://chriscummins.cc, we should pass over all links in the page and add the "Link opens in new window" caption...

enhancement

https://www.tensorflow.org/api_docs/python/tf/contrib/cudnn_rnn/CudnnLSTM

refactor
backend:ml

Once github.com/ChrisCummins/labm8/issues/17 is complete, copy config over and run CLgen tests.

`Make clgen.Corpus abstract, and have concrete subclasses for the different types of corpuses: pre-encoded, local-files, etc.` Migrated from: github.com/ChrisCummins/phd/issues/46

refactor
backend:database

lang:opencl
backend:preprocess

This will require replacing the `Corpus.GetTrainingData()` method with an interface for iterating over training data.

feature
backend:database

livclc defines the family of `as_char()`, `as_int()`, etc calls as macros: https://github.com/llvm-mirror/libclc/blob/master/generic/include/clc/as_type.h This means that the clgen re-writer will inline them to `__builtin_astype()` calls. We shouldn't do this. The fix...

bug
lang:opencl
backend:preprocess