Simon Karasik

Results 12 comments of Simon Karasik

Hi @SunilPadasala, did you try to follow this piece of documentation? https://github.com/flasgger/flasgger#behind-a-reverse-proxy On my project, we used werkzeug's [ProxyFix](https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/?highlight=proxyfix#werkzeug.middleware.proxy_fix.ProxyFix)` instead of the suggested solution on Flasgger's documentation, that worked too....

Hi @mbaelde! I am also interested in the conversion of the Hierarchical Classifier to ONNX. Did you have luck with it?

Well, I missed a logical idea, and only now found that there is an env flag [TENSORSTORE_CURL_VERBOSE](https://google.github.io/tensorstore/environment.html#envvar-TENSORSTORE_CURL_VERBOSE). Now I see that it seems like s3 driver does not use the...

Checked the source code of tensorstore, found that `Host: s3..amazonaws.com` is caused by code in `s3_endpoint.cc`. I see that there a way set custom [host_header](https://google.github.io/tensorstore/kvstore/s3/index.html#json-kvstore/s3.host_header), so I asked my team...

Thank you for such a fast response! > Which s3-compatible storage mechanism do you use I am using storage by Nebius.ai (https://nebius.ai/docs/storage/), as far as I see, it is fully...

@laramiel, is it right that current s3 driver implementation implements upload as one HTTP request? I am trying to save a 10+ GB checkpoint via S3 driver in OCDBT format....

@laramiel , thank you so much! Also, I have just noticed a new commit https://github.com/google/tensorstore/commit/b30c91b1337ac4c2c74330f14f6872c1e4f3a040 about `target_data_file_size` for ocdbt. That's also great! I am not sure how about performances differences...

Hi Colin, Great, I will be happy to contribute. Thanks, I like the provided code sample, it looks very configurable. Let me clarify one thing. I assumed that there should...

Hi @cpgaffney1! Are there any updates on this matter? I found a PR with fix for metadata reading, but it was not updated since January 17: https://github.com/google/orbax/pull/671 Thanks, Simon