Low-rank-Multimodal-Fusion icon indicating copy to clipboard operation
Low-rank-Multimodal-Fusion copied to clipboard

a question about train_pom.py

Open qq291078365 opened this issue 3 years ago • 2 comments

how to solve this problem?please Traceback (most recent call last): File "train_pom.py", line 274, in main(PARAMS) File "train _pom.py", line 248, in main results = [ahid, vhid,thid,adr,vd, tdr,factor_lr,lr, x, batch_sz, decay, min_valid_loss.cpu().data.numpy()] AttributeError : 'float' object has no attribute 'cpu'

qq291078365 avatar Mar 25 '21 03:03 qq291078365

how long will pom run?

songyh111 avatar Jun 27 '21 01:06 songyh111

I believe this is caused by this code not compatible with later pytorch versions. Could you try fixing your torch version?

Justin1904 avatar Jul 08 '21 03:07 Justin1904