alimeituan

Results 169 comments of alimeituan

models/recall/gnn/data/config.txt 187993 7806633 这个文件下的俩数字怎么用脚本放到config.yaml文件中啊,这可咋整啊?? 好麻烦啊,我定时训练总不能自己每隔一段时间看看,然后手动改吧

另外如果要改config.yaml中的数据咋整??这种形式好麻烦。 我倒是觉得不如直接来个argparse进行参数的输入

``` /home/xulm1/anaconda3/lib/python3.7/site-packages/paddle/fluid/executor.py:789: UserWarning: The following exception is not an EOF exception. "The following exception is not an EOF exception.") Traceback (most recent call last): File "/home/xulm1/anaconda3/lib/python3.7/site-packages/paddle_rec-0.1.0-py3.7.egg/paddlerec/core/trainer.py", line 256, in run...

而实际上是可以用2的 ``` >>> import paddle.fluid as fluid >>> fluid.CUDAPlace(2) >>> ```

train及infer都用1,显式设置gpu为1 ``` ---------------------- Error Message Summary: ---------------------- ResourceExhaustedError: Out of memory error on GPU 1. Cannot allocate 7.003248GB memory on GPU 1, available memory is only 2.751526GB. Please check whether...

仍旧不行啊,也不知道改了哪里不该改的了,心累 ``` ---------------------- Error Message Summary: ---------------------- Error: Place CUDAPlace(0) is not supported, Please check that your paddle compiles with WITH_GPU option or check that your train process hold the...

![image](https://user-images.githubusercontent.com/35590066/96701515-47dabc80-13c3-11eb-859c-ab542de0cd14.png)

I also have the same question ! What's up?

hi,dear have you got success with the rp?