Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BunsenFeng/BotRGCN
/ functions
Functions
37 in github.com/BunsenFeng/BotRGCN
⨍
Functions
37
◇
Types & classes
12
↓ 10 callers
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:387
↓ 3 callers
Function
accuracy
(output, labels)
utils.py:4
↓ 1 callers
Method
Build_Graph
(self)
Dataset.py:291
↓ 1 callers
Method
Des_Preprocess
(self)
Dataset.py:51
↓ 1 callers
Method
Des_embbeding
(self)
Dataset.py:69
↓ 1 callers
Method
cat_prop_preprocess
(self)
Dataset.py:261
↓ 1 callers
Method
dataloader
(self)
Dataset.py:335
↓ 1 callers
Method
load_labels
(self)
Dataset.py:38
↓ 1 callers
Method
num_prop_preprocess
(self)
Dataset.py:151
↓ 1 callers
Function
test
()
main.py:36
↓ 1 callers
Function
train
(epoch)
main.py:21
↓ 1 callers
Method
train_val_test_mask
(self)
Dataset.py:329
↓ 1 callers
Method
tweets_embedding
(self)
Dataset.py:118
↓ 1 callers
Method
tweets_preprocess
(self)
Dataset.py:97
Method
__init__
(self,root='./Data/',device='cpu',process=True,save=True)
Dataset.py:13
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:7
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:60
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:113
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:170
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:228
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:281
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:334
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:437
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:487
Method
__init__
(self,des_size=768,tweet_size=768,num_prop_size=6,cat_prop_size=11,embedding_dimension=128,dropout=0.3)
model.py:541
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:42
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:93
Method
forward
d=self.linear_relu_des(des)
model.py:148
Method
forward
d=self.linear_relu_des(des) t=self.linear_relu_tweet(tweet)
model.py:206
Method
forward
d=self.linear_relu_des(des) t=self.linear_relu_tweet(tweet) n=self.linear_relu_num_prop(num_prop)
model.py:262
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:315
Method
forward
d=self.linear_relu_des(des) t=self.linear_relu_tweet(tweet)
model.py:368
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:420
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:470
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:519
Method
forward
(self,des,tweet,num_prop,cat_prop,edge_index,edge_type)
model.py:573
Function
init_weights
(m)
utils.py:10