Xinyang Liu
Xinyang Liu
Have you solved it? I have also met this problem and I skip these molecules but failed in another error: ```KeyError: Caught KeyError in DataLoader worker process 0. Original Traceback...
> I made some working version of the code here: [graph2graph_molecule](https://colab.research.google.com/drive/1XWiOEoguwiS86Y_JFU2yDPbQrOe7tz3m?usp=sharing) Are you just replace the code ``` all_data = pool.map(tensorize_pair, data) ``` with ``` process_map(tensorize_pair, data, max_workers=16, chunksize=1) ```...
Hi, I would like to know which types of GPU did you use in training these dataset, including small and large dataset. Thanks!
Thanks for your quick reply.
Thank you for your patient answer! This really solved my confusion about this module.
Hi, did you get any other dataset for forecasting task? Could you share them with me that will help me a lot? Thanks! > Dear author, I have been reproducing...