Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Update most of the links to spring-epfl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kulynych committed Sep 26, 2018
1 parent 2f39251 commit 12154b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -58,7 +58,7 @@ Shokri et al. attack
====================

See the `full runnable example
<https://github.com/bogdan-kulynych/mia/tree/master/examples/cifar10.py>`_. Read the details of the
<https://github.com/spring-epfl/mia/tree/master/examples/cifar10.py>`_. Read the details of the
attack in the `paper <https://arxiv.org/abs/1610.05820>`_.

Let ``target_model_fn()`` return the target model architecture as a scikit-like classifier. The
Expand Down Expand Up @@ -130,7 +130,7 @@ Citing
@misc{mia,
title={{mia}: A library for running membership inference attacks against machine learning models},
author={Bogdan Kulynych and Mohammad Yaghini},
howpublished={\url{https://github.com/bogdan-kulynych/mia}},
howpublished={\url{https://github.com/spring-epfl/mia}},
year=2018
}
6 changes: 3 additions & 3 deletions mia/__init__.py
@@ -1,8 +1,8 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
__title__ = "mia"
__author__ = "Bogdan Kulynych, Mohammad Yaghini"
__email__ = "hello@bogdankulynych.me, mohammad.yaghini@epfl.ch"
__copyright__ = "2018 by Bogdan Kulynych, Mohammad Yaghini (EPFL SPRING Lab)"
__copyright__ = "2018 by Bogdan Kulynych (EPFL SPRING Lab)"
__description__ = "A library for running membership inference attacks against ML models"
__url__ = "https://github.com/bogdan-kulynych/mia"
__url__ = "https://github.com/spring-epfl/mia"
__license__ = "MIT"

0 comments on commit 12154b1

Please sign in to comment.