How to evaluate the molecules generated. The code in the evaluate folder has moses library and a function get_all_metrics which runs into error.
test = moses.get_all_metrics(list(data['smiles'].values), device = 'cpu')
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'moses' has no attribute 'get_all_metrics'
How to evaluate the molecules generated. The code in the evaluate folder has moses library and a function get_all_metrics which runs into error.