Upload fine_tune_jit_with_validation.py
Browse files
fine_tune_jit_with_validation.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import torch
|
| 3 |
import torch.nn as nn
|
|
|
|
| 1 |
+
# Copyright (c) 2025 CMS Manhattan
|
| 2 |
+
# All rights reserved.
|
| 3 |
+
#
|
| 4 |
+
# This file is part of a project authored by CMS Manhattan. You may use, distribute, and modify
|
| 5 |
+
# this code under the terms of the APACHE 2.0 license .
|
| 6 |
+
|
| 7 |
import os
|
| 8 |
import torch
|
| 9 |
import torch.nn as nn
|