-
Following workflow produced plots without labels or class colors (edited for brevity):
```
pyani index pyani_sample_genomes
pyani anim pyani_sample_genomes pyani_sample_genomes_anim
pyani plot -…
-
## Overview
We want to continuously improve the accuracy and reliability of models developed for nodule classification. This is a continuation of #2 and will remain open indefinitely.
**Note:** …
-
Hi @twmitchel,
Thanks for open-sourcing this amazing work.
I am trying your code on my own dataset of high-res meshes, but while applying the `pre-transform` functions, the computeLogXport() gives…
-
## The bug
In short I was not able to configure headless mode object classification to work with a large dataset.
I have a large raw file (h5: 20,000X x 20,000Y, 3C, 30Z >100gb) and pixel probabil…
-
Currently README shows the code coverage on main branch corresponding to last commit. But this does not run all unit tests by default to keep regular CI faster, both pre and post PR. These values are …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
**Describe the bug**
I am able to start simba and the GUI opens fine. If I try to create a new project and click "browse folder", the following error occurs:
```
2022-01-28 15:06:19,769 ERROR - Una…
-
**Is your feature request related to a problem? Please describe.**
Moving from hard coded tokens to master token contract, and potentially 100s of tokens in the ecosystem.
Our current Token List i…
-
```
Supriya (and Team),
I am working on Building Envelope Requirements and I need to confirm that the
following list of spaces will be considered "Residential". I believe we have
other rules that a…
-
For example, the Conv2DLayer has the following default parameters:
```
W=init.GlorotUniform(),
nonlinearity=nonlinearities.rectify, ...
```
But the default gain for the Glorot initialization is 1.0,…