SkillAgentSearch skills...

FCD

Fréchet ChemNet Distance: A quality measure for generative models for molecules

Install / Use

/learn @bioinf-jku/FCD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Fréchet ChemNet Distance

PyPI Tests (master) Tests (dev) PyPI - Downloads GitHub release (latest by date) GitHub release date GitHub

Code for the paper "Fréchet ChemNet Distance: A Metric for Generative Models for Molecules in Drug Discovery" JCIM / ArXiv

Installation

You can install FCD using

pip install fcd

or run the example notebook on Google Colab <a href="https://colab.research.google.com/github/bioinf-jku/FCD/blob/master/example.ipynb"> <img src="https://colab.research.google.com/assets/colab-badge.svg"> </a>.

Requirements

numpy
torch
scipy
rdkit

Updates

Version 1.1 changes

  • Got rid of unneeded imports
  • load_ref_model doesn't need an argument any more to load a model.
  • canonical and canonical_smiles now return None for invalid smiles.
  • Added get_fcd as a quick way to get a the fcd score from two lists of smiles.

Version 1.2 changes

  • Ported the package to pytorch with the help of https://github.com/insilicomedicine/fcd_torch
  • pytorch allows a lighter package and is more popular than Tensorflow which saves an additional install
View on GitHub
GitHub Stars89
CategoryDevelopment
Updated7h ago
Forks27

Languages

Python

Security Score

95/100

Audited on Mar 31, 2026

No findings