Unanswered
Please Tell Me What Is Needed So That The Models Saved In The Tensorboard Are Automatically Saved In S3?
Upd: Like This Doesn'T Work:
I found a solution - I did not specify the address of the service (
here is a working code example:
basket = s3-infra.loc/
path = "s3-artifacts-test/proj_path"
task = Task.init(
project_name=project_name,
task_name=task_name,
reuse_last_task_id=False,
output_uri='s3://{basket}{path}',
)
148 Views
0
Answers
one year ago
one year ago