-
```
I had a play around with BEAUTi recently and couldn't help but notice that
discretized branch rates is the default for relaxed clock models. Since we now
have a proper continuous implementation …
-
Hi, @anayebi , I am a newbie in keras, I want to do sequence classification (e.g., 2 classes, each element in the sequence is a 2d matrix or image) just like the first architecture in fig 3 in this ar…
-
Working on the C/CD implementation, a few issues have come up. I've introduced the new N and E grids, have computed dx and dy for those grids, and am working on the averaging "u2t/t2u" methods to go…
-
Hi Flower-Team,
first of all, thanks to the functionalities coming with release 0.14 and 0.15.
Another possible point I am thinking about:
I rewrote flower in a way that the server stores the g…
-
Hello @jfzhang95,
In Loss.py, I find the loss is averaging over batch, as below.
if self.batch_average:
loss /= n
However, I think the loss has already been averaged by set…
-
We have finetuned the passt_s_swa_p16_s16_128_ap473 model on Dcase 2020 dataset for scene classificiation. Now we are trying to use the finetuned model by loading params from ckpt file using state dic…
-
Possibly change how optionally returned final `betas` are computed to make them more useful for downstream analyses. For that, change `frrsa/frrsa/fitting/fitting/final_model` so that it does a repeat…
-
```
I had a play around with BEAUTi recently and couldn't help but notice that
discretized branch rates is the default for relaxed clock models. Since we now
have a proper continuous implementation …
-
```
I had a play around with BEAUTi recently and couldn't help but notice that
discretized branch rates is the default for relaxed clock models. Since we now
have a proper continuous implementation …
-
If a string is 100 chars of English followed by 900 characters of French, what is the ideal result? Is it the following?
```
[
{language: "en", confidence:.1},
{language: "fr", confidence:.9…