nickyoungforu
nickyoungforu
我之前也遇到了这个问题
你好,该问题应该是不同rdkit版本导致,较新的rdkit版本可能导致分解出的tree smiles不同于老版本,可考虑适当降低rdkit版本
@kaiyu-tang @MLEnthusiast @georgiazhang @Samt7 I am facing the same problem. Do you have fixed this issue?
@1213999170 i modified tensors shape after changed data_format=NHWC: ./tflib/ops/conv1d.py: 104 add result = tf.transpose(result, [0, 1, 3, 2]) ./gan_language.py: 71 # output = tf.transpose(output, [0, 2, 1]) ./gan_language.py: 76 #...