Skip to content

Commit

Permalink
fix readme and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Dec 25, 2020
1 parent 583188e commit e430011
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![release](https://img.shields.io/github/v/release/ain-soph/trojanzoo)](https://github.com/ain-soph/trojanzoo/releases)
[![pypi](https://img.shields.io/pypi/v/trojanzoo)](https://pypi.org/project/trojanzoo/)
<!-- [![conda](https://img.shields.io/conda/v/anaconda/trojanzoo?label=conda)](https://anaconda.org/anaconda/trojanzoo) -->
[![docker](https://img.shields.io/pypi/v/trojanzoo)](https://hub.docker.com/r/local0state/trojanzoo)
[![docker](https://img.shields.io/pypi/v/trojanzoo?label=docker)](https://hub.docker.com/r/local0state/trojanzoo)
<!-- [![conda](https://img.shields.io/pypi/v/trojanzoo?label=conda)](https://anaconda.org/anaconda/trojanzoo) -->

This is the code implementation (pytorch) for our paper:
[TROJANZOO: Everything you ever wanted to know about neural backdoors (but were afraid to ask)](https://arxiv.org/abs/2012.09302)
Expand Down
2 changes: 1 addition & 1 deletion trojanvision/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion trojanzoo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit e430011

Please sign in to comment.