TIANTEA
TIANTEA
Hi, I use the code "python -m torch.distributed.launch --nproc_per_node 4 run.py --model_name test --config configs/nusc.txt --models_to_load depth encoder --load_weights_folder=/log/nusc/model/weights/ --save_pred_disps --eval_out_dir=/log/nusc/eval/ --eval_only" But there is no picture output. The eval...
when it runs: model_pred = unet( inp_noisy_latents, timesteps, encoder_hidden_states, added_time_ids=added_time_ids).sample The error is "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 6 but got size 5...