From 776ad32589dc307ab87b8130df3e1865597bcd61 Mon Sep 17 00:00:00 2001 From: tamasjambor Date: Thu, 12 Mar 2020 23:30:45 +0000 Subject: [PATCH] rename folder --- {TwoStageVAE => two_stage_vae}/.dockerignore | 0 {TwoStageVAE => two_stage_vae}/.gitignore | 0 {TwoStageVAE => two_stage_vae}/Dockerfile-cpu | 0 {TwoStageVAE => two_stage_vae}/Dockerfile-gpu | 0 .../Dockerfile.preprocess | 0 {TwoStageVAE => two_stage_vae}/README.md | 0 {TwoStageVAE => two_stage_vae}/axon.yaml | 0 .../classify_image_graph_def.pb | Bin {TwoStageVAE => two_stage_vae}/dataset.py | 0 {TwoStageVAE => two_stage_vae}/demo.py | 0 {TwoStageVAE => two_stage_vae}/fid_score.py | 0 {TwoStageVAE => two_stage_vae}/imgs/resnet_gen1.jpg | Bin {TwoStageVAE => two_stage_vae}/imgs/resnet_gen2.jpg | Bin {TwoStageVAE => two_stage_vae}/imgs/wae_gen1.jpg | Bin {TwoStageVAE => two_stage_vae}/imgs/wae_gen2.jpg | Bin .../network/two_stage_vae_model.py | 0 {TwoStageVAE => two_stage_vae}/network/util.py | 0 {TwoStageVAE => two_stage_vae}/preprocess.py | 0 {TwoStageVAE => two_stage_vae}/requirements-cpu.txt | 0 {TwoStageVAE => two_stage_vae}/requirements-gpu.txt | 0 .../requirements-preprocess.txt | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {TwoStageVAE => two_stage_vae}/.dockerignore (100%) rename {TwoStageVAE => two_stage_vae}/.gitignore (100%) rename {TwoStageVAE => two_stage_vae}/Dockerfile-cpu (100%) rename {TwoStageVAE => two_stage_vae}/Dockerfile-gpu (100%) rename {TwoStageVAE => two_stage_vae}/Dockerfile.preprocess (100%) rename {TwoStageVAE => two_stage_vae}/README.md (100%) rename {TwoStageVAE => two_stage_vae}/axon.yaml (100%) rename {TwoStageVAE => two_stage_vae}/classify_image_graph_def.pb (100%) rename {TwoStageVAE => two_stage_vae}/dataset.py (100%) rename {TwoStageVAE => two_stage_vae}/demo.py (100%) rename {TwoStageVAE => two_stage_vae}/fid_score.py (100%) rename {TwoStageVAE => two_stage_vae}/imgs/resnet_gen1.jpg (100%) rename {TwoStageVAE => two_stage_vae}/imgs/resnet_gen2.jpg (100%) rename {TwoStageVAE => two_stage_vae}/imgs/wae_gen1.jpg (100%) rename {TwoStageVAE => two_stage_vae}/imgs/wae_gen2.jpg (100%) rename {TwoStageVAE => two_stage_vae}/network/two_stage_vae_model.py (100%) rename {TwoStageVAE => two_stage_vae}/network/util.py (100%) rename {TwoStageVAE => two_stage_vae}/preprocess.py (100%) rename {TwoStageVAE => two_stage_vae}/requirements-cpu.txt (100%) rename {TwoStageVAE => two_stage_vae}/requirements-gpu.txt (100%) rename {TwoStageVAE => two_stage_vae}/requirements-preprocess.txt (100%) diff --git a/TwoStageVAE/.dockerignore b/two_stage_vae/.dockerignore similarity index 100% rename from TwoStageVAE/.dockerignore rename to two_stage_vae/.dockerignore diff --git a/TwoStageVAE/.gitignore b/two_stage_vae/.gitignore similarity index 100% rename from TwoStageVAE/.gitignore rename to two_stage_vae/.gitignore diff --git a/TwoStageVAE/Dockerfile-cpu b/two_stage_vae/Dockerfile-cpu similarity index 100% rename from TwoStageVAE/Dockerfile-cpu rename to two_stage_vae/Dockerfile-cpu diff --git a/TwoStageVAE/Dockerfile-gpu b/two_stage_vae/Dockerfile-gpu similarity index 100% rename from TwoStageVAE/Dockerfile-gpu rename to two_stage_vae/Dockerfile-gpu diff --git a/TwoStageVAE/Dockerfile.preprocess b/two_stage_vae/Dockerfile.preprocess similarity index 100% rename from TwoStageVAE/Dockerfile.preprocess rename to two_stage_vae/Dockerfile.preprocess diff --git a/TwoStageVAE/README.md b/two_stage_vae/README.md similarity index 100% rename from TwoStageVAE/README.md rename to two_stage_vae/README.md diff --git a/TwoStageVAE/axon.yaml b/two_stage_vae/axon.yaml similarity index 100% rename from TwoStageVAE/axon.yaml rename to two_stage_vae/axon.yaml diff --git a/TwoStageVAE/classify_image_graph_def.pb b/two_stage_vae/classify_image_graph_def.pb similarity index 100% rename from TwoStageVAE/classify_image_graph_def.pb rename to two_stage_vae/classify_image_graph_def.pb diff --git a/TwoStageVAE/dataset.py b/two_stage_vae/dataset.py similarity index 100% rename from TwoStageVAE/dataset.py rename to two_stage_vae/dataset.py diff --git a/TwoStageVAE/demo.py b/two_stage_vae/demo.py similarity index 100% rename from TwoStageVAE/demo.py rename to two_stage_vae/demo.py diff --git a/TwoStageVAE/fid_score.py b/two_stage_vae/fid_score.py similarity index 100% rename from TwoStageVAE/fid_score.py rename to two_stage_vae/fid_score.py diff --git a/TwoStageVAE/imgs/resnet_gen1.jpg b/two_stage_vae/imgs/resnet_gen1.jpg similarity index 100% rename from TwoStageVAE/imgs/resnet_gen1.jpg rename to two_stage_vae/imgs/resnet_gen1.jpg diff --git a/TwoStageVAE/imgs/resnet_gen2.jpg b/two_stage_vae/imgs/resnet_gen2.jpg similarity index 100% rename from TwoStageVAE/imgs/resnet_gen2.jpg rename to two_stage_vae/imgs/resnet_gen2.jpg diff --git a/TwoStageVAE/imgs/wae_gen1.jpg b/two_stage_vae/imgs/wae_gen1.jpg similarity index 100% rename from TwoStageVAE/imgs/wae_gen1.jpg rename to two_stage_vae/imgs/wae_gen1.jpg diff --git a/TwoStageVAE/imgs/wae_gen2.jpg b/two_stage_vae/imgs/wae_gen2.jpg similarity index 100% rename from TwoStageVAE/imgs/wae_gen2.jpg rename to two_stage_vae/imgs/wae_gen2.jpg diff --git a/TwoStageVAE/network/two_stage_vae_model.py b/two_stage_vae/network/two_stage_vae_model.py similarity index 100% rename from TwoStageVAE/network/two_stage_vae_model.py rename to two_stage_vae/network/two_stage_vae_model.py diff --git a/TwoStageVAE/network/util.py b/two_stage_vae/network/util.py similarity index 100% rename from TwoStageVAE/network/util.py rename to two_stage_vae/network/util.py diff --git a/TwoStageVAE/preprocess.py b/two_stage_vae/preprocess.py similarity index 100% rename from TwoStageVAE/preprocess.py rename to two_stage_vae/preprocess.py diff --git a/TwoStageVAE/requirements-cpu.txt b/two_stage_vae/requirements-cpu.txt similarity index 100% rename from TwoStageVAE/requirements-cpu.txt rename to two_stage_vae/requirements-cpu.txt diff --git a/TwoStageVAE/requirements-gpu.txt b/two_stage_vae/requirements-gpu.txt similarity index 100% rename from TwoStageVAE/requirements-gpu.txt rename to two_stage_vae/requirements-gpu.txt diff --git a/TwoStageVAE/requirements-preprocess.txt b/two_stage_vae/requirements-preprocess.txt similarity index 100% rename from TwoStageVAE/requirements-preprocess.txt rename to two_stage_vae/requirements-preprocess.txt