Krzysztof Sopyła
Krzysztof Sopyła
Hi, First of all, I read all images in line 28 in to "images" variable (https://github.com/ksopyla/svm_mnist_digit_classification/blob/master/svm_mnist_classification.py#L28) Then normalize images pixels from 0-255 to 0-1 (line 45) And then use sciki-learn...
HI @amyeroberts I have updated the issue and added the traceback. I hope it helps. Yes, you are right problem occurs when script tries to get ```model.config.hidden_size``` I would add...
Sure, I will check and let you know. Meanwhile, could you explain what you mean by " then please don't use auto values for zero configuration section." I use Zero2...
I have updated the transformers to 4.27 and pytorch 2.0 and it works :) But I have an issue that Zero-2 is slower than pytorch distributed approach, try to investigate...