caffe的matlab接口一览表

blob 简述

  方法: 

    shape  

    reshape

    get_diff

    set_diff

  私有方法:

    check_and_preprocess_shape

    check_and_preprocess_data

    check_data_size_matches

get_net(model_file,weight_file,phase_name)  简述 生成网络 (模型文件,模型参数,训练train还是测试test) 

  方法:

get_solver 简述 生成解决方案

io  简述 输入输出函数

  方法:

    load_image

    set_mean

    get_mean

layer  简述 caffe::layer 的包装

net  简述

reset_all  简述 清空所有的解决方案(resolver),和独立网络,并复位caffe 

run_test  简述

set_devices  简述  

set_mode_cpu 简述

set_mode_gpu 简述

solver 简述  caffe::SGDSolver的包装

version   简述 1.0.0-rc3 rc的含义为release candidate发布候选版 

使用案例:DDFD

caffe.reset_all()

test_net1=caffe.Net('Cifar10/cifar10_deploy.prototxt','Cifar10/cifar10_iter_270000','test');

caffe.io.load_image

test_net1.blob_vec

test_net1.forward

 

posted @   QQLQ  阅读(656)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示