Skip to content

Commit

Permalink
"fix comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanbinh-nguyen96 committed Jul 2, 2021
1 parent e7cb511 commit 6d8bc9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions mmq_maml/VQA_RAD.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

class VQARAD_maml(Dataset):
"""
put mini-imagenet files as :
root :
|- images/*.jpg includes all imgeas
|- train.csv
|- test.csv
|- val.csv
NOTICE: meta-learning is different from general supervised learning, especially the concept of batch and set.
batch: contains several sets
sets: conains n_way * k_shot for meta-train set, n_way * n_query for meta-test set.
Expand Down
6 changes: 0 additions & 6 deletions mmq_maml/pathVQA_maml.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

class PathVQA_maml(Dataset):
"""
put mini-imagenet files as :
root :
|- images/*.jpg includes all imgeas
|- train.csv
|- test.csv
|- val.csv
NOTICE: meta-learning is different from general supervised learning, especially the concept of batch and set.
batch: contains several sets
sets: conains n_way * k_shot for meta-train set, n_way * n_query for meta-test set.
Expand Down

0 comments on commit 6d8bc9f

Please sign in to comment.