Installation and configuration of debian common software

Pure personal record backup, if there are errors, please correct. Add Chinese support Enter dpkg-reconfigure locales at the terminal, then select zh_CN.UTF-8 UTF-8 Installation of Siyuan font is a new font released jointly by google and adobe in 14 years. It supports Chinese, Japanese and Korean fonts. The display effect is quite good. It ...

Added by jpmm76 on Thu, 04 Jul 2019 03:14:09 +0300

docker learning 2-Quickly build centos7-python 3.6 environment

Preface When we set up a python 3.6 environment on one computer, the next time we switch to a computer or a linux system, we have to rebuild it again, set up environment variables, download pip and so on. Very easy to install, after a while the Scrips directory can not find pip.exe, one will prompt that pip is not an internal or external comman ...

Added by pelleas on Tue, 25 Jun 2019 19:41:30 +0300

Artificial Intelligence (AI) Library TensorFlow Trample Diary II

Last time One of the Trench Logs The legacy was finally resolved, so the author (that is, I) finally had the face to write a second article. First, attach the sample code address of the convolution algorithm: https://github.com/tensorflow/models This library contains code for common models implemented with tensorflow.Among them I'm using The ...

Added by CraigRoberts on Sat, 08 Jun 2019 20:13:09 +0300

Linux Test Android Python 2.7 Automatic Packing Environment

1, environment CentOS 6.4 Preface: CentOS 6.4 system comes with version 2.6.6 of Python 2. Download files Pthon: https://www.python.org/downloads/     Version: python-2.7.3 setuptools: https://pypi.python.org/pypi/setuptools#downloads   Version: setuptools-0.6c11 pip official website: https://pypi.python.org/pypi/pip#downloads ...

Added by dcooper on Fri, 24 May 2019 01:02:43 +0300

Introduction to Python NLP

This article briefly introduces Python Natural Language Processing (NLP), which uses Python's NLTK library. NLTK is Python's natural language processing toolkit. In the field of NLP, a Python library is most commonly used. What is NLP? In short, natural language processing (NLP) is the development of applications or services that understand ...

Added by Sravan on Mon, 20 May 2019 23:51:57 +0300

OpenStack-DevStack One-click Automated Installation

Introduction to DevStack    Devstack Ubuntu 14.04 and entOS 7 are currently supported, but most OpenStack developers around the world are using Ubuntu 14.04. So in order to reduce the trouble, it is recommended that you use Ubuntu 14.04.    By default, both Devstack and OpenStack are installed using Master's code, which ofte ...

Added by lynosull on Mon, 20 May 2019 21:52:35 +0300

Initial use of Mask RCNN (running demo) and problems encountered

Source code: https://github.com/matterport/Mask_RCNN Main problems: Can not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR and tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was pri ...

Added by siric on Sun, 19 May 2019 15:04:35 +0300

Python learning--face detection and labeling using dlib and opencv

Reference from https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/ If you want to learn more, you can pay attention to the article of Mr. Wu Ke. This article does not cover the training section on face detection (although I will send related articles later as I learn more), it is just a simple wheel.   Today we will us ...

Added by xenophobia on Fri, 17 May 2019 17:19:37 +0300

Python3 web crawler, simple crawl web novel and download

I'm sure we often have stories we want to read, but they can't be downloaded, so we can't watch them without the Internet.Here's how to crawl online fiction with python3. This article is mainly for learning, I hope you can support genuine. First we need two packages, requests and beautifulsoup4 We just need to run the cmd comman ...

Added by sactown on Fri, 17 May 2019 11:15:59 +0300

Efficient hyperparametric tuning using Kubernetes and Helm

Author: xidianwangtao@gmail.com Abstract: This article will discuss the problems faced by Hyperparameter tuning when landing, and how to use Kubernetes+Helm to solve these problems. Problems Faced by Hyperparameter Sweep In Hyperparameter Sweep, we need different training according to many different combinations of hyperparameters. It takes ...

Added by toibs on Thu, 16 May 2019 04:14:44 +0300