Yidi Chen
Results
2
issues of
Yidi Chen
This is a superset of issue [Top Down](https://github.com/castorini/ura-projects/issues/46). This PR reorganized the various reordering methods including sliding window, top down, as well as ListT5's tournament sort methodology. Now it is...
Hi! I would like to manage a scope-managed resource with a possible fastapi request. If I write something like: ```py class MyService: def __init__(self, session: Callable[[], Awaitable[int]]) -> None: self._session...