ostapagon commited on
Commit
c0a1a32
·
1 Parent(s): 15293fc
Files changed (1) hide show
  1. demo/gs_train.py +0 -7
demo/gs_train.py CHANGED
@@ -139,13 +139,6 @@ def train(
139
  except Exception as e:
140
  print("Error fetching NVCC Driver Version:", e)
141
 
142
- try:
143
- import sys
144
- python_version = sys.version
145
- print("Python Version:", python_version)
146
- except Exception as e:
147
- print("Error fetching Python Version:", e)
148
-
149
  #
150
  # Copyright (C) 2023, Inria
151
  # GRAPHDECO research group, https://team.inria.fr/graphdeco
 
139
  except Exception as e:
140
  print("Error fetching NVCC Driver Version:", e)
141
 
 
 
 
 
 
 
 
142
  #
143
  # Copyright (C) 2023, Inria
144
  # GRAPHDECO research group, https://team.inria.fr/graphdeco