logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

K8S GPU集群

参照https://zhuanlan.zhihu.com/p/138554103https://kubernetes.io/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm/https://blog.k8s.li/install-k8s-ubuntu18-04.htmlhttps://www.cnblogs.com

faster rcnn代码解读(三)rpn_head

faster rcnn代码解读参考:https://github.com/adityaarun1/pytorch_fast-er_rcnnhttps://github.com/jwyang/faster-rcnn.pytorchrpn_head主要是为了从feature中分类出相应的background和foreground。class RpnHead(nn.Module...

利用概率稠密位移网络消除深度配准与常规配准之间的差距pddNet

https://github.com/multimodallearning/pdd_netClosing the Gap between Deep and Conventional Image Registration using Probabilistic Dense Displacement Networks摘要诊断任务,手术图像引导,放射治疗以及运动分析在很大程度上依赖于准确的患...

itk registration 13

参考:https://itk.org/ITKSoftwareGuide/html/Book2/ITKSoftwareGuide-Book2ch3.html#x26-1740003.183.13Deformable Registration3.13.1FEM-Based Image Registrationhttps://github.com/InsightSoftwareConsortium/IT

《gluon-动手学习深度学习》笔记-1 引言

https://zh.d2l.ai/d2l-zh.pdf1.1 前言《模式识别和机器学习》和《统计学习基础》计算机学科是动手的学科,没有足够的动手能力难以取得很好的成果。1.2 深度学习简介与其设计一个解决问题的程序,不如从最终需求入手来寻找一个解决方案。机器学习和深度学习:用数据编程。机器学习是一门讨论各式各样适用于不同问题的函数形式,以及如何使用...

《Learn Python the Hard Way》笔记-1序言&&2前言&&3简介

https://github.com/521xueweihan/python3 简介读和写、注重细节、发现不同exercise0.安装和准备略,网上很多。我是用anaconda安装的。我这里是python3.所以不要被我误导。出现问题后排查,1、中英文符号;2、python2与python3差异;3、.py是文件,不能再pyth...

#python
transformer(一)注意力机制

20210625;短教程:《Transformers》;特邀讲师:邱锡鹏教授_哔哩哔哩_bilibili神经网络与深度学习https://nndl.github.io/ppt/chap-%E6%B3%A8%E6%84%8F%E5%8A%9B%E6%9C%BA%E5%88%B6%E4%B8%8E%E5%A4%96%E9%83%A8%E8%AE%B0%E5%BF%86.pptx超详细图解Self-At

#transformer#深度学习#人工智能
OpenCV系列(1):图像处理教程

01-概述 - OpenCV介绍与环境搭建:Intel贡献,最初是俄罗斯的工程师贡献核心模块:HighGUIImageProcess2D FeatureCamera Calibration and 3D reconstructionVideo AnalysisObject DetectionMachine LearningGPU加速if(src.isem...

编译cpp_extension遇到的问题

参考:https://blog.csdn.net/tanmx219/article/details/100829920https://github.com/facebookresearch/maskrcnn-benchmark/issues/254#issuecomment-4457524661、出现:cpp_extension.py:189: UserW...

ERROR:torch.distributed.elastic.agent.server.local_elastic_agent:[default] Worker group failed

单个GPU跑多GPU训练程序报的错误,解决方式就是os.environ['CUDA_VISIBLE_DEVICES']=[0,1]

#深度学习#python#人工智能
    共 11 条
  • 1
  • 2
  • 请选择