eval cheater_ar

This commit is contained in:
James Betker 2022-07-04 08:50:09 -06:00
parent bac9a8b728
commit 808a1a4a31

View File

@ -56,5 +56,5 @@ def get_ar_prior():
from models.audio.music.cheater_gen_ar import ConditioningAR
cheater_ar = ConditioningAR(1024, layers=24, dropout=0, cond_free_percent=0)
cheater_ar.load_state_dict(torch.load('../experiments/music_cheater_ar.pth', map_location=torch.device('cpu')))
#cheater_ar = cheater_ar.eval()
cheater_ar = cheater_ar.eval()
return cheater_ar