Mithunjack / Thesis-NeRFs

Denoising 3D TEM tomography via Advanced Neural Radiance Fields(NeRF)
8 stars 0 forks source link

Command that helps you in Thesis project #9

Closed Mithunjack closed 1 year ago

Mithunjack commented 1 year ago

Linux

  1. Cude Version nvidia-smi // 11.8
  2. Python Version python3 --version // 3.9.13
  3. Clear cmd reset
  4. Conda path setup path
  5. ubuntu architecture uname -m // x86_64
  6. ubunty version and machine id hostnamectl
  7. nvcc version nvcc -V
  8. to find or locate file locate {nvcc}
  9. pytorch -v // 1.12.1+cu113

NerfStudio

  1. check available model ns-train --help
  2. torch version check in anaconda pip3 show torch