Skip to content

Commit

Permalink
Update and rename tsrn.py to c3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaominyiz authored Nov 20, 2022
1 parent 21c6c30 commit 34eeefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/tsrn.py → model/c3.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def __init__(self,
word_vec_d=300,
text_emb=37, #37, #26+26+1 3965
out_text_channels=32,
triple_clues=False): #256 32
triple_clues=True): #256 32
super(TSRN_TL, self).__init__()
in_planes = 3
if mask:
Expand Down

0 comments on commit 34eeefd

Please sign in to comment.