C45513
Results
1
comments of
C45513
trafficstars
I've got the same error, below is my trainer code, is the same as the demo templates. ``` trainer_args = { 'run_fn': run_fn, 'transformed_examples': transform.outputs['transformed_examples'], 'schema': schema_gen.outputs['schema'], 'transform_graph': transform.outputs['transform_graph'], 'train_args':...