Yunzhi Zhang
Yunzhi Zhang
> Is there any references for such operation? https://stackoverflow.com/questions/2049230/convert-rgba-color-to-rgb Not sure whether this dropping the alpha channel, as originally implemented, is indeed the intended behavior and is used in other...
Changing a seed might help. Related to https://github.com/yenchenlin/nerf-pytorch/issues/52.
Encountered the same error with slurm jobs when disabling cuda terrain. The full log is attached. [7349009_0_7349010_no_cuda_terrain.log](https://github.com/princeton-vl/infinigen/files/14577596/7349009_0_7349010_no_cuda_terrain.log)
Thank you Alex for the prompt reply! The logs of installation is attached. [installation_logs.txt](https://github.com/princeton-vl/infinigen/files/14581774/installation_logs.txt) Platform information: OS & OS Version: Linux GPU: A5000 GPU Driver Version: cuda 11.7
Hi @mazeyu, please see all related logs here: https://drive.google.com/drive/folders/1_TSPAWKIsWuiEBJEh6Y4Qk1VWu8gMxcn?usp=sharing. Thanks!
Hi @mazeyu, thanks for the reply. I encountered the same error when running tasks separately as well using slurm jobs. Below is a truncated `log.err` that contains relevant error information:...
Hi, the command I used is```python infinigen_examples/generate_nature.py -- --output_folder ${LOG_DIR}/coarse --task coarse --task_uniqname coarse -g video```, but I've modified the source code so I'm not sure if this command would...
Could you check if `logs/_data_example_train` contains tensorboard event files? If so, it's possible that you need to wait a little bit for tensorboard to be loaded.
Could you check the console output to make sure that training is not halted somewhere before the tensorboard is written (which occurs here https://github.com/zzyunzhi/object-intrinsics/blob/24d6016079c9c8f49128fa80c409bf8153cbe8aa/src/trainers/gan_pose_trainer.py#L310)?
Hi, could you attach the full error log? I believe your screenshot contains a warning (from https://github.com/zzyunzhi/scene-language/blob/315b2b324daa8e4df061d613d70049d83c4aec97/scripts/prompts/impl_utils.py#L20) but is not an actual error. Thanks!