Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BTS-MTGNN
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhlj
BTS-MTGNN
Commits
aedbd706
Commit
aedbd706
authored
Mar 15, 2025
by
zhljJoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix update state in eval
parent
bee5db57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
examples/test_all.sh
+6
-5
No files found.
examples/test_all.sh
View file @
aedbd706
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
#跑了4卡的TaoBao
#跑了4卡的TaoBao
# 定义数组变量
# 定义数组变量
seed
=
$1
seed
=
$1
addr
=
"192.168.1.10
5
"
addr
=
"192.168.1.10
7
"
partition_params
=(
"ours"
)
partition_params
=(
"ours"
)
#"metis" "ldg" "random")
#"metis" "ldg" "random")
#("ours" "metis" "ldg" "random")
#("ours" "metis" "ldg" "random")
partitions
=
"
4
"
partitions
=
"
16
"
node_per
=
"4"
node_per
=
"4"
nnodes
=
"
1
"
nnodes
=
"
4
"
node_rank
=
"
0
"
node_rank
=
"
1
"
probability_params
=(
"0.1"
)
probability_params
=(
"0.1"
)
sample_type_params
=(
"boundery_recent_decay"
)
sample_type_params
=(
"boundery_recent_decay"
)
#sample_type_params=("recent" "boundery_recent_decay") #"boundery_recent_uniform")
#sample_type_params=("recent" "boundery_recent_decay") #"boundery_recent_uniform")
...
@@ -19,7 +19,8 @@ memory_type=("historical")
...
@@ -19,7 +19,8 @@ memory_type=("historical")
#memory_type=("local" "all_update" "historical" "all_reduce")
#memory_type=("local" "all_update" "historical" "all_reduce")
shared_memory_ssim
=(
"0.3"
)
shared_memory_ssim
=(
"0.3"
)
#data_param=("WIKI" "REDDIT" "LASTFM" "WikiTalk")
#data_param=("WIKI" "REDDIT" "LASTFM" "WikiTalk")
data_param
=(
"WikiTalk"
"StackOverflow"
"GDELT"
)
data_param
=(
"LASTFM"
"WikiTalk"
)
# "StackOverflow" "GDELT")
#"GDELT")
#"GDELT")
#data_param=("WIKI" "REDDIT" "LASTFM" "DGraphFin" "WikiTalk" "StackOverflow")
#data_param=("WIKI" "REDDIT" "LASTFM" "DGraphFin" "WikiTalk" "StackOverflow")
#data_param=("WIKI" "REDDIT" "LASTFM" "WikiTalk" "StackOverflow")
#data_param=("WIKI" "REDDIT" "LASTFM" "WikiTalk" "StackOverflow")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment