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
019464ea
Commit
019464ea
authored
Feb 21, 2025
by
zlj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aaaa
parent
fbf886a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
examples/test_all.sh
+4
-1
No files found.
examples/test_all.sh
View file @
019464ea
...
...
@@ -41,7 +41,10 @@ mkdir -p all_"$seed"
for
data
in
"
${
data_param
[@]
}
"
;
do
for
topk
in
"
${
topk_list
[@]
}
"
;
do
model
=
"TGN_large"
probability_params
=(
"0"
"0.0001"
"0.001"
"0.01"
"0.1"
"1"
)
if
[
"
$data
"
=
"StackOverflow"
]
;
then
probability_params
=(
"0.0001"
"0.001"
)
fi
neighbor
=
"20"
if
[
"
$data
"
=
"WIKI"
]
||
[
"
$data
"
=
"REDDIT"
]
||
[
"
$data
"
=
"LASTFM"
]
;
then
model
=
"TGN"
...
...
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