Open julianzimmerlin opened 4 years ago
Hi, thank you for reproducing our result. I'm Zhang, the first author of the paper.
As for the 1. and 2. questions, I will check the code and reply soon.
Thank you for your attention. Any other issues are welcomed to ask ^_^
Thank you for the quick reply. I meant the data generator to generate the dataset ('data_generator_bn.py'). To be more precise, I am confused about the number of samples in the dataset. The paper says for the BN network experiment:
The training data we generated contains 5k pairs of state transition sequences. Meanwhile, we simulated 1k validation set and 1k test set.
But when I run the 'data_generator_bn.py' script for 10 nodes, I don't get a dataset with 7k pairs, instead it seems to be random. Sometimes the resulting tensor has shape (2048x10x1), sometimes (4544x10x1), sometimes other numbers in the first dimension. From the paper I would have expected the shape (14000x10x1).
Hello, I am trying to reproduce your results for the Boolean Network from the paper. However, I am currently unable to get the same results as you. I have a couple of questions:
Thanks in advance.