Open Youhaojen opened 1 year ago
Thank you for your feedback. The error message 'The network: HamGNN_pre is not yet supported!' is reported when HamGNN finishes training and attempts to log a certain hyperparameter to tensorboard for visualization, it does not affect the training results of the model nor does it impact the saving of .ckpt model files. I have been ignoring this small bug as it has no impact on the network training, but I will fix it soon. I think your training has probably been completed successfully. You can check if there is a network weight file with the extension .ckpt in the folder train_dir/version_*/checkpoints
.
Thank you for your prompt reply. Yes, there is a .ckpt
file in train_dir/version_*/checkpoints
. Thx
Thanks for your great work. I try to use the training data (silicon) from your paper for training a model. However, it can not save ckpt file. The error shows
The network: HamGNN_pre is not yet supported!
Following is the
config.yaml
.