Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2def7282 authored by PaulWawerek-L's avatar PaulWawerek-L
Browse files

print_date_and_time

parent 30cfffc9
No related branches found
No related tags found
1 merge request!2OSLO-IC
......@@ -415,6 +415,7 @@ parser.add_argument("--weight-type", '-w', type=str, default='identity', help="W
parser.add_argument("--sdpa-normalization", '-sn', type=str, default='non', help="normalization method for sdpa convolutions")
def main():
print('='*40+f' {datetime.now().strftime("%d-%m-%Y %H:%M:%S")} '+'='*40)
args = parser.parse_args()
print("=========== printing args ===========")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment