saviola777
saviola777
Ah, you are right, I was not aware of that. Still, current SpamAssassin versions still seem to want to see it: ``` pts rule description ---- ---------------------- -------------------------------------------------- […] 0.0...
Thank you, this PR fixed an issue that recently started happening where I'd get an error when trying to open the calfw calendar. 👍 I do not have the customization...
Thanks for your feedback. Yes, this huge parameters list has been a thorn in my side for a while (I do not generate it myself, it is generated by the...
Downgrading to detectron2 v0.5 (along with Pillow==9.5.0 to fix [another issue](https://github.com/facebookresearch/detectron2/issues/5010), thanks to @gsanch170 for his [fix](https://github.com/Layout-Parser/layout-parser/issues/187#issuecomment-1679334995)) fixed this problem for me. Using the fixed iopath fork did not work...
I may add options for that in the future, but I don't think it has huge importance or impact, because the pre-training is unsupervised and mainly used to initialize the...
Have you checked out the [autoencoder](https://github.com/maddin79/darch/blob/master/examples/example.autoencoder.R) example? See [here](https://github.com/maddin79/darch/blob/master/R/minimizeAutoencoder.R) for implementation details. But also check out #14, the autoencoder implementation is unfortunately still buggy.
Sadly, no. I don't have the knowledge to fix it (I'm not the original author) and I'm not working on this project anymore, so unless someone else takes over development...
Hello, thanks for your feedback. There seems to be a bug in the `minimizeAutoencoder` function. It is planned to remove both `minimizeAutoencoder` and `minimizeClassifier` and use the `optim` function in...
Thanks for the feedback, maybe it's something in my configuration / environment that's the issue, I'll try to see if I can identify it.
Hello, the URL is working, it just needs a PMCID, e.g. `https://www.ncbi.nlm.nih.gov/pmc/utils/oa/oa.fcgi?tool=roco-fetch&[email protected]&id=PMC4608653` It returns an XML response which includes the FTP link to the article, which we then use to...