Connor Barnhill

Results 8 issues of Connor Barnhill

# Pull Request Template ## Description Fix bug in Bayesian hyperparameter optimization class. Even when specifying hyperparams as class 'int', GPGO still returns floats. The existing logic to cast hyperparameters...

# Pull Request Template ## Description Fix #2853 Fix an issue that arises when using ValidationCallback with TochModel ## Type of change Please check the option that is related to...

## 🐛 Bug Training an MPNNModel with a ValidationCallback throws a RuntimeError. Based on some [quick googling](https://discuss.pytorch.org/t/cudnn-rnn-backward-can-only-be-called-in-training-mode/37622), it looks like this happens in pytorch when 'model.eval()' is called and 'model.train()'...

Trying to write a single VCF file (bigvcf) from a spark dataframe. I have an INFO field that's a float. Writing throws an error on the FloatType: ![image](https://user-images.githubusercontent.com/7959016/132544110-b3bfbaf0-be1f-44c9-ab79-2d614bb687ba.png)

Looking at the [docs for splitting multiallelic variants](https://glow.readthedocs.io/en/latest/etl/variant-splitter.html), it looks like the answer is no. This differs from the hail implementation of "split_multi_hts". Should QC filters based on GQ be...

Is there any reason why there isn't a quiet mode for ImageDataGenerator.flow_from_dataframe? It's not ideal to see "Found {} non-validated image filenames." for every initialization.

image
PR welcome

Hello, When running the step 2 logistic regression I get an error: ValueError: Null fit failed! This is the first time I've hit this error. I've gathered it's an error...

Hello, I'm trying to run TALON on PacBio data from a non-human primate (using [this](https://hgdownload.soe.ucsc.edu/hubs/GCF/012/559/485/GCF_012559485.2/genes/GCF_012559485.2_MFA1912RKSv2.ncbiRefSeq.gtf.gz) gtf file, parent directory [here](https://hgdownload.soe.ucsc.edu/hubs/GCF/012/559/485/GCF_012559485.2/genes/)). I'm able to initialize the database, label the reads, and...