-
Sometimes folks ping us to ask how they can contribute code to the MegaDetector project, and we don't really have a place to point them right now. Combined with the fact that a couple of important op…
-
Continued from #343.
#### Notes
Please check the open issues for an area to contribute. `bukuserver` has several open features requests.
The list below is a growing one. While suggesting new …
jarun updated
1 month ago
-
Comment below with questions or thoughts about the reading for [this week's workshop](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/02-06_Boutyline).
Please make your comm…
-
Leaving this here for anyone wanting to use it with an AMD GPU.
Tested working with Python 3.10.8 Arch Linux, AMD RX 6650XT.
**Installing**
Install ROCm on your system, how you do this is going t…
-
Post questions here for:
Danescu-Niculescu-Mizil, C., West, R., Jurafsky, D., Leskovec, J. and Potts, C., 2013. [“No country for old members: User lifecycle and linguistic change in online communi…
-
Right now we serve previews in png or jpg. Which has the advantage of being support on nearly every platform since the late 90s. But of course it is no longer the best solution out there.
I would p…
-
Bazel has legacy support for license-checking third party dependencies that has a) never properly worked and b) messed up tasks that have nothing to do with licensing.
Examples:
* https://github…
-
When sample weights are negative, the probabilities can come out negative as well:
```
>>> rng = np.random.RandomState(10)
>>> X = rng.randn(10, 4)
>>> y = rng.randint(0, 2, 10)
>>> sample_weight = r…
-
**Submitting authors:** spencergerlach, DMerigo, Mengjun74, RussDim
**Repository:** https://github.com/UBC-MDS/Credit_Approval_Prediction
**Report link:** https://github.com/UBC-MDS/Credit_Approv…
-
We want to **fine-tune** 'bert-large-nli-stsb-mean-tokens' on **multi-label classification task**. So that we can use the output model to get **embeddings** out.
We have a bunch of sentences classif…