Coder Social home page Coder Social logo

Comments (4)

bwohlberg avatar bwohlberg commented on August 24, 2024

Confirmed using the test recommended in the linked analysis that the dynamic libraries included with the bm3d package do mess with the CPU floating point flags, as also described there.

from scico.

bwohlberg avatar bwohlberg commented on August 24, 2024

An additional update on this issue. The dynamic libraries distributed with bm3d and bm4d were tested using a minor variation of the test script recommended in the link above:

import sys

from ctypes import CDLL

CDLL(sys.argv[1])

import numpy as np

print("%e" % np.finfo(np.float32).smallest_subnormal)
print("Smallest subnormal is zero: ", np.finfo(np.float32).smallest_subnormal == 0.0)

which was run as in

python fptest.py /[full path redacted]/lib/python3.9/site-packages/bm4d/libbm4d.so

All of the dynamic libraries distributed with bm3d and bm4d test positive for the undesirable floating point behaviour, but strangely, when testing by actually importing the two packages, only bm4d seems to result in the undesirable handling of subnormal numbers.

from scico.

bwohlberg avatar bwohlberg commented on August 24, 2024

This issue is confirmed under Linux, but does not seem to be present in the MacOS version of bm4d.

from scico.

bwohlberg avatar bwohlberg commented on August 24, 2024

Resolved with the recent bm3d and bm4d updates.

from scico.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.