russellsparadox
russellsparadox
Thanks @shiyu1994. How hard it would be to implement logging into a file? Also I can see that it's possible to log _metrics_ inside `evals_result` dict (https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.train.html) but is it...
Thanks @shiyu1994 Can you point me please to the right files to look at to introduce the logging?
You can use networkx for this: https://networkx.org/documentation/stable/reference/readwrite/graphml.html
Any update on this?
Hi @RexYing I think if you provide some example how you can take existing model, but train it on your own data that would be great. For now, it's not...
Hi @RexYing I talk about different thing. I have 300 adjacency files. How do read/prepare them for your code? How can I work with your code on my data?
Have [a similar issue](https://github.com/huggingface/peft/issues/270). When I try to specify `CUDA_VISIBLE_DEVICES=0 python3 scripts/train.py` I get exactly the same error: `RuntimeError: expected scalar type Half but found Float`
Yes, in my case it gives a similar issue: ``` "RuntimeError: mat1 and mat2 shapes cannot be multiplied (1544x4 and 2x4096)" ```
@pacman100 As I mentioned in the ticket (P.S. section) I already use the latest of the transformers and I also tried to set these attributes. That results in `RuntimeError: expected...
I can confirm that it only works load_in_8bit=False.