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

415 lines
14 KiB
Python

#!/usr/bin/env python3
5 years ago
@staticmethod
os.environ['CUDA_VISIBLE_DEVICES'] = str(args['gpu'])
_dc = pd.DataFrame()
_id = 'path'
generator = Components()