David Stein

Results 11 comments of David Stein

https://singlecellvr.pinellolab.partners.org/view?dataset=grun2016-Pancreas-seurat_scvr&fulldataset=false Switch to VR mode and look about 45 degrees to the left or right. Currently working on a minimal example

Downgrading to 1.04 fixes this issue. I notice, if i use >1.0.4, the console gets spammed with THREE.MATRIX4 getInverse has been removed. Not sure if its related.

@mdubourg001 can you post a snippet using a-entity with a-gui-button? I can't get the entity text to display

Thanks for the added detail, that's exactly what I was getting at. Perhaps this functionality is not available

Yes, see the example below. Meant to say Keras not scitkit, but the relevant documentation is as follows: > class_weight: Optional dictionary mapping class indices (integers) to a weight (float)...

Thanks for the quick response! Here's my ```conda list``` output, ``` # packages in environment at /home/david/.bin/miniconda3/envs/deeppsicov: # # Name Version Build Channel _libgcc_mutex 0.1 main _openmp_mutex 4.5 1_gnu blas...

I tried deleting the pycache dir but still ran into the same issue. And I'm not running a virtual machine. These are the versions of the dependencies I've installed in...

Thanks for your help! I'll probably give it a shot on another system and see if it goes better

Hi, I added a data.to(device) in the encoder training loop and now the models are using the GPU. I will try to go back and take a look to see...

Thanks for the quick fix! I rebuilt from master, but I'm running into this error now: `java.lang.ArrayIndexOutOfBoundsException: Index 1341 out of bounds for length 1341 at weka.core.DenseInstance.value(DenseInstance.java:347) at mulan.transformations.BinaryRelevanceTransformation.transformInstance(BinaryRelevanceTransformation.java:126) at...