Atharva Bhagwat

Results 2 issues of Atharva Bhagwat

When i try to pass a numpy array of a list of images, i have this error. In this case the batch size was 2. Error Log: ''' tensorflow.python.framework.errors_impl.InvalidArgumentError: Input...

```python df = one_hot_encoding(adata_map.obs[annotation]) if "F_out" in adata_map.obs.keys(): df_ct_prob = adata_map[adata_map.obs["F_out"] > threshold] df_ct_prob = adata_map.X.T @ df df_ct_prob.index = adata_map.var.index ``` The output of the function does not change...