上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 345 下一页
摘要: 如果要让内部属性不被外部访问,可以把属性的名称前加上两个下划线__,在Python中,实例的变量名如果以__开头,就变成了一个私有变... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(42) 评论(0) 推荐(0)
摘要: 如果要让内部属性不被外部访问,可以把属性的名称前加上两个下划线__,在Python中,实例的变量名如果以__开头,就变成了一个私有变... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: tensorflow fetch 取回某个值 为了取回操作的输出内容, 可以在使用 Session 对象的 run() 调用 执行图时, 传入一些 tensor, 这些 tensor 会帮助你取回结果. 在之前的例子里, 我们只取回了单... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: tensorflow fetch 取回某个值 为了取回操作的输出内容, 可以在使用 Session 对象的 run() 调用 执行图时, 传入一些 tensor, 这些 tensor 会帮助你取回结果. 在之前的例子里, 我们只取回了单... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 为了取回操作的输出内容, 可以在使用 Session 对象的 run() 调用 执行图时, 传入一些 tensor, 这些 tens... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: 为了取回操作的输出内容, 可以在使用 Session 对象的 run() 调用 执行图时, 传入一些 tensor, 这些 tens... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(21) 评论(0) 推荐(0)
摘要: import tensorflow as tf# 创建一个常量 op, 产生一个 1x2 矩阵. 这个 op 被作为一个节点# 加到... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(20) 评论(0) 推荐(0)
摘要: class Student(object): def __init__(self, name, score): ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: class Student(object): def __init__(self, name, score): ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import torchimport torch.nn as nnimport torchvision.datasets as no... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 345 下一页