Closed jstout211 closed 10 months ago
The messages are delayed until the ICA call -- so they don't show when printing out the help.
These messages are a tensorflow issue and have been reported online. They are warnings, but get flagged as errors. We dont want to supress error outputs, so the best we can do is delay them. Future releases of tensorflow will fix.
use import warnings warnings.filter( )