Qi Yan

Results 15 comments of Qi Yan

> @smallmax00 @leo-liuzy > > it's host [shared folders](https://github.com/huan/docker-wechat/blob/178755b1664485d97feb9a780b7f00921ad1763d/dochat.sh#L99) you should check > > or run following if you haven't changed the source > > `sudo chown -R $(whoami) $HOME/DoChat/`...

This issue remains as of now. But thanks for pointing out that conda is a workable way! (`entwine=2.1` worked fine)

> Please consider adding this pull request. The problem still remains and this commit helped me to fix it. Fully agreed!

Same here in Linux! Error message: ``` You can’t sign in because project-367116221053 sent an invalid request. You can try again later, or contact the developer about this issue. Learn...

Also, the anonymous function `sigma(t)` seems not defined in this line: https://github.com/NVlabs/edm/blob/b2a26c921c5776cb52f7498248761d60649007a8/generate.py#L80 I suppose it's referring to the one defined below: https://github.com/NVlabs/edm/blob/b2a26c921c5776cb52f7498248761d60649007a8/generate.py#L123

Same here. I was trying to compare two folders on the remote server and it took forever to load. The same folders on my local laptop work smoothly.

> takes up to 5 minutes meanwhile it only takes around 30s to execute the very same command with Docker Rootless Same here! We had a pytorch program and the...

> Were the 5 minute initializations all with an overlay image? I would be interested in seeing details of that python-based long startup, probably in a separate issue. I didn't...

Same problem here! ``` pip install waymo-open-dataset-tf-2-12-0 ERROR: Could not find a version that satisfies the requirement waymo-open-dataset-tf-2-12-0 (from versions: none) ERROR: No matching distribution found for waymo-open-dataset-tf-2-12-0 ``` This...

Hi there, Can you show me what your line 162 is? `File "/home/user/workspaces/CrossLoc/utils/evaluation.py", line 162, in config_network ` L162 in the code base is https://github.com/TOPO-EPFL/CrossLoc/blob/a9f9a3fbb6d6fb1edd82f38efe02b2ca9d6afeb0/utils/evaluation.py#L162, which does not involve `raise...