-
Regression detected from the following reports:
Report: https://sustainable-computing-io.github.io/kepler-metal-ci/kepler-stress-test-metrics.html
Details:
Significant Regression Detected
Detailed …
-
### Title
Nobrainer toolkit and model zoo for deep learning in neuroimaging
### Short description and the goals for the OHBM BrainHack
The goals of this hackathon are to improve usability of …
satra updated
2 years ago
-
As in
A. Huebl et al., DRBSD-1 - ISC'17 (2017),
DOI:10.1007/978-3-319-67630-2_2, [arXiv:1706.00522](https://arxiv.org/abs/1706.00522)
we should add optional support for [T3PIO](https://github.c…
-
## What problem does this solve or what need does it fill?
Our existing [`Frustum`](https://dev-docs.bevyengine.org/bevy/render/primitives/struct.Frustum.html) type is used for computing what camer…
-
Hi, thanks a lot for putting the docker container together. It's great. I wonder if it's possible to have a MESA docker image available on docker hub. It'd make it more convenient to use MESA on the h…
-
I see you've added Gauss-Jordan. If you're looking for more computational linear algebra tools to add, I highly recommend Golub and Van Loan _Matrix Computations_ . This was *the* reference when I wor…
znmeb updated
2 years ago
-
## Expected Behavior
FASTA and GFF output from easy-predict.
## Current Behavior
When running easy-predict, I get the following notification:
```
Could not open /groups/diamond/projects/animal/…
-
I would like to request the addition of comptime functionality to Dart, similar to what is available in ZigLang (https://ziglang.org). This feature would allow certain computations to be executed at c…
-
Hi,
I'm co-chair of the Scientific Gateways 2019 conference in San Diego 23-25 September (https://sciencegateways.org/web/gateways2019).
Jupyter notebook and lab are already widespread in Scientific…
zonca updated
3 years ago
-
For high learning rates, computing the softmax scores can overflow in the SDR classifier, at the exponentiation step:
```
# softmax normalization
expOutputActivation = numpy.exp(outputActivation)
```…