This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| From https://gallery.technet.microsoft.com/Install-RSAT-for-Windows-75f5f92f | |
| Usage: .\Install-RSATv1809v1903v1909.ps1 [-OPTION] | |
| .\Install-RSATv1809v1903v1909.ps1 -All (-All is installing ALL the features within the RSAT bundle) | |
| .\Install-RSATv1809v1903v1909.ps1 -Basic (-Basic is only installing AD DS, DHCP, DNS, Group Policy Management and Server Manager) | |
| .\Install-RSATv1809v1903v1909.ps1 -ServerManager (-ServerManager is only installing the Server Manager) | |
| .\Install-RSATv1809v1903v1909.ps1 -Uninstall (-Uninstall removes all RSAT features again) | |
| .SYNOPSIS | |
| Install RSAT features for Windows 10 1809 or 1903 or 1909. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./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 |