Skip to content

Commit

Permalink
Update architecture to reflect paper
Browse files Browse the repository at this point in the history
  • Loading branch information
AntreasAntoniou committed Nov 27, 2018
1 parent 459bd6d commit 801d357
Show file tree
Hide file tree
Showing 38 changed files with 158 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_1_shot_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_1_shot_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_1_shot_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_5_shot_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_5_shot_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml++_mini-imagenet_5_way_5_shot_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_1_shot_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_1_shot_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_1_shot_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_5_shot_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_5_shot_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/mini-imagenet_maml_mini-imagenet_5_way_5_shot_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_1_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_1_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_1_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_5_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_5_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_20_way_5_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_1_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_1_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_1_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_5_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_5_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml++_omniglot_5_way_5_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_1_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_1_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_1_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_5_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_5_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_20_way_5_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_1_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_1_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_1_shot_maml_2.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_5_shot_maml_0.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_5_shot_maml_1.json --gpu_to_use 0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ..
export DATASET_DIR="../datasets/"
export DATASET_DIR="datasets/"
# Activate the relevant virtual environment:

python train_maml_system.py --name_of_args_json_file experiment_config/omniglot_maml_omniglot_5_way_5_shot_maml_2.json --gpu_to_use 0
Loading

0 comments on commit 801d357

Please sign in to comment.