chumingqian

Results 27 comments of chumingqian

虽然刚下单,但期待作者出第二版,更新第一版中 第六章往后的内容,可以写写现在的主流; 期待想作者更新第二版, 这样我也好有能推荐的书籍,给新来的师弟,师妹们。

还是再顶一下, 抽点时间,出第二版吧,haha!

还有再请问一下您,其他的pytorch版本都会把cudnn中  batch normalization给禁掉, 您是怎么做到的 那你把 ReadMe 中的注意事项中的:centernet_hourglass_coco.pth是使用voc数据集训练的, 改成 coco 训练的。 ---Original--- From: "Bubbliiiing"

@twangnh @yuanli2333 : Hi ,Wang & Li: I appreciate you update the installation part in README and when i read the code , i have a question why the output...

@yuanli2333 : Thanks for your quickly reply , but according to the out_size = (n - k + 2p)/s + 1 , the default s = stride =1, and your...

> > @yuanli2333 : > > Thanks for your quickly reply , but according to the > > out_size = (n - k + 2p)/s + 1 , the default...

Go to this branch , https://github.com/jwyang/faster-rcnn.pytorch/tree/master/lib/model/nms/src, copy the nms_cuda.c to the project;

你好,作者: 本人想复现您的工作, 但是老是卡在 环境的配置上, 这对于我们这些新手,有点不容易; 请能否写一份 环境配置的 简单的但重要几个步骤; 如在readMe. install 中说明一下 根目录下_init_paths.py; 以及 lib 中 make.sh , setup.py 什么时候在哪一步中执行 以及如何执行; 最近一次复现; ImportError: No module named roi_data_layer.roidb 但其实,lib 下面是有这个文件的, 我试着加入 import...

> 正在写。。。,会多加很多实践项目,比如image caption,ssd之类的,已经完成的image caption可以看看这里 > https://github.com/tensorinfinitysip/a-PyTorch-Project-to-Image-Caption @L1aoXingyu 2020 年10-11 出书真不容易。。。

@AIZOOTech > 我都是用的最新的,除了TensorFlow是用的1.x,非2.x。 你说的最新的, 请标明一下,哪个版本? 因为后来人进来看, 最新的,过段时间, pytorch 又升级了, 到时候,万一有不支持了。 所以,请麻烦再readMe 中 标明,一下, pytorch 使用的哪个版本,以及 -r requirement.txt 安装的 所需要的那些 依赖,谢谢