parser.add_argument('-r','--ratio',type=float,default=0.7,help='Train Ratio (val = 1 - ratio)')
parser.add_argument('-p','--path_to_data',type=arg_directory,help='Path of the folder that contains the .txt (ending with labels/)',required=True)
parser.add_argument('-d','--direction',type=arg_directory,help='Directory to which spectrogram and .txt files will be stored (different from -p)',required=True)
parser.add_argument('-d','--directory',type=arg_directory,help='Directory to which spectrogram and .txt files will be stored (different from -p)',required=True)