예제 #1
0
def test_finetune_on_amp():
    train_experiment(None, dl.AMPEngine())
예제 #2
0
파일: test_gan.py 프로젝트: zkid18/catalyst
def test_gan_on_amp():
    train_experiment(None, dl.AMPEngine())
예제 #3
0
def test_classification_on_amp():
    train_experiment(None, dl.AMPEngine())
예제 #4
0
def test_distillation_on_amp():
    train_experiment(None, dl.AMPEngine())