walragatver
|
4fdcc8ed3e
|
Remove unwanted braces.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
8d19c0b39a
|
Small change in memory sharing test.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
57cdb20493
|
Revert changes related to gradient.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
f3d6e7705e
|
Make minor changes suggested by ShikharJ.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
23463aba54
|
Fix some minor style and comments.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
afd3efef64
|
Modify comments and remove backward compatibility.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
e05093a998
|
Fix static errors.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
68220d53bf
|
Resolving Conflicts.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
b6eab0d2d9
|
Fixing Error in gradient calculation of generator.
|
2019-10-12 18:51:48 +05:30 |
|
walragatver
|
46d6fa9f2b
|
Improving Gan Serialization.
|
2019-10-12 18:51:48 +05:30 |
|
Atharva Khandait
|
44457efa9d
|
Merge pull request #1493 from akhandait/transposed_conv_fix
Improve TransposedConvolution layer.
|
2019-10-12 08:55:43 +05:30 |
|
Marcus Edel
|
9bde8feaf8
|
Merge pull request #1987 from sreenikSS/LayerNamesImplementation
Create the header to determine the layer type.
|
2019-10-11 21:54:42 +02:00 |
|
sreenikSS
|
e505d813f6
|
Add full stops at the end of comments
|
2019-10-11 12:54:16 +00:00 |
|
akhandait
|
d2c78df037
|
Fix failing tests.
|
2019-10-10 13:44:53 +05:30 |
|
sreenikSS
|
c4555a0bd0
|
Fix the delete statement
|
2019-10-10 01:12:51 +00:00 |
|
akhandait
|
61fcdeb221
|
Make suggested changes.
|
2019-10-09 23:43:11 +05:30 |
|
akhandait
|
f00b1bb90a
|
Fix style and static code analysis issues.
|
2019-10-09 23:43:11 +05:30 |
|
akhandait
|
d76d3888d4
|
Use corresponding typenames for Forward and Backward.
|
2019-10-09 23:43:11 +05:30 |
|
akhandait
|
86cf1656a2
|
Correct Gradient() function.
|
2019-10-09 23:43:11 +05:30 |
|
akhandait
|
0f6acfd308
|
Improve TransposedConvolution layer.
|
2019-10-09 23:43:11 +05:30 |
|
Yashwant Singh Parihar
|
d79fa4efa9
|
Resolve some indentation.
|
2019-10-07 07:18:27 +05:30 |
|
Yashwant Singh Parihar
|
c906b6fbc2
|
Merge branch 'master' into cli-lsvm
|
2019-10-06 08:15:39 +05:30 |
|
Yashwant
|
15042ace11
|
Update HISTORY.md
|
2019-10-06 08:11:34 +05:30 |
|
Ryan Curtin
|
e172bcfdad
|
Merge pull request #2040 from aabghari/master
added api to access cov specs of gmm
|
2019-10-05 12:43:47 -04:00 |
|
Yashwant
|
cdb65fd5b2
|
Resolve Some final comments
|
2019-10-05 19:18:04 +05:30 |
|
Yashwant Singh Parihar
|
932f75e0c7
|
Thanks Ryan for debugging this :)
|
2019-10-05 06:18:05 +05:30 |
|
Marcus Edel
|
dae940f248
|
Fix spelling issue.
|
2019-10-04 20:32:56 +02:00 |
|
Yashwant Singh Parihar
|
764561c082
|
Add test for psgd intercept enabling
|
2019-10-04 11:46:53 +05:30 |
|
Yashwant Singh Parihar
|
40d5935254
|
Enable Intercept for Psgd
|
2019-10-04 11:42:54 +05:30 |
|
Marcus Edel
|
57daceb0f1
|
Test the Model() ffn method.
|
2019-10-03 21:30:04 +02:00 |
|
Marcus Edel
|
305c7a86f6
|
Expose the instantiated network.
|
2019-10-03 21:29:25 +02:00 |
|
Arash Abghari
|
3922efd40e
|
removed extra space at start
|
2019-10-03 10:52:05 -04:00 |
|
Arash Abghari
|
ecd6fdf83b
|
remove the + sign from the lines
|
2019-10-03 10:45:53 -04:00 |
|
Arash Abghari
|
870ec33370
|
add space between // and comments
|
2019-10-03 10:38:33 -04:00 |
|
Arash Abghari
|
4d2d1897f9
|
change the comment style to //!
|
2019-10-03 10:34:03 -04:00 |
|
Arash Abghari
|
50d3e55d58
|
added api to access cov spec of gmm
|
2019-10-03 10:10:26 -04:00 |
|
Ryan Curtin
|
05b26bab76
|
Update version to next release version.
|
2019-10-01 18:08:51 -04:00 |
|
Ryan Curtin
|
18f53fcb41
|
Fix missing namespace opening and closing.
|
2019-09-30 09:15:55 -04:00 |
|
Ryan Curtin
|
4066301f09
|
Better handling of STB.
|
2019-09-30 09:15:23 -04:00 |
|
Marcus Edel
|
24bbbab3b4
|
Merge pull request #2034 from barak/master
Spelling and grammar in strings.
|
2019-09-29 14:03:24 +02:00 |
|
Barak A. Pearlmutter
|
483f91c78a
|
spelling
Gbp-Pq: Name 0004-spelling.patch
|
2019-09-29 10:50:40 +01:00 |
|
Barak A. Pearlmutter
|
3710edbc60
|
grammar
Gbp-Pq: Name 0003-grammar.patch
|
2019-09-29 10:50:40 +01:00 |
|
Sangyeon
|
259a2afd8d
|
Create a high dimensions test case and fix the build error
|
2019-09-28 23:37:51 +09:00 |
|
Sangyeon
|
be40024ed6
|
Edit according to comments of Marcus and Ryan.
|
2019-09-28 23:19:37 +09:00 |
|
Sangyeon
|
061f206834
|
Fix overflow errors
|
2019-09-28 23:18:30 +09:00 |
|
Ryan Curtin
|
11a275a6c8
|
Update version to next release version.
|
2019-09-25 20:55:14 -04:00 |
|
Ryan Curtin
|
0e9bb9abdb
|
Update version to 3.2.0.
|
2019-09-25 20:55:14 -04:00 |
|
sreenikSS
|
802cf7c631
|
Fix MoreTypes
|
2019-09-23 19:28:58 +00:00 |
|
sreenikSS
|
1967e0e684
|
Delete all instances after the test is over
|
2019-09-23 10:01:17 +00:00 |
|
sreenikSS
|
42b3acc5ca
|
Fix style errors
|
2019-09-23 09:46:57 +00:00 |
|