九星湖

Results 2 issues of 九星湖

**bug描述** ![image](https://user-images.githubusercontent.com/41790869/158048679-88574e58-eea5-4f5a-a25b-47050b0402e7.png) 3.2.1部分代码 ![image](https://user-images.githubusercontent.com/41790869/158048692-1c52cc91-8a11-4fe7-8397-094fd47fb1d4.png) **版本信息** pytorch:1.10.2 torchvision: torchtext: ...

# 一些关于模型无法运行的建议 #### 问题描述 如果代码跑起来之后程序没有任何相应,可以参考以下其他项目的解决方法 原文地址 [blog.csdn.net](https://blog.csdn.net/qq_38677322/article/details/109696077) 今天在跑实验时碰到标题所述的问题,具体代码片段如下: ``` ### chamfer_3D.py chamfer_found = importlib.find_loader("chamfer_3D") is not None if not chamfer_found: ## Cool trick from https://github.com/chrdiller print("Jitting Chamfer 3D") from torch.utils.cpp_extension...