-
*Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are …
-
It looks like the last liquidfun release was in 2014 even though there have been a bunch of commits since then. Are there any plans to make a new release?
-
Hey guys
Nice work with SEG-Y loader! At our team, we use our own library to interact with SEG-Y data, so I've decided to give a try to MDIO and compare the results of multiple approaches and libra…
-
# How to track things:
https://www.mlflow.org/docs/latest/tracking.html#id74
```python
import mlflow
mlflow.set_tracking_uri("http://localhost:5000")
mlflow.set_experiment("/my-experiment")
wi…
-
Hello! Would you add some extension to simplier installation extensions from Google WebStore? Would be nice feature! Thanks!
-
get error when training on custom data:
```
File "train.py", line 459, in
train(hyp, opt, device, tb_writer)
File "train.py", line 250, in train
accumulate = max(1, np.interp(ni, x…
-
Would this app be suitable to be put in F-Droid's repos?
-
As of July 2023, we have paused active development on TorchData and have paused new releases. We have learnt a lot from building it and hearing from users, but also believe we need to re-evaluate the …
-
## Docker Networking on Windows and Mac
Using macOS or Windows? Use CUBEJS_DB_HOST=host.docker.internal instead of localhost if your database is on the same machine. Said [Cube](https://cube.dev/do…
-
Hello
I read https://maartengr.github.io/BERTopic/api/bertopic.html#bertopic._bertopic.BERTopic.transform and understood from the documents parameter (described as "A single document or a list of d…