7. Use Skills of BatchNormalization
@
Previous
1. Install Tensorflow2.x (2.6) under Windows
2. Deep learning - reading data
3. Tensorflow Image Processing Budget
4. Tenorflow implementation of linear regression model
5. Deep Learning-Logistic Regression Model
6. AlexNet Implements Chinese Font Recognition--Bibliography and Rule Letters
7. Classification of Bird Database by VGG1 ...
Posted on Sat, 04 Dec 2021 12:55:16 -0500 by ivory_kitten
Python Language Basics - 2.5 functions
Off 1: parameter usage of function
The function plus is defined to accumulate the numerical elements in the parameter (a list), and the number of elements in the list is uncertain;Function returns the cumulative result.
#Create an empty list numbers
numbers = []
#str is used to store the input numeric string. lst1 is used to divide the input ...
Posted on Mon, 22 Nov 2021 13:51:06 -0500 by puckeye
1 solution of simple calculation problem
1, Conversion of concrete value expression
This task: carefully read the background knowledge, find the corresponding relationship between mathematical operators and python numerical operators, convert the following mathematical expressions into Python expressions, and print the results with print statements.
1. Find the remainder of 1234 div ...
Posted on Tue, 28 Sep 2021 00:25:17 -0400 by twmcmahan
Summary of Common Commands for docker
I won't mention the advantages of a specific docker, but here are some common docker commands:
1. Start, stop, restart of docker
[root@localhost ~]# service docker restart
Redirecting to /bin/systemctl restart docker.service
[root@localhost ~]# service docker stop
Redirecting to /bin/systemctl stop docker.service
[root@localhost ~]# service ...
Posted on Sun, 05 Jul 2020 11:31:43 -0400 by PHPTOM
python3 crawls the super curriculum list of schools and departments
python3 access to super Curriculum
python3 crawls the super curriculum list of schools and departments
Install software
Grab data
Programming
python3 crawls the super curriculum list of schools and departments
There are three steps: 1. Install software 2. Grab data 3. Write program.
Install ...
Posted on Thu, 18 Jun 2020 05:45:17 -0400 by sticks464
Building and basic use of yolov3 target detection environment
1. Construction of keras environment
Install tensorflow first, and then install keras (note that the version of tensorflow and keras should match)
Reduce the version of keras, install the new version directly, and the old version will be uninstalled automatically
pip install keras==2.2.5 -i https://pypi ...
Posted on Thu, 18 Jun 2020 01:55:22 -0400 by tomhath
labelme batch processing json files, json_to_dataset method
labelme batch processing json files, json_to_dataset method
Step 1: find json_to_dataset.py file
Step 2 modify json_to_dataset.py file
Step 3 find labelme_json_to_dataset.exe file
Step 4 switch paths
Step 5: pass in the. json file path and perform the conversion
complete
This is the data generated ...
Posted on Wed, 17 Jun 2020 03:47:42 -0400 by jabba_29
[Python learning notes] hello,python
to configure
Version: Python 3.7.6
Tool environment: Anaconda
Development tool: PyCharm
It's all free. It's good to find it on the Internet. It's right to choose the automatic installation path when installing. Don't be like I can't do it well so I often come back.
To open the command window, press [W ...
Posted on Thu, 04 Jun 2020 12:45:06 -0400 by siddscool19
Linux command (35) du command
du command
Function Description: display the size of file or directory
The du command displays the size of the disk space occupied by the specified directory or file, without any options. The default unit is 1KB.
Usage: Du [option] [file]
option
option
explain
-a
Recursively display the disk space occupied by each file and subdirecto ...
Posted on Wed, 03 Jun 2020 10:37:51 -0400 by nirali35
3-11.RHEL7&CentOS7 Service Command
1) Service Status
1. Check server service status
[root@lee ~]# systemctl -t service
UNIT LOAD ACTIVE SUB DESCRIPTION
abrt-ccpp.service loaded active exited Install ABRT coredump hook
abrt-oops.service loaded active running ABRT kernel log watcher
abrt-xorg. ...
Posted on Sat, 02 May 2020 13:32:52 -0400 by saurabhdutta