摘要:
pycharm中执行程序,错误官方提示:OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can 阅读全文
摘要:
【Point Cloud】点云论文整理 本文转载地址:https://zhuanlan.zhihu.com/p/362198401 SK-Net: Deep Learning on Point Cloud via End-to-End Discovery of Spatial Keypoints 会 阅读全文
摘要:
复现视频里的代码,方便后续查阅。 import numpy as np import torch torch.cuda.current_device() import torch.nn as nn # 构造输入数据x和其对应的标签y x_values=[i for i in range(11)] x 阅读全文