周文青

Results 33 issues of 周文青

Hi, I added custom dataset like below: ```python def pil_loader(path): # open path as file to avoid ResourceWarning (https://github.com/python-pillow/Pillow/issues/835) with open(path, 'rb') as f: img = Image.open(f) img = img.resize((32,32))...

When I try to build from source, errors occured: ``` editdistance/_editdistance.cpp(118): error C2059: 语法错误:“if” editdistance/_editdistance.cpp(119): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(120): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(121): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(122): error C2059: 语法错误:“else”...

OS: Ubuntu18.04 python:3.6.8 dolfin version:2019.1.0 Hello, when I ran example `fenics-tutorial/pub/python/vol1/ft03_heat.py`, I got errors: `Solving linear variational problem. Traceback (most recent call last): File "/home/gaoya/Files/python/fenics-tutorial/pub/python/vol1/ft03_heat.py", line 66, in error =...

**os: ubuntu18.04 python:3.7 CUDA:10.0 cuDNN: 7.6 pytorch: 1.2** Hi, when I execute the command: ```bash sh make.sh ``` I got errors: error: command 'gcc' failed with exit status 1 rm:...

目前公式显示好多还是以纯latex的格式给出,希望可以改善公式显示

enhancement
experience

OS: Win10 Qt:Qt6.5.0 When I compile the code, I have encounted the error: `undefined reference to `__imp__ZTVN5QtCSV11VariantDataE'` Could someone help me to solve it?

It seems that the embedding did not work? How could I use different embedding model (like some models in ollama) instead of openai? ```html File D:\Apps\WPy64-31131\python-3.11.3.amd64\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals,...

OS: UBUNTU18.04 PYTHON:3.6 PYTORCH:1.0.0 按照步骤执行 ''' cd ObjectDetection-OneStageDet/yolo yolo_root=$(pwd) cd ${yolo_root}/utils/test make -j32 ''' 报错 错误提示: ImportError: No module named Cython.Distutils Makefile:2: recipe for target 'all' failed make: *** [all]...

OS: Win10 CUDA: 11.0 pytorch: 1.7.1+cu110 python: 3.8 编译mmdetection-mini时出现了以下错误: ``` LIB:build\temp.win-amd64-3.8\Release\./mmdet/cv_core/ops/csrc/pytorch\_ext.cp38-win_amd64.lib 正在创建库 build\temp.win-amd64-3.8\Release\./mmdet/cv_core/ops/csrc/pytorch\_ext.cp38-win_amd64.lib 和对象 build\temp.win-amd64-3.8\Release\./mmdet/cv_core/ops/csrc/pytorch\_ext.cp38-win_amd64.exp focal_loss_cuda.obj : error LNK2001: 无法解析的外部符号 "public: long __cdecl at::Tensor::item(void)const " (??$item@J@Tensor@at@@QEBAJXZ) build\lib.win-amd64-3.8\mmdet\cv_core\_ext.cp38-win_amd64.pyd : fatal error...

In performance, there is a final result that nsemble 3 models and voting, could you provide detailed introduction?