Skip to content Skip to sidebar Skip to footer

Cannot Instantiate An Xception Model In Keras

I'm running Keras in an NVIDIA Docker container on a multi-GPU machine. I'd like to instantiate a fairly standard model (Xception), but I keep getting weird errors. MRE: import ten

Solution 1:

It seems its a known issue with keras and tensorflow 1.4 version as mentioned here. You may want to update both to the latest version to resolve this issue.


Post a Comment for "Cannot Instantiate An Xception Model In Keras"