Lower expectation of accuracy after 1 epoch of training from 0.35 to 0.2

This commit is contained in:
yanghaoran 2020-06-10 16:20:44 +08:00
parent 444d9484d7
commit 8005494e04
1 changed files with 1 additions and 1 deletions

View File

@ -163,4 +163,4 @@ def test_resnet_cifar_1p():
acc = train_process(epoch_size, num_classes, batch_size)
os.system("rm -rf kernel_meta")
print("End training...")
assert acc['acc'] > 0.35
assert acc['acc'] > 0.20