matlab
开头代码div范数
实现论文“Normalizing
the
Normalizers:
Comparing
and
Extending
Network
Normalization
Schemes”的代码
CIFAR
实验
首先在这里下载CIFAR数据集的python版本。
对于
CIFAR-10:创建一个名为“cifar-10”的文件夹并将未压缩的文件夹“cifar-10-batches-py”移动到“cifar-10”中。
对于
CIFAR-100:创建一个名为“cifar-100”的文件夹并将未压缩的文件夹“cifar-100-py”移动到“cifar-100”中。
运行训练和测试:
python
run_cifar_exp.py
--dataset
{cifar-10/cifar-100}
--model
{MODEL}
--verbose
将
MODEL
替换为预先配置的模型名称,例如“dn”。
详情请查看cifar_exp_config.py。
PTB实验
运行训练和测试:
python
run_ptb_exp.py
--model
{MODEL}
--verb
2021-06-05 17:03:33
4.24MB
系统开源
1