Jinjing Zhou

Results 188 comments of Jinjing Zhou
trafficstars

Also will conda install anything under current user folder?

I mean if the installation process is executed under root user, will it install anything to `/root/XXXX`?

You can try install pip package such as numpy in conda. And check whether user can `import numpy` under user envd

PyTorch works well without AVX. We may want to move examples to Torch and add warning for tensorflow users

Thanks for the proposal! Sounds good to me. Also do you have any specific scenarios for this? So that we can understand the pro/cons when implement it.

I see what you mean. And I realized this can also be a way if users want explicit dependency control. Currently, `apt install` and `pip package install` happen in parallel,...

Does this mean any field name inside DefaultGraph, with "File"/"Wheel"/"Path" will be considered as dependency and invalidate caches when they change?

lgtm might work https://lgtm.com/projects/g/dmlc/dgl/

Hi, I'm interested in taking this, and have some questions on the implementation. Currently code block's function (line number, highlight, etc.) is based on plugin with mdit and pure DOM...

@brc-dd Yeah actually this what I thought. I don't want to change the way of highlighting by mdit plugin. My question is whether we need a component(SFC) here or there's...