Piero

Results 2 issues of Piero

I am trying to replicate the MNIST classification experiment through ECC by following the model configuration reported in your paper. There are some issues that I was not able to...

Error raised by running the following code: ``` from langchain.document_loaders import PDFMinerPDFasHTMLLoader loader = PDFMinerPDFasHTMLLoader(file_path) data = loader.load()[0] ``` Raise the `TypeError: can't multiply sequence by non-int of type 'float'`...