Note on how to install caffe on Ubuntu. Sucessfully install using CPU, more information for GPU see this link
###Installation
- verify all the preinstallation according to CUDA guide e.g.
lspci | grep -i nvidiaNote on how to install caffe on Ubuntu. Sucessfully install using CPU, more information for GPU see this link
###Installation
lspci | grep -i nvidia| library(RCurl) | |
| library(rjson) | |
| url.base <- function() | |
| "http://api.openweathermap.org/data" | |
| city.to.id <- function(city, country="AU") { | |
| url <- sprintf("%s/2.5/find?q=%s", url.base(), city) | |
| res <- fromJSON(getURLContent(url)) | |
| if (!is.null(country)) { |