Skip to content
Snippets Groups Projects
Commit f524b7aa authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

running with reddit 4

parent fffe0390
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ m=`cat $ip_machines | grep $(/sbin/ifconfig ens785 | grep 'inet ' | awk '{print
export PYTHONFAULTHANDLER=1
# Base configs for which the gird search is done
tests=("step_configs/config_reddit_sharing_dpsgdrwasync.ini" "step_configs/config_reddit_sharing_dynamicGraph.ini" "step_configs/config_reddit_sharing_sharingasyncrw.ini" "step_configs/config_reddit_sharing_sharingrw.ini")
tests=("step_configs/config_reddit_sharing_dynamicGraph.ini")
# ("step_configs/config_reddit_sharing_dpsgdrw.ini" "step_configs/config_reddit_sharing_dpsgdrwasync.ini" "step_configs/config_reddit_sharing_dynamicGraph.ini" "step_configs/config_reddit_sharing_sharingasyncrw.ini" "step_configs/config_reddit_sharing_sharingrw.ini")
# Learning rates
lr="1"
# Batch size
......
......@@ -24,11 +24,11 @@ loss_package = torch.nn
loss_class = CrossEntropyLoss
[COMMUNICATION]
comm_package = decentralizepy.communication.SharingDynamicGraph
comm_class = SharingDynamicGraph
comm_package = decentralizepy.communication.TCPRandomWalkRouting
comm_class = TCPRandomWalkRouting
addresses_filepath = ip_addr_6Machines.json
sampler = equi
[SHARING]
sharing_package = decentralizepy.sharing.SharingWithRWAsyncDynamic
sharing_class = SharingWithRWAsyncDynamic
\ No newline at end of file
sharing_package = decentralizepy.sharing.SharingDynamicGraph
sharing_class = SharingDynamicGraph
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment