added Test passed message
This commit is contained in:
@@ -146,6 +146,7 @@ def xor():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
xor()
|
xor()
|
||||||
|
print("Test: [passed]")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -44,3 +44,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
assert p2.__dict__ == p1.__dict__
|
assert p2.__dict__ == p1.__dict__
|
||||||
|
|
||||||
|
print("Test: [passed]")
|
||||||
|
|||||||
@@ -18,3 +18,5 @@ if __name__ == "__main__":
|
|||||||
stack.layer_add(Layer(f"Layer-{0}", (9,9), params))
|
stack.layer_add(Layer(f"Layer-{0}", (9,9), params))
|
||||||
except StackException as e:
|
except StackException as e:
|
||||||
print(f"Exception raised: [{e}] -> success!")
|
print(f"Exception raised: [{e}] -> success!")
|
||||||
|
|
||||||
|
print("Test: [passed]")
|
||||||
|
|||||||
+3
-3
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"learning_rate": 0,
|
"learning_rate": 0.1,
|
||||||
"momentum": 0,
|
"momentum": 0.5,
|
||||||
"weight_decay": 0,
|
"weight_decay": 0,
|
||||||
"num_epochs": 31101970,
|
"num_epochs": 31101970,
|
||||||
"num_gibbs_samples": 1,
|
"num_gibbs_samples": 1,
|
||||||
"mini_batch_size": 1,
|
"mini_batch_size": 0,
|
||||||
"do_gaussian_visible": false,
|
"do_gaussian_visible": false,
|
||||||
"do_gaussian_hidden": false,
|
"do_gaussian_hidden": false,
|
||||||
"do_rao_blackwell": false,
|
"do_rao_blackwell": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user