Closed deep-practice closed 3 years ago
@deep-practice Hi, did you set PYTHONPATH?
Yes,just follow the readme.
Yes,just follow the readme.
@deep-practice hi, could you provide the error log?
@deep-practice Hi, thanks. Could you please provide the versions of python/paddle/OS? Then we can reproduce the issue easier.
OS:Ubuntu18.04 python:3.6.9 paddle:2.0rc @michaelowenliu
@deep-practice Hi, thanks, we have reproduced and resolved the issue with the same environment, where there is a little bit difference between py3.6 and 3.7. Please pull the updates.
Wow,I can use the pdseg dygraph version now.Thx.
L 加载HRNet48的预训练模型报错 @michaelowenliu
不加载预训练模型,又出现了内存错误
@deep-practice hi, how did you load the model or run the model?
python train.py --config config_file
The dataset reader is same as optic_disc_seg
OS:Ubuntu18.04 python:3.6.9 paddle:2.0rc @michaelowenliu
@deep-practice Could you please update paddle to 2.0-rc? We have already localized the pretrain loading error that would be resolved by today, but you can use another way to load it, i.e. download the pretrained model manually, and specify the local path in the config file instead of using its url. As for memory issue, we have yet to reproduce it, does it occur every time? I guess it could be related to your local running environment. Anyway, we are still trying to figure out the problem.
my paddle version is 2.0-rc already
@michaelowenliu Any luck?
The latest version fix my problem.
按照动态图ReadMe里面的步骤操作,出现了这个错误