microsoft / solution-accelerator-many-models

MIT License
193 stars 85 forks source link

Logs lost #140

Open superflexo opened 2 years ago

superflexo commented 2 years ago

I am try to use the solution proposed within my project with a custom training script. I have this two problems:

I acknowledge these seem not issues with the solution proposed, still I think that may hamper the robustness of it. Please let me know if you can help me. Thank you a lot!

UPDATE Modifying the except part of the custom train script as

except Exception as e:
            logging.error(str(e))

was a first good idea!