示例#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
"""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
"""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
"""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
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")