xinmengZ

Results 2 issues of xinmengZ

I have a Standard_NC48ads_A100_v4 cluster (same runtime as the sample code: 13.2 GPU ML Runtime) with 2 A100-80G GPUs. I copied the sample code and changed device_map="cuda:0" to device_map="auto" for...

I ran into inconsistent evaluation results while using TxGNN_Demo.ipynb. When I executed the evaluation immediately after training: ``` TxGNN.finetune(n_epoch = 500, learning_rate = 5e-4, train_print_per_n = 5, valid_per_n = 20)...