Update page_element_v3.py
Browse files- page_element_v3.py +3 -0
page_element_v3.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
| 3 |
from typing import Dict, List, Tuple
|
|
|
|
| 1 |
+
# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES.
|
| 2 |
+
# All rights reserved.
|
| 3 |
+
# SPDX-License-Identifier: Apache-2.0
|
| 4 |
import torch
|
| 5 |
import torch.nn as nn
|
| 6 |
from typing import Dict, List, Tuple
|