empty-id

Results 18 comments of empty-id

Same error here! Need help! @acbull

Yeah, I am using Python 3.8.5 and dill 0.3.2 (latest). Maybe I can try another python version, but if you could provide other serialization data, it's better~ Thank you!

Hi @stas00 , I used your branch but still get the error "nvcc fatal: unsupported gpu architecture 'compute_86'" :(

Now installed with cuda-11.1, but I met the following problem when I run a pytorch code with apex... @stas00 ``` RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch) nvrtc compilation...

@stas00 Thank you for your reply! I finally make it work now. I find your hack is not necessary. Just use torch-1.9.0-cuda11.1 to install NVIDIA/apex latest github repo is OK...

看到vnote最新版本支持了一个目录下面的不同排序,但是跟我想象中的功能还是有差距,我想的是对于viki来说,希望能够支持类似博客的视图,因此不仅仅是在一个子目录下面按照时间展示,而是把所有的(或者某个目录下面递归下去所有的)笔记都按照时间顺序倒序展示。

Hi @pcy1302 , I am also looking for the raw dataset. Could you help me?

Hi, I see there are similar issues (e.g. https://github.com/BangLiu/ArticlePairMatching/issues/4), and you said you uploaded the idf file. But I don't know what it means. So I have to open this...

我注释掉了 https://github.com/BangLiu/ArticlePairMatching/blob/f9cf63ad4c398d377f3d0291f552fb99f81020ef/src/models/CCIG/data/resource_loader.py#L13 下面的关于datafile的几行,但是现在报这个错误了

请问你正常运行feature_extractor.py了吗?为什么我遇到这个问题https://github.com/BangLiu/ArticlePairMatching/issues/18 呢?