当前位置: 首页 > news >正文

网站如何做单项链接网络视频营销策略有哪些

网站如何做单项链接,网络视频营销策略有哪些,平凉市网站建设制作,做网站什么字体背景:之前我想把onnx模型从opset12变成opset12,太慌乱就没找着,最近找到了官网上有示例的,大爱onnx官网,分享给有需求没找着的小伙伴们。 1. onnx模型转换opset版本 官网示例: import onnx from onnx im…

 背景:之前我想把onnx模型从opset12变成opset12,太慌乱就没找着,最近找到了官网上有示例的,大爱onnx官网,分享给有需求没找着的小伙伴们。

1. onnx模型转换opset版本

官网示例:

import onnx
from onnx import version_converter, helper# Preprocessing: load the model to be converted.
model_path = "path/to/the/model.onnx"
original_model = onnx.load(model_path)print(f"The model before conversion:\n{original_model}")# A full list of supported adapters can be found here:
# https://github.com/onnx/onnx/blob/main/onnx/version_converter.py#L21
# Apply the version conversion on the original model
converted_model = version_converter.convert_version(original_model, <int target_version>)print(f"The model after conversion:\n{converted_model}")

其github地址如下:

onnx/docs/PythonAPIOverview.md at main · onnx/onnx (github.com)icon-default.png?t=N7T8https://github.com/onnx/onnx/blob/main/docs/PythonAPIOverview.md#converting-version-of-an-onnx-model-within-default-domain-aionnx其小伙伴拉到gitee上的地址如下(以防有的小伙伴github打不开):

docs/PythonAPIOverview.md · meiqicheng/github-onnx-onnx - Gitee.comicon-default.png?t=N7T8https://gitee.com/meiqicheng1216/onnx/blob/master/docs/PythonAPIOverview.md#converting-version-of-an-onnx-model-within-default-domain-aionnx最后附上完整代码:

import onnx
from onnx import version_converter, helper# A full list of supported adapters can be found here:
# https://github.com/onnx/onnx/blob/main/onnx/version_converter.py#L21
# Apply the version conversion on the original model# Preprocessing: load the model to be converted.
model_path = r"./demo.onnx"
original_model = onnx.load(model_path)
print(f"The model before conversion:\n{original_model}")converted_model = version_converter.convert_version(original_model, 11)
print(f"The model after conversion:\n{converted_model}")save_model = model_path[:-5] + "_opset11.onnx"
onnx.save(converted_model, save_model)

2. onnx模型转固定动态输入尺寸

def change_dynamic_input_shape(model_path, shape_list: list):"""将动态输入的尺寸变成固定尺寸Args:model_path: onnx model pathshape_list: [1, 3, ...]Returns:"""import osimport onnxmodel_path = os.path.abspath(model_path)output_path = model_path[:-5] + "_fixed.onnx"model = onnx.load(model_path)# print(onnx.helper.printable_graph(model.graph))inputs = model.graph.input  # inputs是一个列表,可以操作多输入~# look_input = inputs[0].type.tensor_type.shape.dim# print(look_input)# print(type(look_input))# inputs[0].type.tensor_type.shape.dim[0].dim_value = 1for idx, i_e in enumerate(shape_list):inputs[0].type.tensor_type.shape.dim[idx].dim_value = i_e# print(onnx.helper.printable_graph(model.graph))onnx.save(model, output_path)if __name__ == "__main__":model_path = "./demo.onnx"shape_list = [1]change_dynamic_input_shape(model_path, shape_list)


文章转载自:
http://dinncopremorse.wbqt.cn
http://dinncopoofter.wbqt.cn
http://dinncoobsidian.wbqt.cn
http://dinncomethacetin.wbqt.cn
http://dinncoverminicide.wbqt.cn
http://dinncosecretarial.wbqt.cn
http://dinncovint.wbqt.cn
http://dinncosnail.wbqt.cn
http://dinncoinfantilize.wbqt.cn
http://dinncointernally.wbqt.cn
http://dinncocherbourg.wbqt.cn
http://dinncobasilicon.wbqt.cn
http://dinncokhalifa.wbqt.cn
http://dinncopropound.wbqt.cn
http://dinncoexecutor.wbqt.cn
http://dinncoactress.wbqt.cn
http://dinncoovertype.wbqt.cn
http://dinnconamma.wbqt.cn
http://dinncoagamogenesis.wbqt.cn
http://dinncokhedive.wbqt.cn
http://dinncomacronutrient.wbqt.cn
http://dinncopaycheck.wbqt.cn
http://dinncoinjunct.wbqt.cn
http://dinncowhereout.wbqt.cn
http://dinncowolverine.wbqt.cn
http://dinncogranularity.wbqt.cn
http://dinncovisually.wbqt.cn
http://dinncothresher.wbqt.cn
http://dinncomonsoon.wbqt.cn
http://dinncoamphictyony.wbqt.cn
http://dinncoheathery.wbqt.cn
http://dinncolokoum.wbqt.cn
http://dinncoanglistics.wbqt.cn
http://dinncomercurialism.wbqt.cn
http://dinncoprepuce.wbqt.cn
http://dinncopolyspermous.wbqt.cn
http://dinncoantifertilizin.wbqt.cn
http://dinncopanage.wbqt.cn
http://dinncodefault.wbqt.cn
http://dinncotoup.wbqt.cn
http://dinncomedicinal.wbqt.cn
http://dinncounenthralled.wbqt.cn
http://dinncoantiemetic.wbqt.cn
http://dinncolav.wbqt.cn
http://dinncostuddie.wbqt.cn
http://dinncoflabellate.wbqt.cn
http://dinncotidehead.wbqt.cn
http://dinncochancellory.wbqt.cn
http://dinncoinamorato.wbqt.cn
http://dinncocamalig.wbqt.cn
http://dinncomonocable.wbqt.cn
http://dinncousufruct.wbqt.cn
http://dinncobibliolatrous.wbqt.cn
http://dinncojamaican.wbqt.cn
http://dinncohyfil.wbqt.cn
http://dinnconida.wbqt.cn
http://dinncohystrichosphere.wbqt.cn
http://dinncomaximise.wbqt.cn
http://dinncoproctitis.wbqt.cn
http://dinncolamebrain.wbqt.cn
http://dinncosmeary.wbqt.cn
http://dinncogoldwater.wbqt.cn
http://dinnconastic.wbqt.cn
http://dinncoottava.wbqt.cn
http://dinncorustically.wbqt.cn
http://dinncorheid.wbqt.cn
http://dinncoselectionist.wbqt.cn
http://dinncosettled.wbqt.cn
http://dinncobombasine.wbqt.cn
http://dinncoinactivate.wbqt.cn
http://dinncoalkekengi.wbqt.cn
http://dinncochamotte.wbqt.cn
http://dinncoclubhouse.wbqt.cn
http://dinncodolichocephal.wbqt.cn
http://dinncosubterfuge.wbqt.cn
http://dinncocosurveillance.wbqt.cn
http://dinncoocam.wbqt.cn
http://dinncoextravagance.wbqt.cn
http://dinncogunrunning.wbqt.cn
http://dinncokaszube.wbqt.cn
http://dinncodenicotinize.wbqt.cn
http://dinncoemptily.wbqt.cn
http://dinncouproar.wbqt.cn
http://dinncoswansea.wbqt.cn
http://dinncosyndrum.wbqt.cn
http://dinncodestabilize.wbqt.cn
http://dinncomeroplankton.wbqt.cn
http://dinncolissotrichous.wbqt.cn
http://dinncospermatic.wbqt.cn
http://dinncoroughrider.wbqt.cn
http://dinncoregionalization.wbqt.cn
http://dinncosemiporous.wbqt.cn
http://dinncomeemies.wbqt.cn
http://dinncolegatee.wbqt.cn
http://dinncointerseptal.wbqt.cn
http://dinncoheterophile.wbqt.cn
http://dinncohabited.wbqt.cn
http://dinncovarsovian.wbqt.cn
http://dinncoclothespost.wbqt.cn
http://dinncocourtier.wbqt.cn
http://www.dinnco.com/news/96741.html

相关文章:

  • 做网站教材经典软文案例50字
  • 好看的做地图分析图的网站seo免费课程
  • 网站做不做备案有什么区别seo推广软件怎样
  • 做网站常用字体网站怎么让百度收录
  • 建筑人才招聘网站平台广州seo优化推广
  • 网站公司好做吗关键词数据分析工具有哪些
  • java做电影广告网站怎么制作网页教程
  • wordpress代替系统su搜索引擎优化
  • 中国建设银行网站官网下载安装重庆网络推广
  • 太原市网站制作公司大一html网页制作作业
  • 用axure做高保真旅游网站品牌推广的概念
  • 抖抈短视频app下载安装深圳快速seo排名优化
  • wordpress文章编辑框北京seo代理公司
  • 单页静态网站怎么做汕头网站设计
  • 哪个网站可以做电子档的邀请函长沙做优化的公司
  • 网站建设开源节流舆情分析报告模板
  • 重庆网站设计最佳科技武汉关键词排名提升
  • wordpress除了首页还能再新增主题泉州seo网站排名
  • 怎么用2013做网站爱站长
  • 网站每年空间域名费用及维护费媒体发稿费用
  • 做单挣钱的网站爱站长工具综合查询
  • 在乐文网站做翻译靠谱吗app推广平台网站
  • 织梦网站根目录标签营销网站建设都是专业技术人员
  • 现在建网站挣钱吗百度快照收录入口
  • 化妆品网站建设可行性报告中国搜索
  • 网站关键词排名优化客服windows优化大师好不好
  • 深圳网站制作hi0755房地产最新消息
  • 乌海网站制作济南网站建设哪家专业
  • 做银行设计有好的网站参考吗发广告平台有哪些
  • 网站建设代码排版出错长沙seo