Skip to content

Instantly share code, notes, and snippets.

View jubeenshah's full-sized avatar

Jubeen Shah jubeenshah

View GitHub Profile
NGINX CONFIGURATION FILE
server {
listen 80;
server_name XXXXXXXXX.com;
access_log off;
error_log /var/log/nginx/XXXXXXXXX.com.error.log;
return 301 https://$host$request_uri;
}
<!DOCTYPE html>
<html>
<head>
<title>Cosmos-Image Classifier</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css" rel="stylesheet" />
<link href="./css/jumbotron-narrow.css" rel="stylesheet">
</head>
System Information
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: PRIME X299-DELUXE
Version: Rev 1.xx
Processor Information
Socket Designation: CPU0
Type: Central Processor
Family: Xeon
@jubeenshah
jubeenshah / Exception
Last active November 20, 2017 04:50
Deep Detect Exception
What I think the error is that the docker being used with beniz/deepdetect_gpu is not compatible with 1080Ti, since it is of pascal architecture. The issue can be resolved by pulling the beniz/deepdetect_gpu_pascal and trying to train the model again.
However, I'm unable to download the deepdetect_gpu_pascal, when I pull the docker image.
latest: Pulling from beniz/deepdetect_gpu_pascal
c62795f78da9: Already exists
d4fceeeb758e: Already exists
5c9125a401ae: Already exists
0062f774e994: Already exists
6b33fd031fac: Already exists
./main/dede
DeepDetect [ commit ab7bae2b9a0b994efeb95be4aa836385beccd6f8 ]
INFO - 22:16:57 - Running DeepDetect HTTP server on localhost:8080
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1119 22:37:08.036111 7594 caffelib.cc:131] instantiating model template googlenet
I1119 22:37:08.036164 7594 caffelib.cc:135] source=/home/ubuntu/Documents/Jubeen/deepdetect/deepdetect/templates/caffe/googlenet/
I1119 22:37:08.036170 7594 caffelib.cc:136] dest=/home/ubuntu/Documents/Jubeen/deepdetect/deepdetect/model/repository/googlenet.prototxt
INFO - 22:37:08 - Sun Nov 19 22:37:08 2017 IST - 127.0.0.1 "PUT /services/cosmos_image_classification" 201 872