wassname
|
6379a5a9b3
|
use segmentation-data-generator in example
|
2017-12-20 09:31:57 +08:00 |
|
wassname
|
b2b895015a
|
Merge branch 'segmentation-data-generator' of https://github.com/farizrahman4u/keras-contrib into patch-1
|
2017-12-20 07:07:56 +08:00 |
|
Andrew Hundt
|
82645703b9
|
Merge branch 'master' into segmentation-data-generator
|
2017-12-19 17:21:00 -05:00 |
|
Andrew Hundt
|
2a87279b84
|
test_image_segmentation.py pep8
|
2017-12-19 16:59:59 -05:00 |
|
Andrew Hundt
|
5d09a9368d
|
image_segmentation.py change backend import
|
2017-12-19 16:09:19 -05:00 |
|
Andrew Hundt
|
d54f71a7d2
|
image_segmentation.py pep8
|
2017-12-19 15:53:48 -05:00 |
|
Andrew Hundt
|
3508fdd714
|
Merge branch 'segmentation-data-generator' of github.com:farizrahman4u/keras-contrib into segmentation-data-generator
|
2017-12-19 13:09:31 -05:00 |
|
Andrew Hundt
|
3db35ef130
|
preprocessing __init__.py updated
|
2017-12-19 13:09:22 -05:00 |
|
Andrew Hundt
|
0957603edd
|
test_image_segmentation.py correct import
|
2017-12-19 12:04:23 -05:00 |
|
Andrew Hundt
|
7bc0d8288f
|
test_image_segmentation.py init SegDataGenerator()
|
2017-12-19 11:58:34 -05:00 |
|
Andrew Hundt
|
09f967889c
|
add code source reference
|
2017-12-19 10:23:46 -05:00 |
|
wassname
|
5b51b801f0
|
Merge branch 'segmentation-data-generator' of https://github.com/farizrahman4u/keras-contrib into patch-1
|
2017-12-19 15:37:39 +08:00 |
|
Andrew Hundt
|
04173fa8ee
|
SegDataGenerator keras 2.1.x update
|
2017-12-18 22:28:57 -05:00 |
|
wassname
|
d0a07d9587
|
Merge branch 'master' of https://github.com/farizrahman4u/keras-contrib into patch-1
|
2017-12-19 09:24:50 +08:00 |
|
wassname
|
cbe961d798
|
Merge branch 'segmentation-data-generator' of https://github.com/farizrahman4u/keras-contrib into patch-1
|
2017-12-19 09:13:34 +08:00 |
|
Andrew Hundt
|
5f6ddf65a1
|
image_segmentation.py integer division
|
2017-12-18 18:44:20 -05:00 |
|
Andrew Hundt
|
b9cbbd61e5
|
image_segmentation.py remove cv2
|
2017-12-18 18:26:35 -05:00 |
|
Andrew Hundt
|
647beddedc
|
SegDataGenerator added from https://github.com/aurora95/Keras-FCN
|
2017-12-18 18:24:49 -05:00 |
|
Andrew Hundt
|
fa2feb8fc7
|
Merge pull request #188 from farizrahman4u/travis-scipy-sparse
backend_test.py remove scipy.sparse
|
2017-12-07 12:35:15 -05:00 |
|
Andrew Hundt
|
a4134f27e5
|
backend_test.py
remove scipy.sparse as it doesn't appear to be utilized in this file
|
2017-12-06 19:55:05 -05:00 |
|
Andrew Hundt
|
a4cd7fa245
|
Merge pull request #187 from titu1994/nasnet_weights
Add Weights for NASNet models
|
2017-12-06 16:21:33 -05:00 |
|
Andrew Hundt
|
e3a4b9288a
|
Merge pull request #181 from valentindey/master
Adds swish activation function
|
2017-12-06 16:14:28 -05:00 |
|
Somshubra Majumdar
|
7e69bbab44
|
Small change to docs
|
2017-12-06 15:02:33 -06:00 |
|
Somshubra Majumdar
|
9433647d08
|
Update the docs
|
2017-12-06 15:01:36 -06:00 |
|
Somshubra Majumdar
|
5a11356e89
|
Add reference to where the weights were obtained from
|
2017-12-06 14:38:39 -06:00 |
|
Valentin
|
416bbe026c
|
add lines for pep8
|
2017-12-06 21:36:06 +01:00 |
|
Somshubra Majumdar
|
aeb39bd426
|
Add full weight support (NASNet Large and NASNet Mobile)
|
2017-12-06 14:35:48 -06:00 |
|
Valentin
|
7c0d465224
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-06 18:39:35 +01:00 |
|
Andrew Hundt
|
0fa1db5e5c
|
Merge pull request #186 from titu1994/nasnet_reg
Fix NASNet CIFAR and add Regularization
|
2017-12-05 17:54:22 -05:00 |
|
Somshubra Majumdar
|
b0aa9cc46d
|
Add corrections as required
|
2017-12-05 08:31:38 -06:00 |
|
Andrew Hundt
|
23630e9b0a
|
Merge pull request #185 from farizrahman4u/travis
.travis.yml attempt to fix travis error
|
2017-12-05 01:17:58 -05:00 |
|
Somshubra Majumdar
|
f842596f72
|
Correct the application example
|
2017-12-04 17:35:10 -06:00 |
|
Somshubra Majumdar
|
08f9138af7
|
Correct NASNet implementation for CIFAR mode and correct the cifar example
|
2017-12-04 17:15:23 -06:00 |
|
Somshubra Majumdar
|
6fe004b12e
|
Correctly pass weight decay to all cells
|
2017-12-04 13:07:01 -06:00 |
|
Somshubra Majumdar
|
0fad550fed
|
add regularizers and fix example
|
2017-12-04 13:02:21 -06:00 |
|
Valentin
|
796732c101
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-03 18:30:52 +01:00 |
|
Andrew Hundt
|
1cfbe9f993
|
.travis.yml remove coveralls
removing coveralls because it is breaking the build and isn't set up anyway
|
2017-12-02 16:41:28 -05:00 |
|
Andrew Hundt
|
da7b9b9b2d
|
.travis.yml attempt to fix travis error
|
2017-12-02 14:21:50 -05:00 |
|
Andrew Hundt
|
9f7ab69249
|
Merge pull request #180 from titu1994/nasnet
Add NASNet models
|
2017-12-02 13:46:20 -05:00 |
|
Somshubra Majumdar
|
3ab207d8a5
|
Fix https://github.com/titu1994/Keras-NASNet/issues/2
|
2017-11-29 08:56:02 -06:00 |
|
Somshubra Majumdar
|
aeebb8c520
|
Set default weights to None since ImageNet weights arent available yet
|
2017-11-23 13:57:21 -06:00 |
|
Andrew Hundt
|
7f549909e4
|
Merge pull request #174 from infelane/master
Fixed and extended Dead ReLU detector callback
|
2017-11-20 20:57:41 -05:00 |
|
lameeus
|
68acf5e2ee
|
added absolute tolerance to handle comparing zeros
|
2017-11-20 11:46:24 +01:00 |
|
Somshubra Majumdar
|
17ac57d02a
|
Add example script
|
2017-11-18 13:52:05 -06:00 |
|
Somshubra Majumdar
|
09ec44fa80
|
Improve auxilary head
|
2017-11-18 13:38:12 -06:00 |
|
Andrew Hundt
|
b48ed724e7
|
Merge pull request #158 from vfdev-5/densenet-naming
* Add names for layers of dense/transition blocks [DenseNet]
|
2017-11-18 13:44:22 -05:00 |
|
Andrew Hundt
|
04c1acd770
|
Merge pull request #182 from farizrahman4u/mkl
.travis.yml try fixing mkl errors
|
2017-11-18 13:38:34 -05:00 |
|
Andrew Hundt
|
8f0d77448a
|
.travis.yml set MKL_THREADING_LAYER="GNU"
|
2017-11-18 13:17:49 -05:00 |
|
Andrew Hundt
|
052b05ad75
|
.travis.yml second mkl fix attempt
|
2017-11-18 12:04:21 -05:00 |
|
Andrew Hundt
|
1d5fed1f08
|
.travis.yml try fixing mkl errors
|
2017-11-18 11:34:13 -05:00 |
|