AIforEarth-API-Development icon indicating copy to clipboard operation
AIforEarth-API-Development copied to clipboard

This is an API Framework for AI models to be hosted locally or on the AI for Earth API Platform (https://github.com/microsoft/AIforEarth-API-Platform).

Results 2 AIforEarth-API-Development issues
Sort by recently updated
recently updated
newest added

Hello, I'm making some updates to my application and am wondering if there are some suggestions that could be made for: 1) hot reloading the application if a python file...

I ran into an issue with the following code https://github.com/microsoft/AIforEarth-API-Development/blob/18b33b3bd23b2720efc8c067bad64b972735c6da/Containers/base-py/ai4e_api_tools/ai4e_service.py#L139 where `self.tracer` was not defined. https://github.com/microsoft/AIforEarth-API-Development/blob/18b33b3bd23b2720efc8c067bad64b972735c6da/Containers/base-py/ai4e_api_tools/ai4e_service.py#L42-L43 Above L42, I guess you could just add `self.tracer = None` to prevent this....