Xing Han Lu
Xing Han Lu
Wanted to add that when the theme is changed, the current state of the app is reset. See this example: https://dash-daq-stepper-motor.herokuapp.com/ try changing a slider value, then change the theme;...
The line-layer demo comes from [this pydeck demo](https://pydeck.gl/gallery/line_layer.html), which also has fewer lines. I think it's likely caused by `picking_radius` or `get_radius` when you define the pydeck layer.
Happy to take a stab in 2 weeks once my schedule allows it :)
I've tried installing it with `conda install -c pytorch faiss-cpu -y` (see [notebook v4](https://www.kaggle.com/code/xhlulu/faiss-vs-torch-mm?scriptVersionId=106908552)) instead and now `index.search` gives me an error: ``` INTEL MKL ERROR: /opt/conda/lib/python3.7/site-packages/faiss/../../.././libmkl_avx2.so.2: undefined symbol: mkl_sparse_optimize_bsr_trsm_i8....
So I tried to use the unofficial pip installation method `pip install faiss-cpu`, and it significantly reduced the time it takes (but still 2x slower): ``` %time results_pt = torch.topk(torch.mm(query,...
My experiments were with `faiss-cpu`, since I'm planning to use data too large to fit on a GPU. I haven't tried GPU yet, but will try when I have the...
The [official project page](https://tachibanayoshino.github.io/AnimeGANv2/) gives more detail about the AnimeGAN models. HTH
Hi @hursth, is that a new feature for Cytoscape.js? If so, feel free open a PR in https://github.com/plotly/react-cytoscapejs first to add that feature!
Hi @realboa, did @daddycocoaman 's suggestion work for you?
That sounds pretty interesting! I'm looking at the PR (https://github.com/plotly/dash-core-components/pull/854) and I'm wondering which props we will want to `extract` and `apply`. Other than `elements`, what would you suggest? @ManInFez...