bironsecret
bironsecret t1_itw7v9y wrote
Reply to comment by Baggins95 in [D] Python function that changed your life in regard to Machine Learning by popcornn1
can't agree, for unknown shapes I use permute or x.reshape(x.shape/2, x.shape/2) etc
bironsecret t1_itvcys6 wrote
Reply to comment by Baggins95 in [D] Python function that changed your life in regard to Machine Learning by popcornn1
you can't reshape without knowing the shape bro
bironsecret t1_j10mf71 wrote
Reply to [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev
probably yeah main reasons are