leon-cas
leon-cas
i, I was trying to use HGTConv on a custom graph with 5 different nodes, but I kept on running into an error IndexError: index out of range in self...
File "main.py", line 40, in tf.app.run() File "/home/luban/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "main.py", line 30, in main train(args) File "/nfs/private/proj/chatbot/lib/train.py", line 32, in train model =...
Hi! thank you for the great work. I was wondering if there is a kind of solution to make this work adaptive to large user-item graph?
### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info llama-factory: 0.9.2.dev0 transformers: 4.49.0 python: 3.9 使用最新的LLaMA-Factory训练Qwen2-vl(2b), 采用full方式全量微调,训练速度基本无问题; 但切换成训练Qwen2.5-vl(3b)后,不管是采用full还是lora方式全量微调,训练变得异常的慢,基本比Qwen2-vl(2b)慢5-6x。 ### Reproduction ```text...