You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "train_gs.py", line 354, in
training(args, lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations,
File "train_gs.py", line 132, in training
training_report(tb_writer, iteration, Ll1, loss, l1_loss, iter_start.elapsed_time(iter_end), testing_iterations, scene, render, (pipe, background))
File "train_gs.py", line 239, in training_report
tb_writer.add_histogram("scene/opacity_histogram", scene.gaussians.get_opacity, iteration)
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/writer.py", line 484, in add_histogram
histogram(tag, values, bins, max_bins=max_bins), global_step, walltime
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/summary.py", line 352, in histogram
hist = make_histogram(values.astype(float), bins, max_bins)
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/summary.py", line 380, in make_histogram
cum_counts = np.cumsum(np.greater(counts, 0, dtype=np.int32))
TypeError: No loop matching the specified signature and casting was found for ufunc greater
dear author,do you konw this issue
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train_gs.py", line 354, in
training(args, lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations,
File "train_gs.py", line 132, in training
training_report(tb_writer, iteration, Ll1, loss, l1_loss, iter_start.elapsed_time(iter_end), testing_iterations, scene, render, (pipe, background))
File "train_gs.py", line 239, in training_report
tb_writer.add_histogram("scene/opacity_histogram", scene.gaussians.get_opacity, iteration)
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/writer.py", line 484, in add_histogram
histogram(tag, values, bins, max_bins=max_bins), global_step, walltime
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/summary.py", line 352, in histogram
hist = make_histogram(values.astype(float), bins, max_bins)
File "/root/anaconda3/envs/gs/lib/python3.8/site-packages/torch/utils/tensorboard/summary.py", line 380, in make_histogram
cum_counts = np.cumsum(np.greater(counts, 0, dtype=np.int32))
TypeError: No loop matching the specified signature and casting was found for ufunc greater
dear author,do you konw this issue
The text was updated successfully, but these errors were encountered: