Hugh Perkins
Hugh Perkins
currently using python 3 gives: ``` File "run_pg.py", line 44 print "*********** Iteration %i ****************" % COUNTER ^ SyntaxError: Missing parentheses in call to 'print' ```
Out of memory running provider.lua ``` $ luajit -l provider -e 'p = Provider()' luajit: ./provider.lua:35: $ Torch: not enough memory: you tried to allocate 1GB. Buy new RAM! at...
Address concern in https://github.com/karpathy/char-rnn/issues/124 that temperature not clearly defined in docs.
### Questions, features suggestions and requests If you have a question, features suggestions or requests, do not hesitate to ask. However, you can check **[FAQ](doc/FAQ.md)** section and already existing issues...
Recommendations for embedding into C/C++? Is this an outlier, and not really part of the normal use-cases? Or is there a standard way, or ways, for handling this?
Question: any way I can pass a `cl_mem` to your library, and get the winograd convolutions to run against that? Obviously, you'd probably need to do some driver-level hacking, possibly...
https://github.com/peterliht/knowledge-distillation-pytorch/blob/master/experiments/base_cnn/train.log ``` 2018-03-09 20:46:06,587:INFO: Loading the datasets... 2018-03-09 20:46:10,074:INFO: - done. 2018-03-09 20:46:10,078:INFO: Starting training for 30 epoch(s) 2018-03-09 20:51:27,485:INFO: Loading the datasets... 2018-03-09 20:51:30,918:INFO: - done. 2018-03-09 20:51:30,922:INFO: Starting...
InlinedVector doesnt work on Mac, for `InUse` structs - means the eventmgr doesnt work on Mac, unless changed to use a normal `std::vector` (which was done in https://github.com/hughperkins/tf-coriander/compare/8a02ae2a3a731...e97b99408178d to fix...
Please provide a single post stating: - what you were/are looking for, that tempted you to at least click into tf-coriander github page? - to what extent did you find...
Coriander can now be run from within the Eigen test framework, on branch `eigen-cl`, https://bitbucket.org/eigen/eigen/pull-requests/240/opencl-12-on-mac/diff . The first groups of tests runs successfully :-), ie, you can do: ``` hg...