LukeLin

Results 109 comments of LukeLin

> same as me, it happens on env from https://github.com/quiver-team/torch-quiver/blob/main/docker/Dockerfile

> > > > same as me, it happens on env from https://github.com/quiver-team/torch-quiver/blob/main/docker/Dockerfile I figure it out, because I use a A100 GPU. compiled codes cannot run at A100. I...

Pollux: Co-adaptive Cluster Scheduling for Goodput-Optimized Deep Learning osdi2021文献阅读 知乎 https://zhuanlan.zhihu.com/p/408672858

application-docker.properties 设置为 ```java spring.datasource.url=jdbc:mysql://mysql:3308/favorites?useUnicode=true&characterEncoding=utf-8 favorites.base.path=http://127.0.0.1:8080/ forgotpassword.url=http://127.0.0.1:8080/newPassword ``` application-dev.properties 设置为 ```java spring.datasource.url=jdbc:mysql://mysql:3308/favorites?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&useSSL=true favorites.base.path=http://127.0.0.1:8080/ forgotpassword.url=http://127.0.0.1:8080/newPassword ``` docker-compose.yml设置为 ``` mysql: build: ./mysql environment: MYSQL_DATABASE: favorites MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_HOST: '%' TZ: Asia/Shanghai ports: -...

> 项目在linux环境下docker compose运行完全没有问题。 在window本地电脑 idea下运行,会出现 docker compose无法找到pom文件的问题。如果手动用maven的方式运行项目,完全正常。怀疑是docker在window环境下 目录挂载的问题。求大神帮忙解答。 > > ![image](https://user-images.githubusercontent.com/8653027/118257303-0df91100-b4e1-11eb-9355-f09026201943.png) 为什么我http://127.0.0.1:8080/无法显示 不停的在重复build? favorites.base.path=http://127.0.0.1/

不知道应该启动什么地方,

> hi, have you figured out the reason? Hi, I would like to ask how do you run the quiver. I install torch-quiver 0.1.0 from https://github.com/quiver-team/torch-quiver/blob/main/docker/README.md when i run examples/pyg/reddit_quiver.py,...

I also meet same problem. https://github.com/boriswinner/LSH shows `ModuleNotFoundError: No module named 'Cython'`

I generate by ```python def generate_train(): paths = os.walk(r'/root/data/train/') i = 0 for path, dir_lst, file_lst in paths: for dir in dir_lst: dirpath = os.walk(r'/root/data/train/'+dir) for dpath, dlist, f_lst in...

What is "installation crashes" means? Is there any error?