Results 3 issues of caydenwei

In the `Image-Text Matching` part in Colab, I try to use the large retrieval coco model provided in README. But it reports an Assertion error as follow, what can I...

Hello, I noticed a potential issue in the fit_epoch method in https://github.com/d2l-ai/d2l-en/blob/master/d2l/torch.py, where loss.backward() is called within a torch.no_grad() block: ``` self.optim.zero_grad() with torch.no_grad(): loss.backward() ... ``` This usage likely...

### Describe your environment OS: (e.g, Ubuntu) Python version: 3.10.9 SDK version: 1.31.0 API version: 1.31.0 Opentelemetry collector: 0.115.1 Our application runs as a Kubernetes StatefulSet with 200 replicas using...

bug