wiki/howto/windestimation.md
... ...
@@ -29,6 +29,12 @@ For your account that is equipped with the ``TRACKED_RACE:EXPORT`` permission yo
29 29
-e MEMORY=-Xmx8g \
30 30
docker.sapsailing.com:443/windestimationtraining:latest
31 31
```
32
+If successful (and you may want to remove the ``--rm`` option otherwise to allow you to inspect logs after unsuccessful execution) you will find the output under ``/tmp/windEstimationModels.dat`` which you can upload as usual, e.g., as in
33
+```
34
+ curl -X POST -H "Content-Type: application/octet-stream" --data-binary @windEstimationModels.dat \
35
+ -H "Authorization: Bearer 987235098w0t98yw409857098745=" \
36
+ https://host.sapsailing.com/windestimation/api/windestimation_data
37
+```
32 38
33 39
### Creating the Docker Image for Model Training
34 40