Last active
May 18, 2022 07:42
-
-
Save tomer-grin/ef5d3164a38b85792fb4b6a83fb70799 to your computer and use it in GitHub Desktop.
my utility functions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from re import T | |
import sys | |
import os | |
import argparse | |
import boto3 | |
sys.path.append('.') | |
from clearml import Task | |
import subprocess | |
import collections | |
fgafga | |
my new folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment