File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Multimodal Keras Wrapper
2
2
Wrapper for Keras with support to easy multimodal data and models loading and handling.
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/lvapeab/multimodal_keras_wrapper.svg?branch=master )] ( https://travis-ci.org/lvapeab/multimodal_keras_wrapper ) [ ![ Requirements Status] ( https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements.svg?branch=master )] ( https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements/?branch=master ) ![ Compatibility] ( https://img.shields.io/badge/Python-2.7%2F3.7-blue.svg ) [ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/lvapeab/multimodal_keras_wrapper/blob/master/LICENSE )
4
+ [ ![ PyPI version ] ( https://badge.fury.io/py/multimodal-keras-wrapper.svg )] ( https://badge.fury.io/py/multimodal-keras-wrapper ) [ ![ Build Status] ( https://travis-ci.org/lvapeab/multimodal_keras_wrapper.svg?branch=master )] ( https://travis-ci.org/lvapeab/multimodal_keras_wrapper ) [ ![ Requirements Status] ( https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements.svg?branch=master )] ( https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements/?branch=master ) ![ Compatibility] ( https://img.shields.io/badge/Python-2.7%2F3.7-blue.svg ) [ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/lvapeab/multimodal_keras_wrapper/blob/master/LICENSE )
5
5
6
6
## Documentation
7
7
Original file line number Diff line number Diff line change 3
3
from setuptools import find_packages
4
4
5
5
setup (name = 'multimodal-keras-wrapper' ,
6
- version = '2.2.0 ' ,
6
+ version = '3.0.2 ' ,
7
7
description = 'Wrapper for Keras with support to easy multimodal data and models loading and handling.' ,
8
8
author = 'Marc Bolaños - Alvaro Peris' ,
9
9
author_email = 'marc.bolanos@ub.edu' ,
10
- url = 'https://github.com/lvapeab /multimodal_keras_wrapper' ,
11
- download_url = 'https://github.com/lvapeab /multimodal_keras_wrapper/archive/master.zip' ,
10
+ url = 'https://github.com/MarcBS /multimodal_keras_wrapper' ,
11
+ download_url = 'https://github.com/MarcBS /multimodal_keras_wrapper/archive/master.zip' ,
12
12
license = 'MIT' ,
13
13
classifiers = [
14
14
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments