Zachariah Carmichael

Results 16 issues of Zachariah Carmichael

Moved from #1767 Unexplanatory error messages are given for scatter plots (and I would imagine any relational plot at least) with hues that could be either inferred as categorical or...

mod:palettes
ux

Require that the fill-reducing permutation P of Cholesky factorizer owns its data before use. Fixes #271 This sets the `OWNDATA` flag of its data to `True` - in traceback it...

Quick fix of LogitLink --> LogLink

If the LibYAML (C-based YAML dumper/loader) are available, prefer these over the Python-based ones for the sake of speed. See https://pyyaml.org/wiki/PyYAMLDocumentation

This allows for specification of whether to maximize/minimize the scoring function specified to the CV. Resolves issue #49

This correction was necessary in order to prevent static assertion errors in my environment. Compilation error in question: ```/home/zach/Projects/ORB-SLAM/ORB_SLAM2/src/LoopClosing.cc: In member function ‘void ORB_SLAM2::LoopClosing::CorrectLoop()’: /home/zach/Projects/ORB-SLAM/ORB_SLAM2/src/LoopClosing.cc:416:20: warning: use of an operand...

Hi, I receive the same output for every input image I give the Overfeat model using the Python API. Minimal code to reproduce: ``` >>> overfeat.init(path_to_weights, 0) >>> img =...

change `coin-pump.csv` to `price_extract.csv`

### Operating Systems ### Server [morty]: Arch Linux 4.15.2-1-vfio Client [win10]: Microsoft Windows 10 (OS Build 16299.192) ### Synergy Version ### Server: 2.0.0 Client: 1.9.0-rc3 ### Steps to reproduce bug...

Hello, I just noticed that the default argument for `--data_path` in all entry files (`main.py`, etc.) is `'./datasets/cub200_cropped/'. In the ProtoPFormer paper (and supplemental), it is stated that images are...