zssjh
zssjh
zss@zss:~/DA-RNN$ ./experiments/scripts/rgbd_scene_multi_*.sh $GPU_ID + set -e + export PYTHONUNBUFFERED=True + PYTHONUNBUFFERED=True + export CUDA_VISIBLE_DEVICES=./experiments/scripts/rgbd_scene_multi_depth.sh + CUDA_VISIBLE_DEVICES=./experiments/scripts/rgbd_scene_multi_depth.sh + export LD_PRELOAD=/usr/lib/libtcmalloc.so.4 + LD_PRELOAD=/usr/lib/libtcmalloc.so.4 ++ date +%Y-%m-%d_%H-%M-%S ERROR: ld.so: object '/usr/lib/libtcmalloc.so.4' from LD_PRELOAD...
Thank you very much for your open source code. I build floorplan on structured3d with very good results! Now, I run this algorithm on my own complex dataset, which has...
hello,after I run the prune_model_imagenet.py,when i == 2 in following code, the pruned_cfg[i]=0,it means that the block has no channels to keep. ``` for i in range(len(pruned_cfg)): pruned_cfg[i] = masks[counter].sum().long().item()...