数独的解法 Posted on 2020-04-08 Posted by yerf Leave a comment 数独的规则 在9×9的方格里面填写数字1-9,满足 每行不重复 每列不重复 9个3×3的小方格不重复 思路 回 […]
tensorflow2建立模型的方法 Posted on 2020-04-06 Posted by yerf Leave a comment 1.使用Input tf.keras.Input(shape=None, batch_size=None, n […]