登录
首页 » Python » pytorch-cifar100

pytorch-cifar100

于 2020-10-11 发布
0 133
下载积分: 1 下载次数: 2

代码说明:

说明:  基础神经网络 mnist训练,了解各个基础神经网络的组成(Basic neural network training)

文件列表:

pytorch-cifar100, 0 , 2020-09-18
pytorch-cifar100\pytorch-cifar100-master, 0 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\.gitignore, 14 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\README.md, 7642 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\dataset.py, 1932 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\lr_finder.py, 3637 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\test.py, 2096 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\train.py, 5933 , 2020-09-18
pytorch-cifar100\pytorch-cifar100-master\utils.py, 8104 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\conf, 0 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\conf\__init__.py, 297 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\conf\global_settings.py, 925 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models, 0 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\attention.py, 11757 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\densenet.py, 5086 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\googlenet.py, 4341 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\inceptionv3.py, 10880 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\inceptionv4.py, 18107 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\mobilenet.py, 5318 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\mobilenetv2.py, 2817 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\nasnet.py, 9594 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\preactresnet.py, 3897 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\resnet.py, 5479 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\resnext.py, 4199 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\rir.py, 7042 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\senet.py, 5231 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\shufflenet.py, 7439 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\shufflenetv2.py, 4793 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\squeezenet.py, 2447 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\vgg.py, 2039 , 2020-08-08
pytorch-cifar100\pytorch-cifar100-master\models\xception.py, 6112 , 2020-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 遗传算法matlab
    说明:  matlab的环境下,编程实现传统遗传算法的matlab代码(Code of genetic algorithm implemented by MATLAB)
    2020-06-25 02:00:02下载
    积分:1
  • 三维四面体网格生成
    在多维数据集单元的四面体网格生成并以 UGRID 格式写。学习的六面体可以分为六个四面体。Mdify 代码划分为五个四面体的六面体。
    2023-03-19 22:50:04下载
    积分:1
  • 百问FreeSwitch(第三版)带书签目录方便阅读
    freeswitch 文档说明,百问freeswitch第三版(Freeswitch Document Description, Baiqu Freeswitch 3rd Edition)
    2020-06-17 12:40:01下载
    积分:1
  • Labview-for-LIBSVM
    labview中实现分类算法支持向量机(SVM)的经典案例,来源于林智仁的matlab libsvm的labview版本。(achieve a classic case of SVM, labview labview version from the Chih- Jen Lin libsvm.)
    2020-11-12 23:09:44下载
    积分:1
  • window
    搭建简单的界面,并调用深度学习植物叶片识别模型,实现一些植物叶片的分类。(Build a simple interface, and call in-depth learning plant leaf recognition model to achieve some plant leaf classification.)
    2018-11-29 18:56:14下载
    积分:1
  • java版本的飞行棋,供大家交流和学习使用
    java版本的飞行棋,供大家交流和学习使用-java version of the flying game for the U.S. exchange and learning to use
    2022-03-22 04:13:21下载
    积分:1
  • 程序员的学习成本,与知识结构程序员的学习成本,与知识结构
    程序员的学习成本,与知识结构程序员的学习成本,与知识结构-Learn the cost of programmers, programmers with the knowledge structure of the study costs, with the knowledge structure
    2022-12-13 09:15:04下载
    积分:1
  • 2022-01-23 11:26:40下载
    积分:1
  • FloodingSimulation
    说明:  在具有至少十五个节点的网络中模拟洪泛路由。每个数据包应包含一个计数器(n = 10),该计数器在每一跳上递减。(Simulate flood routing in a network with at least fifteen nodes. Each packet should contain a counter (n=10) that is decremented on each hop. When the counter gets to zero, the packet is discarded. Time is discrete, and each link can handle only one packet per time interval (i.e. only one packet in total may traverse the link in either direction). Nodes should include a buffer to queue any additional packets. Present your results in terms of the number of duplicate packets produced, and the congestion at each node, and suggest a possible solution for reducing this problem.)
    2020-06-24 09:40:07下载
    积分:1
  • hooks.zip
    # Provide the canonicalize filename (physical filename with out any symlinks) # like the GNU version readlink with the -f option regardless of the version of # readlink (GNU or BSD). # This file is part of a set of unofficial pre-commit hooks available
    2020-06-19 15:00:01下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载