Error-tf.function-decorated function tried to create variables on non-first call
ValueError:tf.function-decoratedfunctiontriedtocreatevariablesonnon-firstcall在tensorflow2中如下保存模型的总是报错,很是头疼:model.save(weight_file)错误的位置定格在:out_data=tf.keras.layers.Conv2D(filters,[3,3])(concat_data)最终