本笔记记录自编码器做FashionMnist数据集训练,关于autoencoder的原理,请自行百度。
import os
import time
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import datasets, layers, optimizers, Sequential, metrics, …
1、normal,4.0以后无需将样式写在normal中了 改前:
改后:
DEPRECATED: normal hierarchy in labelLine has been removed since 4.0. All style properties are configured in labelLine directly now. 2、axisLabel中的文字样式无需使用te…