readme update
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
- Weired.... tbc...
|
- Weired.... tbc...
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|
||||||
# Future Todos:
|
# Future Todos:
|
||||||
|
|
||||||
- [ ] Find a statistik over weight space that provides a better init function
|
- [ ] Find a statistik over weight space that provides a better init function
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ if __name__ == "__main__":
|
|||||||
ST_net_hidden_size = 2
|
ST_net_hidden_size = 2
|
||||||
ST_net_learning_rate = 0.04
|
ST_net_learning_rate = 0.04
|
||||||
ST_name_hash = random.getrandbits(32)
|
ST_name_hash = random.getrandbits(32)
|
||||||
ST_synthetic = False
|
ST_synthetic = True
|
||||||
|
|
||||||
print(f"Running the robustness comparison experiment:")
|
print(f"Running the robustness comparison experiment:")
|
||||||
RobustnessComparisonExperiment(
|
RobustnessComparisonExperiment(
|
||||||
|
|||||||
Reference in New Issue
Block a user