Update JiRackNative_3b.py
Browse files- JiRackNative_3b.py +10 -1
JiRackNative_3b.py
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
# =============================================================================
|
| 2 |
-
# COPYRIGHT © 2025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
# =============================================================================
|
| 4 |
import torch
|
| 5 |
import torch.nn as nn
|
|
|
|
| 1 |
# =============================================================================
|
| 2 |
+
# COPYRIGHT © 2025-2026 Konstantin Vladimirovich Grabko. ALL RIGHTS RESERVED.
|
| 3 |
+
# CMS Manhattan JiRack Technology — PATENT PENDING
|
| 4 |
+
#
|
| 5 |
+
# This code is proprietary.
|
| 6 |
+
# Personal and non-commercial research use is allowed.
|
| 7 |
+
# Any commercial use, derivative works for profit, or distribution
|
| 8 |
+
# requires a paid license and 5% royalty.
|
| 9 |
+
#
|
| 10 |
+
# Unauthorized commercial use is strictly prohibited.
|
| 11 |
+
# Contact: grabko@cmsmanhattan.com
|
| 12 |
# =============================================================================
|
| 13 |
import torch
|
| 14 |
import torch.nn as nn
|