Xiangjie Li
Xiangjie Li
Same bug for me.
I re-install pyscenic with version 0.11.1, and downgrade `dask==2.30.0` and `distributed==2.30.0`, which works for me.
I fixed it in our latest version by `self.clusters = self.add_weight(shape=(self.n_clusters, input_dim), initializer='glorot_uniform', `name='clusters')`. Sorry for late reply.
Hi. Could you show some detailed information about how you install desc, I tested on different platforms (ubuntu, mac and windows), there is no error like you showed above. Any...
Thanks nathanin
Because DESC's dependency on other packages, such as TensorFlow,scanpy and keras, we are updating and testing our desc algorithm to be compatible with tensorflow2.0, scanpy 1.4.5+. Hopefully, the latest algorithm...
Hi LuckyMD, I have already updated our desc algorithm. 1. For `tensorflow 1*`, we released `desc(2.0.3)`. Please see our jupyter notebook example [desc_2.0.3_paul.ipynb](https://github.com/eleozzr/desc/blob/master/desc_2.0.3_paul.ipynb) 2. For `tensorflow 2*`, we released `desc(2.1.1)`....
> Also, what is the limit to python 3.7 compatability? All the script was tested in python3.5 or python3.6, but I think the script works in python3.7.
> Are you still planning to fix the install requirements in: > > https://github.com/eleozzr/desc/blob/9acb04702227d684d7e81a338320c59f7a423459/setup.py#L21-L23 > > Then I could just install from `pip` directly rather than making a git fork...
> with > Install for 2.0.3 worked, thanks :). Is there a reason you are limited to keras 2.1? Just a question... I can work with that as well ;)....