Gautam
Gautam
Sample item event passed : ``` [{'event': 'metadata', 'fields': [{'name': 'pesticide', 'value': 'pesticide_3'}, {'name': 'fertilizer', 'value': 'fertilizer_2'}], 'id': '1', 'item': 'item1', 'tenant': 'default', 'timestamp': 100}, {'event': 'metadata', 'fields': [{'name': 'pesticide',...
Sample user event data passed: ``` [{'event': 'metadata', 'fields': [{'name': 'land_area', 'value': 1.61}, {'name': 'crops', 'value': 'rabi'}], 'id': '1', 'user': 'user1', 'tenant': 'default', 'timestamp': 100}, {'event': 'metadata', 'fields': [{'name': 'land_area',...
Bootstrap is running when I pass the correct event type e.g: ``` { "event": "user", "id": "1", "timestamp": 100, "user": "user1", "fields": [{"name": "land_area", "value": 2.19}, {"name": "crops", "value": "kharif"}]...
> @GautamR-Samagra @amkazan It seems like the recent update of onnxruntime-gpu has broken the link, I think it will be fixed on their side soon. I had to fix onnxruntime-gpu...
Facing the same issue. Is there no way around having to run the script twice?