melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k stars 390 forks source link

Do you mean (5^(B-2)*(B-2)!)^2 in 2.4 #55

Open countif opened 6 years ago

countif commented 6 years ago

Do you mean (5^(B-2)(B-2)!)^2 in 2.4 I do not know why it is (5(B-2)!)^2

countif commented 6 years ago

And when B = 7 the complexity space is 10^22 < 10^29

shenfalong commented 6 years ago

And when B = 7 the complexity space is 10^22 < 10^29

I have the same question. Have you got the answer?

countif commented 6 years ago

Well, I do not put my attention on this yet. I think I am right.

marsggbo commented 4 years ago

Do you mean (5^(B-2)(B-2)!)^2 in 2.4 I do not know why it is (5(B-2)!)^2

Same question. I think you are right