You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
data-maker/pipeline.py

385 lines
14 KiB
Python

#!/usr/bin/env python3
# print ("CAN NOT TRAIN EMPTY DATASET ")
# _args['num_gpu'] = int(args['num_gpu']) if 'num_gpu' in args else 1
filename = SYS_ARGS['config'] if 'config' in SYS_ARGS else 'config.json'
f = open (filename)
# Let us see if we have partitions given the log folder
idataset = args['input'] if 'input' in args else 'io' #-- input dataset