Fanmeng Wang
Fanmeng Wang
hi, I have the same problem. May I ask if you have solved this problem?
hi @bhadreshpsavani @DimGorr I figured out this problem (AttributeError: can't set attribute) by the similar way and met the new problem as you. Then I use try...except to solve this...
@DimGorr Hi, I review the tutorial and find that this part is not necessary for retrosynthesis task in fact. Therefore, I do not try this part now. I think maybe...
@DimGorr Hi, I think that we just need g2gs_reaction_model.pth and g2gs_synthon_model.pth for retrosynthesis task in fact. Please let me know if I misunderstood it. ```python solver.load("g2gs_reaction_model.pth", load_optimizer=False) solver.load("g2gs_synthon_model.pth", load_optimizer=False) solver.evaluate("valid")...
@bhadreshpsavani @DimGorr Hi, after CenterIdentification part and SynthonCompletion part, I want to know whether you have the same problem for the retrosynthesis part as following? Thanks ! ``` Traceback (most...
@DimGorr Ok, I see. If you have any idea about this problem, please tell me. Thanks!
@KiddoZhu Ok, thanks! I will try it again.