If you need to use TF>=2.14, you can now run the convert_tf214.py script once on your .pkl files from e.g. CosmoPower runs, run pip install . and you should be good to go. This is because the .pkl files get converted to .npz dictionaries and therefore do not rely on TensorFlow anymore.
If you need to use
TF>=2.14
, you can now run theconvert_tf214.py
script once on your.pkl
files from e.g.CosmoPower
runs, runpip install .
and you should be good to go. This is because the.pkl
files get converted to.npz
dictionaries and therefore do not rely on TensorFlow anymore.