Skip to content

Commit 47e7b83

Browse files
author
Andrew David Werner Rosemberg
committed
update
1 parent 579c7a4 commit 47e7b83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/powermodels/powermodels_nn_testing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using Statistics
1515
# Parameters
1616
##############
1717
case_name = ARGS[1] # case_name="pglib_opf_case300_ieee" # pglib_opf_case5_pjm
18-
network_formulation = ARGS[2] # network_formulation=DCPPowerModel SOCWRConicPowerModel DCPPowerModel
18+
network_formulation = ARGS[2] # network_formulation=ACPPowerModel SOCWRConicPowerModel DCPPowerModel
1919
filetype = ArrowFile # ArrowFile # CSVFile
2020
path_dataset = joinpath(dirname(@__FILE__), "data")
2121
case_file_path = joinpath(path_dataset, case_name)

examples/powermodels/powermodels_nn_training.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ case_name = ARGS[1] # case_name="pglib_opf_case300_ieee" # pglib_opf_case5_pjm
2626
network_formulation = ARGS[2] # network_formulation=ACPPowerModel SOCWRConicPowerModel DCPPowerModel
2727
icnn = parse(Bool, ARGS[3]) # icnn=true # false
2828
filetype = ArrowFile # ArrowFile # CSVFile
29-
layers = [2048, 2048, 2048] # [512, 256, 64] # [256, 64, 32][1024, 1024, 1024]
29+
layers = [512] # [512, 256, 64] # [256, 64, 32][1024, 1024, 1024]
3030
path_dataset = joinpath(dirname(@__FILE__), "data")
3131
case_file_path = joinpath(path_dataset, case_name)
3232
case_file_path_output = joinpath(case_file_path, "output", string(network_formulation))

examples/slurm/slurm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
using Distributed, ClusterManagers
1717

18-
np = 200 #
18+
np = 50 #
1919
addprocs(SlurmManager(np), job_file_loc = ARGS[1]) #cpus_per_task=24, mem_per_cpu=24, partition="debug", t="08:00:00")
2020

2121
println("We are all connected and ready.")

0 commit comments

Comments
 (0)