Evan Welch
Results
2
issues of
Evan Welch
Reproducible error: ```python import pandas as pd import dataclasses import marshmallow_dataclass @dataclasses.dataclass class Something: date_i_care_about: pd.Timestamp print(f"here's a timestamp {pd.Timestamp('2017-01-01')}") # this mutates the constructor for pd.Timestamp by recursively trying...
# Context One nice feature of the `tfrs.tasks.retrieval` task is how simple it is. Especially how it dot products equal-sized of query and candidate embeddings and internally computes the "labels"...
cla: yes