Open PicoGeyer opened 5 months ago
@PicoGeyer did you ever find any resolution to this?
Hi, I'd like to add that you can call keras as standalone package. Just remove tensorflow.
prefix, and keras.api
or keras.models..
would work fine.
Even I wonder why it is not linked in tensorflow
package calls
Related conversation: https://github.com/NixOS/nixpkgs/pull/333568#issuecomment-2280808641
Bug filed: #332198
I got tf.keras
to work as expected using
my-python-packages = ps: with ps; [
tensorflow-bin
(keras.override {
tensorflow = tensorflow-bin;
})
];
May I know if it works with python312.withPackages
, I get error that tensorflow 2.13 is not supported for 3.12
I have a small flake for tensorflow/keras dev:
After a nix flake update, I can no longer import keras. I did a bisect and found that the last version of nixpkgs where the import works is
With the above version:
With any version after that:
@NikolaMandic
Metadata: