tensorflow学习笔记


tensorflow学习
jupyter安装代码提示功能

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install

pip install jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable



 

 开启这个

 

 




树莓派学习

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 




 

 

 

 

 

 ResNet及其变种的结构梳理、有效性分析与代码解读 - 知乎 (zhihu.com)

 

 

 


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 






pip uninstall protobuf==3.18.0

 Then, we can install the correct protobuf version.

pip install protobuf==3.17.3


问题1: class DescriptorBase(metaclass=DescriptorMetaclass): ^Syntax invalid syntax

ImportError: No module named ‘skbuild’

在安装运行opencv时出现这个错误,可以用pip安装对应库:

【命令】:pip install scikit-build

Python2.7安装OpenCV错误:TypeError: ‘NoneType’ object is not iterable

主要原因是Python 安装的OpenCV版本的问题,只需要改为:

pip install opencv-python==4.2.0.32

 

posted on 2022-03-29 08:59  shenhshihao  阅读(23)  评论(0编辑  收藏  举报

导航