初始化报警
exe=fluid.Executor(place)exe.run(fluid.default_startup_program...
gather_nd 用法分享
(fluid.default_main_program(), feed={'x':x,'index':d}, fetch_list...
【2021新春福袋】用Hub实现有趣的图像效果
="ultra_light_fast_generic_face_detector_1mb_320")
result = face_detector.face_detection...
修改ocr训练模型报错
': 'ppocr.modeling.architectures.det_model,DetModel'}, 'Head': {'out_channels': 2, 'inner_channels...
【语言与知识主题月】文本纠错
()
{
if (string.IsNullOrEmpty(Text))
{
ModelState.AddModelError...
【AI达人养成营】
一.变量1.数值与字符串字符串相关函数:计数:count,查找:find(找不到返回-1)index(找不到报错),拆分:split,替换...
AI达人养成营
的方便了也更快了然后学习了字符串的索引和切片知道并熟悉了count,help,find,index,split,strip等函数的用法掌握...
【AI达人养成营】学习心得
以上两个txt文档在work路径下可以找到。 定义Spostudent、Artstudent为Student的子类,在子类的属性里面新增了...
【AI达人养成营】神经网络学习心得
~default~baidujs_title~default-0.highlightwordscore&spm=1001.2101.3001.4242.1...
Python基础笔记
参数是最简单的一种函数调用的方式。位置参数须以正确的顺序传入函数、数量必须和声明时的一样。
def student_name_and_age...
Python大作业学习笔记
'%(Student.name,Student.dob,Student.age,Student.gender,Student.top3...
【飞桨领航团板块】 机器视觉基础
的区域,掩膜图像的值置为01.6.4 除法运算cv2.divide()调节亮度
图像与小于1的常数相除可以增强亮度;图像与大于1的常数相除可以...