Philip Meier

Results 337 comments of Philip Meier

I'm using the [`resurrect` branch](https://github.com/pystiche/pystiche/tree/resurrect) for this.

@ejguan I guess you have the most context on the errors given you fixed pytorch/vision#6997. We just merged pytorch/vision#7403 to make diagnosing this easier. This patch will hit with tomorrows...

@SvenDS9 seems like the test now displays a proper error message: https://github.com/pytorch/data/actions/runs/4384715686/jobs/7676523545#step:9:2098. So the failure is still ongoing, but at least it is now clear what is happening.

Just as a heads-up: feel free to change anything under `torchvision.prototype.datasets` if it doesn't work well with `torchdata`. This is very much work in progress and nothing is set in...

Of the two options provided, I strongly favor 2. since 1. would only fix the test, but not the behavior. I'll let @ejguan comment on whether the actual proposal is...

Hey @harishsdev, I'm unable to reproduce this locally. Our download tests also succeeded today. Maybe it was just a fluke? Could you retry if it works for you now?

We were bitten by this as well. Documentation on the hnsw parameters would be much appreciated.

In the mean time, here is a list of all available parameters https://github.com/chroma-core/chroma/blob/cdcafc8886cfae0e1f04d0c9d5ffec4339c16aa4/chromadb/segment/impl/vector/hnsw_params.py#L10-L23 and the corresponding defaults https://github.com/chroma-core/chroma/blob/cdcafc8886cfae0e1f04d0c9d5ffec4339c16aa4/chromadb/segment/impl/vector/hnsw_params.py#L55-L63 https://github.com/chroma-core/chroma/blob/cdcafc8886cfae0e1f04d0c9d5ffec4339c16aa4/chromadb/segment/impl/vector/hnsw_params.py#L79-L80

cc @t-houssian as OP of #2870, who added the original tutorial.

As of 13 Jan, 2023 (pytorch/vision#7071) the site seems to be back to normal.