-
Currently, there are [4 models uploaded](https://github.com/axiom-data-science/OrcaCNN/tree/master/app/models) to help in the prediction of orca calls. Some of these are `checkpoint` models which were…
-
```
Develop a tool that allows the user to generate a list of species either at a
user-specified map click, or within a polygon drawn on the map.
Thoughts/issues
1. Distinguish between species know…
-
@lievenclement @lgatto @ococrook Thank you for a great tool! I am looking to fit a hurdle model on data I have run through DIANN. In order to do this, should I be utilizing the protein intensity value…
-
Hello,
I am a computational linguist working on an exciting project regarding NLP and machine translation.
Custom logits processors and, thereby, constrained decoding are of high interest to me,…
-
For mixed models, it would be great if MCMC could be initialized with a more accurate estimation. This was a feature in Pymc and Edwardlib, but does not appear to be available in either `tensorflow_pr…
-
Hi all, this issue will track the feature requests you've made to TensorRT-LLM & provide a place to see what TRT-LLM is currently working on.
Last update: `Jan 14th, 2024`
🚀 = in development
#…
-
I notice that the code uses CrossEntropyLoss for local training:
https://github.com/pliang279/LG-FedAvg/blob/7af0568b2cae88922ebeacc021b1679815092f4e/models/Update.py#L28
And it accepts the log-pr…
-
#### Sen12ms datasets evaluation (supervised models)
- document (single label). Make it more clear
- Document multi-label how the author did
- Document Sen12ms repo, 2 tasks (classification, seman…
-
Goal: create a new module (for now say: `cleanlab.experimental.training_dynamics`) that allows users to provide model outputs/info at every iteration (aka checkpoint) of an iteratively trained model (…
-
My pc is 64 cpu with cuda GPU,but when i use
```
lda_corpus = models.ldamulticore.LdaMulticore(corpus=train_corpus, num_topics=num_topics, id2word=dictionary,
alpha=0…