-
## ❓ Questions and Help
Hi, everyone. I am using the wav2vec Unsupervised by following indicates on [README](https://github.com/pytorch/fairseq/tree/01576be513488601e936df67e65e2817d18f576e/example…
-
Hi authors,
Thanks so much for your brilliant code!
I am trying to reproduce table 7. Using the default setting of test_all.sh, my results are:
diff_data_dir:raphael-kirchner/clean/test/500/,…
-
## 🚀 Feature
Cross-Validation is a crucial model validation techniques for assessing how the model generalizes on new data.
### Motivation
Research papers usually require cross-validation. Fro…
-
I'm glad to see you have released deepQMC v1.1.0, which resolves the dependency issues I had installing v1.0.1. However, I'm still running into some errors that I'm hoping you can help with.
# System…
-
**Is your feature request related to a problem? Please describe.**
Currently, the CLI does not allow migrations to be reversed.
Some examples of why this might be important
1. Rolling back to…
-
Hi, i found the following problem when I install on RTX3090 gpu.
Running setup.py develop for nndet
error: subprocess-exited-with-error
× python setup.py develop did not run suc…
-
- default config
- override based on (partial) config file in standard location
- override based on (partial) config file in location passed through CLI/API
- override individual options through CL…
-
### What happened?
Using `ts_project` doesn't produce source_maps if transpiler is defined to `swc` on rules 2.0
```
ts_project(
name = "lib",
srcs = glob([
"src/**/*.ts",
…
-
According to the log restore task was not disrupted. It looks like some issue in nemesis itself
disrupt_mgmt_restore failed with the following issue
Failure reason
```
Traceback (most recen…
-
**Describe the bug**
I'm integrating RMM as a replacement for the default PyTorch Allocator. Everything works fine in simpler scenarios. However, with my project involving mixed precision training,…