Skip to content

Question about forebrain dataset reproduction #1

@Linshiqi-Git

Description

@Linshiqi-Git

Hi,
scDEC is a very interesting and useful tool.
But I have some confusions when reproducing forebrain results.
my parameters:

  • data = 'Forebrain'
  • model = importlib.import_module("model")
  • nb_classes = 8
  • x_dim = 7
  • y_dim = 20
  • batch_size = 64
  • nb_batches = 50000
  • alpha = 10.0
  • beta = 10.0
  • ratio = 0.2
  • low = 0.03
  • timestamp = ''
  • is_train = False
  • has_label = True
  • mode = 1

outputs:
Loading Pre-trained Model...
INFO:tensorflow:Restoring parameters from ./scDEC/pre_trained_models/Forerain/model.ckpt-best
scDEC: NMI = 0.46680481742184277, ARI = 0.3193782287094836, Homogeneity = 0.46465900691199974

And I run "python eval.py --data Forebrain --timestamp 20211222_105222 --train True" for clustering results. But the t-SNE plot shows that three subtypes of excitatory neuron cells (EX1, EX2 and EX3) are not as well separated clearly as in the article.
Could you give me some suggestions that why I can’t reproduce the results in your paper? Did I use the wrong parameters ? And what’s your parameters?
I’ll be appreciated if you can help me.Thank you very much!
@kimmo1019

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions