Skip to content

Commit 92aed9b

Browse files
authored
call main function
1 parent 12afd0b commit 92aed9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/09 - Image Captioning/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ def main(args):
116116
parser.add_argument('--learning_rate', type=float, default=0.001)
117117
args = parser.parse_args()
118118
print(args)
119+
main(args)

0 commit comments

Comments
 (0)