pkopper / deeppamm

Other
4 stars 0 forks source link

Tensorflow 2.16 does not work with multiple inputs as previous versions #70

Open pkopper opened 4 months ago

pkopper commented 4 months ago

While I am still trying to precisely understand the problem, TF2.16 seems to either work differently or not at all anymore with multiple inputs when calling the functional API.

For now, do not use the package with TF2.16 and downgrade if necessary.

pkopper commented 4 months ago

TF2.16 is the only version of TF that can be installed through install_tensorflow as of now for the new Apple Chips ("metal"). By enforcing the <=2.15 the package does not work on these computers. Hence this will be solved through a message / warning when importing the package.