You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the default hyper parameters "!python main.py --cuda --dataset=ml-1m_clean --data_path=../datasets/ml-1m_clean/"
the results are less than 0.1 and the loss is about 180
The text was updated successfully, but these errors were encountered:
kavanalp
changed the title
How to predict
How to get better results
Aug 7, 2023
To reproduce the results and perform fine-tuning of the hyperparameters, please refer to lines 138-139 in the inference.py file. Here, you will find the specific hyperparameter settings.
@YiyanXu Thank you for you answer!
I have tried Diifrec and L_Diffrec with the hyperparameters you provided in lines 138-139 of the inference.py file, but the results are still not satisfactory. !python main.py --cuda --dataset=ml-1m_clean --data_path=../datasets/ml-1m_clean/ --emb_path=../datasets/ --lr1=0.001 --lr2=0.0005 --wd1=0.0 --wd2=0.0 --batch_size=400 --n_cate=2 --in_dims=[300] --out_dims=[] --lamda=0.03 --mlp_dims=[300] --emb_size=10 --mean_type='x0' --steps=100 --noise_scale=0.005 --noise_min=0.005 --noise_max=0.02 --sampling_steps=0 --reweight=1 --log_name=_AE.pth --gpu='1'
Uh oh!
There was an error while loading. Please reload this page.
I used the default hyper parameters "!python main.py --cuda --dataset=ml-1m_clean --data_path=../datasets/ml-1m_clean/"
the results are less than 0.1 and the loss is about 180
The text was updated successfully, but these errors were encountered: