Bai Yiwei
Bai Yiwei
Hi, Thanks for your excellent work and code. I am wondering how to produce the m*62 table form the MIMIC III DB. Can you give me some ideas on producing...
Hi, Thanks for the excellent code. I successfully trained a model with my own customized dataset. And now I want to visualize what is learned by the neural network. Do...
Hi, I met an issue with converting from Pytorch -> onnx -> TF. During the prepare step, I have the following error message: Traceback (most recent call last): │· File...
Hi, Thanks for open sourcing this excellent code! I am playing with the beam search decoder. However, I found that the beam search does not work correctly for PCTSP (including...
Hi, I am wondering can u provide us with the optimal objective of all problems' validation set? Or tell me how can I get them from your code. Thanks!
This is relevant to #16. You remove the super of the customized dataloader, which causes the code cannot work well on python3.7. I can run pretty well with the old...
Hi, Thanks for opening source the code. I am trying to reproduce the results on Att-GraphConvNet on TSP-50, however, following the code my validation prediction average length can only achieve...
Thanks for your excellent work and open souring the code. I encountered one issue when trying to compile the GPU MCTS.  Here is the error when I run ./generate_lib.sh,...
Thanks for this project and it is awesome! I installed satnet through pip. But when I run the visual-sudoku examples, this error occurs: 
Hi, Thanks for this nice reproducing repo. I am trying to understand how could you know whether the generated sound is 0 or 1 or whatever. It seems to me...