deep learning

ImportError: cannot import name ‘Literal‘ from ‘typing‘ (D:\Anaconda\envs\tensorflow\lib\typing.py)

Error background: Because it is necessary to install the tensorflow-gpu version, I downgraded python3.8 in the original newly created anaconda environment (my name is tensorflow) to 3.7. When importing the seaborn package, the following error occurred: ImportError: cannot import name 'Literal' from 'typing' (D:\Anaconda\envs\tensorflow\lib\typing.py) Cause Analysis: This is because ‘Literal&... »

YOLO series — YOLOV7 algorithm (1): Use a custom data set to run through the YOLOV7 algorithm

YOLO series—YOLOV7 algorithm (1): Use custom data sets to run through the YOLOV7 algorithm Isn’t this embarrassing? . . Just after I understood the YOLO V6 algorithm from Perfect Group, V7 came out. . . And the most important thing is that V7 is also endorsed by the author of V4. Fortunately, both V6 and V7 are modified codes based on YOLO V5, so the code reads more smoothly. The YOLOV7 algo... »

Based on python and deep learning (speech recognition, NLP) to implement local offline intelligent voice control terminal (with chat function and home control function)

First, let’s take a look at what functions a good intelligent control terminal requires: 1. Be available at any time and sleep when not needed, saving power and worry. 2. Must be able to listen and understand people’s needs 3. Be able to control smart homes to meet people’s needs 4. You also need to be able to speak and better communicate and interact with people. 5. Must be able to chat and commu... »

The relationship between Tensorflow and cuda versions (with multiple cuda versions installed)

The relationship between Tensorflow and cuda versions (with multiple cuda versions installed) Say one more thing 1.windows If the version of tf used in the code downloaded online is inconsistent with your local cuda, you can install multiple cuda versions on your local machine, and then choose which version of cuda to use based on your own project (this is my local machine) win10 is chestnut) 1. I... »

python: Some problems and solutions when starting to use tensorflow

I have been using python for almost a year. I want to try tensorflow and learn about deep learning. However, unlike other modules, tensorflow is not easy to use, maybe it is just starting out. 1. Version problem. Different versions have very different usages. Therefore, it is necessary to first know whether you are using version 1.x or 2.x. You can check the version by using the following method: ... »

Complete interpretation of YOLOv5 network structure [source code + hand-drawn network structure + module structure]

🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 Detailed explanation of YOLOv5 network structure 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 Preface Although I have used YOLOv5 to run several data sets before the winter vacation, I have not delved into its network structure and characteristics. For more than a week after school started, I was full of food and had nothing to do. So I set a flag for myself ... »

The simplest Anaconda+Python3.7 installation tutorial on the Internet for Win10 (100% successful)

The simplest Anaconda+Python3.7 installation tutorial on the Internet for Win10 (100% successful) 1. Environmental content 2. Anaconda ① Download of Anaconda (can be skipped) ② Installation of Anaconda 3. Python3.7 ① Download of Python3.7 (can be skipped) ② Installation of Python3.7 4. Compilation environment  📍Pycharm  📍Jupyter  📍Vscode Extra: Anaconda configuration environment that everyone is u... »

2022 “Graduate Students’ Scientific Research Literacy Improvement” Series Public Welfare Lectures CNKI Research Test

1. When writing a literature review, Mr. Li found that many documents exist in different versions, and the page numbers and even volume divisions between different versions are inconsistent. Among the following options, the correct way for Mr. Li to deal with it is ()Clearly indicate the source of quoted text or ideasCover up and recite as originalQuotes marked as direct quotesQuote the Chinese ve... »

Correspondence between Tensorflow and CUDA and cudnn versions

Different versions of Tensorflow need to correspond to different CUDA and cudnn versions, otherwise the installation may fail. As shown in the figure below, select the corresponding version of CUDA and cudnn according to the Tensorflow version you want to install. The download link for CUDA is: CUDA Toolkit Archive | NVIDIA Developer The cudnn download link (requires a developer account login) is:... »

[Installation of Keras environment]

Keras installation 1 Introduction2-Create a virtual environment3-tensorflow and keras installation4-Error log-waiting for resolution 1 Introduction 1. Keras needs to run on TensorFlow, so tensorflow must be installed first.2. Tensorflow can only run in python versions prior to 3.7, so you need to create a virtual environment based on python 3.6 first. 2-Create a virtual environment Open anaconda p... »

Page 1 of 55123»