for wsl2 tf==2.11, optimizer=tf.keras.optimizers.legacy.Adam() works
but
NOT optimizer=“adam”
NOR optimizer=tf.keras.optimizers.Adam()
is there a new way to call the new optimizers or does the paths to CUDA in the new keras optimizers need correction?