delete useless;

append readme
This commit is contained in:
wls2002
2023-09-15 23:50:10 +08:00
parent 4efa9445d5
commit f217d87ac6
7 changed files with 137 additions and 123 deletions

View File

@@ -29,8 +29,8 @@ class XOR(FuncFit):
@property
def input_shape(self):
return (4, 2)
return 4, 2
@property
def output_shape(self):
return (4, 1)
return 4, 1