Hey @luis_bergua , the notebook you shared and worked as expected. Nevertheless, I face some problem when I want to add images in each table row. I am not able to fully reproduce the bug. The first iteration works as expected but I get a W&B Internal Error after the first increment is tried.
The logs tell me:
2024-04-30 11:54:48,285 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():373] 500 response executing GraphQL.
2024-04-30 11:54:48,285 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():374] {"errors":[{"message":"An internal error occurred. Please contact support.","path":["commitArtifact"]}],"data":{"commitArtifact":null}}
2024-04-30 11:54:49,356 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:49,357 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:49,896 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():373] 500 response executing GraphQL.
2024-04-30 11:54:49,896 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():374] {"errors":[{"message":"An internal error occurred. Please contact support.","path":["commitArtifact"]}],"data":{"commitArtifact":null}}
2024-04-30 11:54:51,738 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:51,738 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:52,596 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():373] 500 response executing GraphQL.
2024-04-30 11:54:52,596 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():374] {"errors":[{"message":"An internal error occurred. Please contact support.","path":["commitArtifact"]}],"data":{"commitArtifact":null}}
2024-04-30 11:54:52,596 INFO Thread-25 (_thread_body):6159 [retry.py:__call__():172] Retry attempt failed:
Traceback (most recent call last):
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/wandb/sdk/lib/retry.py", line 131, in __call__
result = self._call_fn(*args, **kwargs)
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/wandb/sdk/internal/internal_api.py", line 369, in execute
return self.client.execute(*args, **kwargs) # type: ignore
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/wandb/vendor/gql-0.2.0/wandb_gql/client.py", line 52, in execute
result = self._get_result(document, *args, **kwargs)
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/wandb/vendor/gql-0.2.0/wandb_gql/client.py", line 60, in _get_result
return self.transport.execute(document, *args, **kwargs)
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/wandb/sdk/lib/gql_request.py", line 59, in execute
request.raise_for_status()
File "/home/tp/.virtualenvs/synthetic_retraining/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.wandb.ai/graphql
2024-04-30 11:54:54,127 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:54,127 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:56,518 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:56,519 ERROR gpu :6159 [interfaces.py:monitor():144] Failed to sample metric: Unknown Error
2024-04-30 11:54:56,777 DEBUG HandlerThread:6159 [handler.py:handle_request():146] handle_request: stop_status
2024-04-30 11:54:56,778 DEBUG HandlerThread:6159 [handler.py:handle_request():146] handle_request: internal_messages
2024-04-30 11:54:57,133 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():373] 500 response executing GraphQL.
2024-04-30 11:54:57,133 ERROR Thread-25 (_thread_body):6159 [internal_api.py:execute():374] {"errors":[{"message":"An internal error occurred. Please contact support.","path":["commitArtifact"]}],"data":{"commitArtifact":null}}
I can share an example later, but do you have an intuition why that happens?