Writing hearthstone legend script based on Anaconda

Please don't reprint it. If you have any questions, please delete it Contact information: Q 537 four 0 six 976 Required Library Random library is to introduce random location os library to close the furnace stone legend process The multiprocessing library implements multiprocessing cv two library realizes image template matching Py autogu ...

Posted by tbobker on Thu, 10 Feb 2022 20:55:52 +0100

Process of installing anaconda and pytorch in linux and sharing of error reports

Note: the bugs in this article are all encountered during the installation process. After finding out the reasons, the command is optimized. Therefore, if you type according to the command, you should not encounter the following bugs It's not easy for new bloggers to sort out. If your problem is solved, please give a praise~~~~~~ I Installing ...

Posted by j0n on Tue, 25 Jan 2022 02:12:33 +0100

A full set of configuration deep learning environment under win10: anaconda3 + cuda10 2 + Cudnn + Pytorch1. 6 + pychar (detailed tutorial, pro test available)

Random talk about Autonomous vehicle_ 02 I ReadMe This paper aims to build a usable and pollution-free deep learning environment for children who are equipped with GPU in the computer and have deep learning needs.The article is based on the various methods of the great gods on the Internet, and then synthesized by myself. If there are simil ...

Posted by kindoman on Sat, 15 Jan 2022 00:11:19 +0100

The whole process of installing torch environment under Linux

1. Installing anaconda3 1.1 download anaconda3 Directly in Official website Slow down, recommended Tsinghua mirror (you can also change the source of Pip to domestic, and pip install will be much faster) In the latest date, select an Anaconda3 installation package corresponding to your system version, x86_64 means compatible with 32-bi ...

Posted by BZorch on Tue, 28 Dec 2021 17:24:28 +0100

Hill climbing algorithm improvement-detector-python-global optimal solution

Preface The climbing method is an optimization algorithm. It generally starts from a random point, then calculates the function value of each point step by step until an optimal solution (local optimal) is found, so it is a local search algorithm, which means it is suitable for single peak optimization problems or after global optimiza ...

Posted by SetToLoki on Tue, 09 Nov 2021 01:55:24 +0100

Tensorflow_cputensorflow_gpu for intel processors

When I installed tensorflow, I checked many articles, but none of them were particularly specific. This article is to draw on the strengths of others and summarize it according to its own installation process. Follow this article to install tensorflow 2.0 perfectly* Tensorflow is divided into__ Cpu__ And__ Gpu__ Version 2.0 or above, which gre ...

Posted by kotun on Sat, 30 Oct 2021 04:23:32 +0200

Linux command (30)ls command

ls command Function description: Lists a list of files (including subdirectories) in a specified directory, but does not display the contents of the files Usage: ls [OPTION]... [FILE]... option Effect -a Show all files, including hidden files -A Show all files except.And.. -l Show detailed properties of the file -h Converts the f ...

Posted by mcovalt on Thu, 28 May 2020 18:33:58 +0200

Script custom command

preface There are many built-in commands in the script, but sometimes we want to customize some commands, because writing a script is not as convenient as typing a command. However, there is no document for the custom command on the scrap website. There is only one sentence: you can also use the commands_ The module setting adds a custom projec ...

Posted by wolfcry044 on Tue, 19 May 2020 10:00:43 +0200

TensorFlow2.1 (Anaconda) learning note 2

Loss function, back propagation Loss function: the difference between the predicted value and the correct value.Objective: to find a set of parameters w and b to minimize the loss function.Gradient: the vector after the function calculates the partial derivative for each parameter. The downward direct ...

Posted by uramagget on Wed, 11 Mar 2020 07:33:18 +0100

Fundamentals of Computer Visual Digital Image Processing

Image Processing Basis 1. Software Installation In the computer vision course, image processing is done in the python environment, so you need to select the software that can edit the python statement. The visual interface of PyCharm is selected here. In addition, there are editors such as VScode,Su ...

Posted by wildcolour on Sun, 23 Feb 2020 04:13:37 +0100