Celso França

Results 44 issues of Celso França

**BUG Description** I'm trying to automate and scale a large collection of experiments using AWS SageMamker via Python SDK. However, I am facing an error that does not give any...

**BUG Description** **I am facing an error that does not give any direction to resolve it when migrating to run on Sagemaker.** The code runs perfectly on the local machine....

Is it possible to include User-Defined Metrics?

Hello, The following code snippet shows a custom distance function that scales the simple dot distance with the rewards associated with each embedding. ```python import torch from pytorch_metric_learning.distances import BaseDistance...

enhancement