bianhao

Results 5 comments of bianhao

modify file `/Users/bianhao/.vscode/extensions/wangtao0101.debug-leetcode-0.2.3/out/src/debug/executor/cppExecutor.js`. The type of in funtion getClangDefaultConfig is lldb. ![Pasted image 20220315190928](https://user-images.githubusercontent.com/33709251/158367963-992f1499-4af0-41fb-a620-efa83709a78c.png) Main reason: MAC uses lldb instead of cppdbg by default.

> 您好,你训练代码跑起来了吗?可以帮我看下吗?我训练不起来?单卡单机! 报错如下: `ModuleNotFoundError:` No module named 'basicsr' 这个basicsr是项目文件夹,导入为沙会报错阿? > > `ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 28610) of binary: /home/xtzg/anaconda3/envs/pytorch1.1` 我的设置: train.sh中设置为: `python -m torch.distributed.run --nproc_per_node=1 --master_port=4321 basicsr/train.py -opt...

Thanks for your attention! You can refer to [https://github.com/histocartography/seg-gini/blob/main/seggini/model/utils.py#LL282C14-L282C14](https://github.com/histocartography/seg-gini/blob/main/seggini/model/utils.py#LL282C14-L282C14).

Thanks! Our data preprocessing pipeline mainly follows the https://github.com/histocartography/seg-gini/blob/main/bin/create_sicap_data.py to create the whole data. And then follow the https://github.com/histocartography/seg-gini/blob/main/bin/preprocess.py to extract the superpixel region feature. The data preprocessing code of...