 Andrew HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
a4cd7fa245
|
Merge pull request #187 from titu1994/nasnet_weights
Add Weights for NASNet models
|
2017-12-06 16:21:33 -05:00 |
|
 Andrew HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
da7b9b9b2d
|
.travis.yml attempt to fix travis error
|
2017-12-02 14:21:50 -05:00 |
|
 Andrew HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
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 HundtandGitHub
|
04c1acd770
|
Merge pull request #182 from farizrahman4u/mkl
.travis.yml try fixing mkl errors
|
2017-11-18 13:38:34 -05:00 |
|
 Andrew HundtandGitHub
|
8f0d77448a
|
.travis.yml set MKL_THREADING_LAYER="GNU"
|
2017-11-18 13:17:49 -05:00 |
|
 Andrew HundtandGitHub
|
052b05ad75
|
.travis.yml second mkl fix attempt
|
2017-11-18 12:04:21 -05:00 |
|
 Andrew HundtandGitHub
|
1d5fed1f08
|
.travis.yml try fixing mkl errors
|
2017-11-18 11:34:13 -05:00 |
|
Valentin
|
2f95542184
|
adds tests for swish activation
|
2017-11-18 16:54:23 +01:00 |
|
Valentin
|
942d5c30c1
|
adds swish activation function
|
2017-11-18 16:54:06 +01:00 |
|
Somshubra Majumdar
|
4a99de40a2
|
Improve name scope and add CIFAR model
|
2017-11-17 15:41:30 -06:00 |
|
Somshubra Majumdar
|
0d9934b0bf
|
Improve name scope and add CIFAR model
|
2017-11-17 13:06:30 -06:00 |
|
Somshubra Majumdar
|
a32ae325a8
|
Improve name scope usage
|
2017-11-17 12:47:06 -06:00 |
|
Somshubra Majumdar
|
03e649dbca
|
Add name scopes and correct a flaw with assertion
|
2017-11-17 12:32:22 -06:00 |
|
Somshubra Majumdar
|
2cb41dbc03
|
Add NASNet models
|
2017-11-16 22:27:47 -06:00 |
|
 Fariz RahmanandGitHub
|
3f6814ca3c
|
Update GUIDELINES.md
|
2017-11-09 03:27:24 +05:30 |
|
lameeus
|
a1079c012a
|
I still can't reproduce the bug I get at server side. I commented those lines of code. If someone else could find out what is going wrong?
|
2017-11-07 11:10:39 +01:00 |
|
lameeus
|
58d1817d4c
|
PEP8
|
2017-11-06 19:29:00 +01:00 |
|
lameeus
|
9af7625e0f
|
fixed python 2 bug with divison
StringIO depends now on python 2/3 as it should
PEP8 fixes
|
2017-11-06 19:26:50 +01:00 |
|
lameeus
|
f975a52ea9
|
Second try. For some reason it doesn't print with all weights 0 at server side.
|
2017-11-06 18:47:22 +01:00 |
|
lameeus
|
b2520b935d
|
forgot to remove comment
|
2017-11-06 18:23:43 +01:00 |
|
lameeus
|
46f7a46049
|
Made compatible with python 2.7 and tried to fix weird bug I didn't encounter at own system
|
2017-11-06 18:23:13 +01:00 |
|
lameeus
|
148a4f9de6
|
Making test compatible with python 2 and hoping an unexpected bug is fixed (didn't get it at my system)
|
2017-11-06 18:13:46 +01:00 |
|
lameeus
|
9238838aae
|
As discussed. The 'warning' is now just a print.
Test is adjusted to handle printing instead of throwing a warning.
|
2017-11-06 17:52:47 +01:00 |
|
lameeus
|
e873325d0b
|
1) Extended layers to
|
2017-11-06 17:50:59 +01:00 |
|
lameeus
|
bbb08f42cb
|
Test and PEP8 fixes
|
2017-10-27 11:45:43 +02:00 |
|