LambdaLabsML / examples

Deep Learning Examples
MIT License
811 stars 108 forks source link

'int' object has no attribute 'strip #62

Open lvsi-qi opened 1 year ago

lvsi-qi commented 1 year ago

ngpu = len(lightning_config.trainer.gpus.strip(",").split(',')) AttributeError: 'int' object has no attribute 'strip