Closed charlienewey closed 1 year ago
There's a slightly misleading typo in the Logger documentation for the set_default_upload_destination method.
set_default_upload_destination
See: https://clear.ml/docs/latest/docs/references/sdk/logger/#set_default_upload_destination Google's GCS protocol is noted as gc:// instead of the correct gs://
gc://
gs://
only smol issue btw
Thanks for noticing @charlienewey.
Care to PR?
@ainoam Here is a PR to fix the doc comment for gs://
Many thanks @pzarfos!!
Closing as #1018 was merged some time ago.
Describe the bug
There's a slightly misleading typo in the Logger documentation for the
set_default_upload_destination
method.To reproduce
See: https://clear.ml/docs/latest/docs/references/sdk/logger/#set_default_upload_destination Google's GCS protocol is noted as
gc://
instead of the correctgs://