Skip to content
Snippets Groups Projects
Commit 1b08161a authored by Yandi's avatar Yandi
Browse files

CNN with higher dropout

parent efa76136
No related branches found
No related tags found
1 merge request!1Master into main
No preview for this file type
...@@ -40,7 +40,7 @@ if __name__ == "__main__": ...@@ -40,7 +40,7 @@ if __name__ == "__main__":
args = parser.parse_args() args = parser.parse_args()
config_file = open("config.yml") config_file = open("config.yml")
cfg = yaml.load(config_file) cfg = yaml.load(config_file, Loader=yaml.FullLoader)
rootDir = args.rootDir if args.rootDir != None else cfg["LogDir"] rootDir = args.rootDir if args.rootDir != None else cfg["LogDir"]
......
No preview for this file type
No preview for this file type
No preview for this file type
run-20230131_200825-ytr4zy6r/logs/debug-internal.log run-20230203_210417-nbeo06fq/logs/debug-internal.log
\ No newline at end of file \ No newline at end of file
run-20230131_200825-ytr4zy6r/logs/debug.log run-20230203_210417-nbeo06fq/logs/debug.log
\ No newline at end of file \ No newline at end of file
run-20230131_200825-ytr4zy6r run-20230203_210417-nbeo06fq
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment