-
I have been trying to implement the features described in the "[Controlling Perceptual Factors in Neural Style Transfer](https://arxiv.org/abs/1611.07865)" research paper.
The code that used for th…
-
Right now, the model (correct me if I'm wrong) appears to be locked down to sequences of max 512, based on running & playing with the code (and this makes sense in the context of the paper).
Are th…
-
**Use case**
At the moment, most unpaved highways such as tracks are not included in the smoothness quest because their surface is often `ground`, `dirt`, `earth`, etc. I think that for car users, th…
rhhsm updated
1 month ago
-
**Submitting Author:** Tessa Pierce-Ward (@bluegenes)
**All current maintainers:** @ctb, @luizirber, @bluegenes
**Package Name:** sourmash
**One-Line Description of Package:** `sourmash` is a comma…
-
[SHAP](https://shap.readthedocs.io/en/latest/example_notebooks/text_examples/sentiment_analysis/Positive%20vs.%20Negative%20Sentiment%20Classification.html#) -> only works using notebook...
```python…
-
Hello, I am curating 10X single-cell data for repertoire loading into iReceptor and I have a question about metadata annotation.
Regarding the cell_phenotype field, I am wondering how to represent…
-
Hey, it's already possible to make the serving provide data to the model in chunks, however, it seems that the whole audio still has to be available at once, which is impossible for live streaming. Wo…
-
Thanks for this repo!
could it possible support [gonb](https://github.com/janpfeifer/gonb)?
for now, error:
jupytext.formats.JupytextFormatError: Extension '.go' is not a notebook extension. …
HaveF updated
3 months ago
-
This guide explains how to train your own **single-class dataset** with YOLOv3.
## Before You Start
1. Update (Python >= 3.7, PyTorch >= 1.3, etc.) and install [requirements.txt](https://github.…
-
I am trying to modify the YOLOv8 backbone by adding the attention module inside. However, I keep getting key error. I modified the .yaml file, modules.py and tasks.py but still not working. Anyone can…