Thomas Wood
Thomas Wood
I found that generic URLs such as https://my-local-gitweb/gitweb/?p=my-repo.git;a=blob_plain;f=path/my-notebook.ipynb;hb=HEAD don't work because of the query ?. I have made a temporary patch to nbviewer/nbviewer/providers/url/handlers.py where you can write "QUESTIONMARK" instead of...
Hi I found the LeNet example very helpful. However I've had problems adapting to GoogLeNet. I am training a face recogniser using GoogLeNet adapted for the last layer. I am...
I've added our project Harmony https://github.com/harmonydata/harmony which is open to contributors!
Added Harmony, a tool for psychologists and social scientists to analyse data. Psychologists and social scientists often have to match items in different questionnaires, such as "I often feel anxious"...
I am adding the capability to load images into Caffe from Android byte array instead of via the file system. The Android camera returns images as YUV format. So I...