Traceback (most recent call last):
File "train.py", line 355, in <module>
training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint)
File "train.py", line 96, in training
fea_loss = get_fea_loss(render_pkg["feature_map"], viewpoint_cam.feature[0]) * opt.lambda_fea
File "G:\project\Sparse2DGS\utils\loss_utils.py", line 81, in get_fea_loss
corr = (fea1 * fea2).sum(dim=0, keepdim=True) \
RuntimeError: The size of tensor a (0) must match the size of tensor b (8) at non-singleton dimension 0