WG
WG
Call Stack (most recent call first): cmake/FindAllDependencies.cmake:53 (find_package) Settings.cmake:25 (find_package) CMakeLists.txt:6 (include) CMake Error at cmake/FindAllDependencies.cmake:157 (find_package): Could not find a package configuration file provided by "nlohmann_json" with any of...
## 📚 Documentation cant run this https://docs.dgl.ai/en/latest/guide/distributed.html ``` import dgl from dgl.dataloading import NeighborSampler from dgl.distributed import DistGraph, DistDataLoader, node_split import torch as th # initialize distributed contexts dgl.distributed.initialize('ip_config.txt') th.distributed.init_process_group(backend='gloo')...
## 🐛 Bug ```bash print graph Graph(num_nodes=104818, num_edges=1150630, ndata_schemes={} edata_schemes={}) Exception in thread Thread-1 (thread_worker): Traceback (most recent call last): File "/root/anaconda3/envs/GINO/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/root/anaconda3/envs/GINO/lib/python3.10/threading.py", line...
_Please use the following template to help us solving your issue._ ## Issue Details Using alpha wrapping algorithm to wrap a high resolution car - Need parallel (mpi) - Hope...
> This project will be mentored by @wangguan1995 ## 1. 背景 计算流体动力学 (CFD) 已成为工程和计算制造领域中用于设计评估和优化不可或缺的组成部分。 成功的应用包括改善汽车和飞机的空气动力学、改进建筑规划中的供暖、通风和空调,或者优化制造中的铸造和注塑成型。目前PaddleScience缺少三维流体数据集,因此补充一些汽车流场分析相关的数据,并进行详细说明。 ## 2. 收益 ### 2.1 个人收益 学习 PaddleScience 套件代码,掌握开源套件开发基本知识 熟悉 汽车领域相关知识 熟悉 流体领域相关知识 ### 2.2...
Sink 2d
### PR types New features, Bug fixes ### PR changes - [ppsci/constraint/integral_constraint.py](https://github.com/PaddlePaddle/PaddleScience/compare/develop...wangguan1995:sink_2d?expand=1#diff-53089bb461bec591a80c2e193b3cfcac3bc708666536b92de1f43ac876e6e21f) : add the function of integral plane translation - [ppsci/constraint/interior_constraint.py](https://github.com/PaddlePaddle/PaddleScience/compare/develop...wangguan1995:sink_2d?expand=1#diff-5d2475659830dcf186b6bad45a7d2f1bb424cf3a93c26002a32caeab6ff44fb3) : remove sdf pop. - [ppsci/equation/pde/advection_diffusion.py](https://github.com/PaddlePaddle/PaddleScience/compare/develop...wangguan1995:sink_2d?expand=1#diff-f6d41034ac9b61914fad4382f039ca8b8351e3c0fe818dae5dec2cf4db6618ef) : add...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
### bug描述 Describe the Bug remote: [ModelScope]0e40819a, repo size(1501546639) greater than max repo size(524288000). model scope 不支持stpyvista ### 其他补充信息 Additional Supplementary Information _No response_
### 需求描述 Feature Description  在AI studio 构建AI原生应用,需要pyvista库的支持,用于3D可视化科学场景的交互  https://docs.pyvista.org/version/stable/ ### 替代实现 Alternatives _No response_
### Describe the bug ``` File "/root/miniconda3/envs/gino_conda/lib/python3.9/site-packages/datasets/load.py", line 1852, in dataset_module_factory raise DatasetNotFoundError(msg + f" at revision '{revision}'" if revision else msg) datasets.exceptions.DatasetNotFoundError: Dataset 'xxx' doesn't exist on the Hub...