nasa / delta

Deep Learning for Satellite Imagery
Apache License 2.0
210 stars 65 forks source link

Remove extraneous field 'model' from example yaml #111

Closed parkeraddison closed 3 years ago

parkeraddison commented 3 years ago

Attempting to run the Landsat-8 example script (./scripts/example/l8_cloud.sh') results in a Python errorValueError: Unexpected field model in config file.`

The field 'model' seemed to be extraneous, so I removed it from the config file entirely (along with from its README). That's all.

Thanks for the great framework!

bcoltin commented 3 years ago

Thank you!!!