adeljalalyousif

Results 5 comments of adeljalalyousif

// same error (my OS is Window 10), can you help me while run (train.py) on https://github.com/RoyalSkye/Image-Caption Traceback (most recent call last): File D:\COCO\imge_captioning_transform_github\3\Image-Caption-master\train.py:394 in train(args, train_loader=train_loader, encoder=encoder, decoder=decoder, criterion=criterion,...

in **config.py** add the following line: time_steps_decoder = None

In File **"predict_realtime.py"** delete the following: line 27 self.inf_decoder_model = None This work with me