上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 345 下一页
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(22) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: keras cnn 代码详解 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep 30 18:00:30 2018这是用keras搭建的简单的cnn 网络... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(12) 评论(0) 推荐(0)
摘要: keras cnn 代码详解 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep 30 18:00:30 2018这是用keras搭建的简单的cnn 网络... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: 如果要让内部属性不被外部访问,可以把属性的名称前加上两个下划线__,在Python中,实例的变量名如果以__开头,就变成了一个私有变... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(42) 评论(0) 推荐(0)
摘要: 如果要让内部属性不被外部访问,可以把属性的名称前加上两个下划线__,在Python中,实例的变量名如果以__开头,就变成了一个私有变... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(14) 评论(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)
摘要: import torchimport torch.nn as nnimport torchvision.datasets as no... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(23) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 345 下一页