Ryan Baumann

Results 29 comments of Ryan Baumann

Looking through `sample-captions.py` and the rest of the code, I couldn't find where these variables assigned from the `costFunction` key were actually used anywhere else: https://github.com/emansim/text2image/blob/master/coco/sample-captions.py#L79-L80 Simply commenting them out...

+1 to this. Particularly for being able to suppress the "inconsistent values" warning, as it seems to crop up almost randomly.

It would also be nice to have this backported for a 4.0.x point release, since this seems to be a regression introduced in 4.x.

For what it's worth, most of the use of the `openjdk` image is as an intermediate build stage used to run `ant` as a build/deploy stage which then has its...

Thanks for the tip! ctranslate2 install instructions are here: https://opennmt.net/CTranslate2/installation.html#install-from-sources On my macOS, I needed to use the following for the `cmake` step: cmake -DWITH_ACCELERATE=ON -DOPENMP_RUNTIME=COMP -DWITH_MKL=OFF .. After compiling...

After looking at how `WITH_ACCELERATE` and devices are implemented in CTranslate2 itself, it seems that enabling MPS allows the "cpu" device backend to use MPS accleration, you can't use it...

I see this as well using the sample code, no matter what the post type is. I also used the code [here](https://stackoverflow.com/a/16630836) to check the HTTP requests being made and...

@aarontgrogg I think a similar, but different, approach was just proposed in #10378

NB: this is likely to start affecting all Hyrax users who use Matomo for statistics. We ran across this when an expired Matomo key for our Hyrax app stopped view/download...