Skip to content

Commit

Permalink
Merge pull request #78 from sesevgen/COG
Browse files Browse the repository at this point in the history
COG Dataset
  • Loading branch information
tkornuta-ibm committed Nov 15, 2018
2 parents 59d4419 + 79eb995 commit 68ad04d
Show file tree
Hide file tree
Showing 11 changed files with 1,888 additions and 1 deletion.
1 change: 1 addition & 0 deletions miprometheus/problems/seq_to_seq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .algorithmic import *
from .text2text import *
from .vqa import *

from .seq_to_seq_problem import SeqToSeqProblem
2 changes: 2 additions & 0 deletions miprometheus/problems/seq_to_seq/vqa/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .vqa_problem import VQAProblem
from .cog import *
Empty file.
Loading

0 comments on commit 68ad04d

Please sign in to comment.