Closed sunprinceS closed 4 years ago
In MAML, FOMAML algorithm, we split each task into D_train, D_test, and use D_test as the last step in each run_task.
run_task
But in current implementation of FOMAML, the sampling strategy follows the one in Reptile, won't split D_train and D_test, but random draw.
So we might add dome different sampling strategy in meta_interface
meta_interface
HYL thinks that the original setting is fine
In MAML, FOMAML algorithm, we split each task into D_train, D_test, and use D_test as the last step in each
run_task
.But in current implementation of FOMAML, the sampling strategy follows the one in Reptile, won't split D_train and D_test, but random draw.
So we might add dome different sampling strategy in
meta_interface