Пример #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")