camp_zipnerf icon indicating copy to clipboard operation
camp_zipnerf copied to clipboard

Noob questions

Open Iliceth opened this issue 1 year ago • 1 comments

Hi, I hope you don't mind, but could you tell me if any of the errors/warnings underneath, selected and copied during the process, are problematic and/or potentially do hurt the performance of your code on my system?

E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered

E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered

E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered

W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

I0124 13:07:20.764660 140638609667136 xla_bridge.py:660] Unable to initialize backend 'rocm': NOT_FOUND: Could not find registered platform with name: "rocm". Available platform names are: CUDA

I0124 13:07:20.768469 140638609667136 xla_bridge.py:660] Unable to initialize backend 'tpu': INTERNAL: Failed to open libtpu.so: libtpu.so: cannot open shared object file: No such file or directory

Warning: image_path not found for reconstruction

I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.

And a last question: the output of generate_tables_360.py looks like this in my terminal, formatting is off due to only one result in my set?

Average Results:
\hline
Our Model &    \cellcolor{red}28.30 &    \cellcolor{red}0.864 & 8.02
Per-Scene Results:
psnr
 & \textit{360_v2_garden_1297x840/checkpoints} \\\hline
\hline
Our Model &    \cellcolor{red}28.30
ssim
 & \textit{360_v2_garden_1297x840/checkpoints} \\\hline
\hline
Our Model &    \cellcolor{red}0.864

Iliceth avatar Jan 24 '24 22:01 Iliceth

it looks like you run on TPU (google colab ?) try switching to GPU runtime, as JAX is not working properly

Brunwo avatar Jan 31 '24 17:01 Brunwo