Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ProjectAGI/agi
Browse files Browse the repository at this point in the history
  • Loading branch information
drawlinson committed Mar 15, 2018
2 parents 0d8a082 + 77d7842 commit f9bebb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.agi.core</groupId>
<artifactId>agief</artifactId>
<version>1.0.186(ac41fe6)</version>
<version>1.0.188(1ecbdcc)</version>
<name>agief</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ protected static void SetConvolutionalEntityConfig(


int nbrLayers = 2;
int[] layerDepths = { 64,256 };
int[] layerFieldSize = { 6,3 };
int[] layerDepths = { 80,300 };
int[] layerFieldSize = { 1,80 };
int[] layerInputPaddings = { 0,0 };
int[] layerInputStrides = { 2,1 };
int[] layerSizes = { 12,4 };
Expand Down

0 comments on commit f9bebb9

Please sign in to comment.