img_Captioning 코드 분해 Part 2
Click to read more in detail
Read more1 | #모듈 import |
1 | class Vocabulary: |
1 | #testing the vicab class |
1 | class FlickrDataset(Dataset): |
1 | #이미지 사이즈를 파인튜닝용 (224,224)로 변경, 텐서로 변경 |
1 | class CapsCollate: |
1 | BATCH_SIZE = 4 |
1 | def get_data_loader(dataset,batch_size,shuffle=False,num_workers=1): |