Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3658363
  • 博文数量: 365
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2522
  • 用 户 组: 普通用户
  • 注册时间: 2019-10-28 13:40
文章分类

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-05-13 17:17:00

简单神经网络构造import tensorflow as tfimport matplotlib.pyplot as pltimport numpy as nptf.set_random_seed(1)np.random.seed(1)# fake datax = np.linspace(-1, 1, 100)[:, np.newaxis]          # shape (100, 1)noise = np.rando.........【阅读全文】

阅读(947) | 评论(0) | 转发(0)

发布时间:2021-05-12 16:47:12

# -*- coding:utf-8 -*-from requests import getfrom filetype import guessfrom os import renamefrom os import makedirsfrom os.path import existsfrom json import loadsfrom contextlib import closing# 文件下载器def Down_load(file_url, file_full_name, now_photo_count,.........【阅读全文】

阅读(1100) | 评论(0) | 转发(0)

发布时间:2021-05-11 16:29:20

# -*- coding: utf-8 -*-'''作者 : 丁毅开发时间 : 2021/5/9 16:30'''import cv2import numpy as np# 图像细化def VThin(image, array):    rows, cols = image.shape    NEXT = 1    for i in range(rows):.........【阅读全文】

阅读(1974) | 评论(0) | 转发(0)

发布时间:2021-05-10 17:21:22

模型推理运行命令: python inference.py#-*-coding:utf-8-*-import osimport argparseimport torchimport torch.nn as nnimport numpy as npimport timeimport datetimeimport osimport mathfrom datetime import datetimeimport cv2import torch.nn.functiona.........【阅读全文】

阅读(14838) | 评论(0) | 转发(0)

发布时间:2021-05-07 16:42:50

<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVersion>4.0.0</.........【阅读全文】

阅读(1057) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册