linbeijianbaoxia
linbeijianbaoxia
x = torch.cat([att(x, adj) for att in self.attentions], dim=1) is this code get atention coefficients, I can't understand how it works =.= Sorry, I'm a new person.
Hey gays, when I use the demo to show my step file with simpleGUI, it don't work. My file is about 400Mb. It's there are another ways to do face...
As mentioned in the topic,I use the demo to load my STEP file, but the shape of holes has changed. But, when I open it in FreeCAD, it go well....
env: pyhton 3.6.8 PC: window 10 IS torch==1.0.1.post2 not available on Windows? 很抱歉,我的找不到torch==1.0.1.post2,尝试安装1.0.0、1.0.1、1.1.0都会报错 错误信息如下: DEVICE: cpu Traceback (most recent call last): File "C:/Users/14656/Desktop/Program/GNN/Github/graphSAGE-pytorch-master/src/main.py", line 46, in config = pyhocon.ConfigFactory.parse_file(args.config) File...
I am using the PyOCC 7.7.0 environment in PyCharm, and I would like to see the values of variables while debugging my code. Is it possible to do so? Using...
I am a beginner in PyOCC. I try to use JupyterRenderer, and write a demo as below: from OCC.Display.WebGl.jupyter_renderer import JupyterRenderer from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeBox box = BRepPrimAPI_MakeBox(1.0, 1.0, 1.0).Shape()...