-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi Authors,
Thanks for your excellent work.
Actually I am trying to implement the PLM-based prediction.
When I ran:
CUDA_VISIBLE_DEVICES=0,3 /usr/bin/env python sweep/dist_runner.py LMs/trainLM.py --att_dropout=0.1 --cla_dropout=0.1 --dataset=Photo_RS --dropout=0.1 --epochs=4 --eq_batch_size=180 --eval_patience=20000 --grad_steps=1 --label_smoothing_factor=0.1 --lr=4e-05 --model=Deberta --per_device_bsz=60 --per_eval_bsz=256 --train_ratio=0.2 --val_ratio=0.1 --warmup_epochs=1 --gpus=0,1 --wandb_name OFF --wandb_id OFF
A bug occurred:
DGLError: File /data1/zianz/TAG-Benchmark/data/CSTAG/Electronics/Photo/Electronics-Photo.pt does not exist.
The question is: I could only find that data in Computer_RS available in my folder. However, the data in Photo_RS is entirely empty (with several empty folders).
Could you please advise how to find/generate/import these data?
Thanks!