BoLiu commited on
Commit
2718df4
·
verified ·
1 Parent(s): 542e6d3

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import numpy as np
2
  import numpy.typing as npt
3
  import matplotlib.pyplot as plt
 
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES.
2
+ # All rights reserved.
3
+ # SPDX-License-Identifier: Apache-2.0
4
  import numpy as np
5
  import numpy.typing as npt
6
  import matplotlib.pyplot as plt