コード例 #1
0
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version("4.0.0")
コード例 #2
0
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('3.0.1')
コード例 #3
0
ファイル: __init__.py プロジェクト: zhangshuaizxc/cleverhans
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('4.0.0')
コード例 #4
0
ファイル: __init__.py プロジェクト: xvdp/cleverhans
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('3.1.0')
コード例 #5
0
ファイル: __init__.py プロジェクト: suyeecav/cleverhans
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('3.0.0.post0')
コード例 #6
0
ファイル: __init__.py プロジェクト: limin24kobe/cleverhans
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version('2.0.0')
コード例 #7
0
"""The CleverHans adversarial example library"""
from cleverhans.devtools.version import append_dev_version

# If possible attach a hex digest to the version string to keep track of
# changes in the development branch
__version__ = append_dev_version("3.0.1")