zhangdandan-git

Results 3 issues of zhangdandan-git

HRNet有四个分支,每个分支都是由basicblock组成,我将basicblock中的结构调整为了bn1->relu->conv1->bn2->relu->conv2的顺序,在稀疏化训练时,会出现bn1的grad为None,请问这是什么原因? HRNet网络; ![e310240ece214000aec926c7f1b49b22](https://github.com/Eric-mingjie/network-slimming/assets/79066961/14d42c5e-d7ea-418c-a4ab-7ecee6d1f00f) None module.stage4.2.branches.0.1.bn1 tensorC[ 1.5367e-09-3.9298e-099.5592e-092.7138e-095.1612e-091.1661e-08,5.5898e-09-1.5646e-09-9.1451e-09-8.7433e-092.4812e-08-1.1339e-086.6680e-10-1.7799e-082.5298e-091.1260e-083.3191e-09-1.4545e-097.2233e-105.3598e-092.8224e-099.2047e-09,5.3420e-10-6.6877e-11-6.0079e-097.2883e-09-9.4481e-098.5220e-101.9245e-086.5513e-09-1.1795e-08,-1.4566e-09]device-'cuda:0 module.stage4.2.branches.0.1.bn2 ![微信图片_20231221162855](https://github.com/Eric-mingjie/network-slimming/assets/79066961/11af4052-a8dd-48ef-9d10-70e428d92640)

真的非常感谢你们的工作,这对我自己的一些研究实验很有帮助。 我已经将自己的数据tbike按照LLFF格式准备, data/nerf_llff_data/tbike包括: images sparse database.db poses_bounds.npy 我现在使用自己的数据集运行时是遇到一些问题 : Python run.py --config=configs/llff/tbike.py --stop_at=20000 --render_video --i_weights=10000 Traceback (most recent call last): File "..../SA3D/run.py", line 700, in train(args, cfg, data_dict) File "..../SA3D/run.py",...