captum VS WarpedGANSpace

Compare captum vs WarpedGANSpace and see what are their differences.

WarpedGANSpace

[ICCV 2021] Authors official PyTorch implementation of the "WarpedGANSpace: Finding non-linear RBF paths in GAN latent space". (by chi0tzp)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
captum WarpedGANSpace
11 6
4,568 107
2.5% -
8.6 1.6
2 days ago 11 months ago
Python Python
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

captum

Posts with mentions or reviews of captum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.

WarpedGANSpace

Posts with mentions or reviews of WarpedGANSpace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.

What are some alternatives?

When comparing captum and WarpedGANSpace you can also consider the following projects:

shap - A game theoretic approach to explain the output of any machine learning model.

the-gan-zoo - A list of all named GANs!

DALEX - moDel Agnostic Language for Exploration and eXplanation

GenerativeDenseUNet - An RBF based artificial neural network used for the purpose of semantic image segmentation. The backbone of this model is a DenseUNet. The head of the convolutional neural network is an RBF layer. Inference can be done using Bayes Theorem, or Softmax.

lucid - A collection of infrastructure and tools for research in neural network interpretability.

flax - Flax is a neural network library for JAX that is designed for flexibility.

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

WeightWatcher - The WeightWatcher tool for predicting the accuracy of Deep Neural Networks

alibi - Algorithms for explaining machine learning models

jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

interpret - Fit interpretable models. Explain blackbox machine learning.

cleverhans - An adversarial example library for constructing attacks, building defenses, and benchmarking both