From 921434681d4c8fe307ab025bb2a547623b8a4d4c Mon Sep 17 00:00:00 2001 From: Odd Kiva <2375733-oddkiva@users.noreply.gitlab.com> Date: Fri, 5 Jan 2024 17:53:56 +0100 Subject: [PATCH] MAINT: reorganize project. No more Tensorflow code. --- python/oddkiva/brahma/{torch => }/__init__.py | 0 python/oddkiva/brahma/{torch => }/classification/resnet50.py | 0 .../brahma/{torch => }/classification/test/test_resnet50.py | 0 python/oddkiva/brahma/{torch => }/dataset.py | 0 .../{torch => }/image_processing/examples/image_warp_example.py | 0 .../{torch => }/image_processing/test/test_image_processing.py | 0 python/oddkiva/brahma/{torch => }/image_processing/warp.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename python/oddkiva/brahma/{torch => }/__init__.py (100%) rename python/oddkiva/brahma/{torch => }/classification/resnet50.py (100%) rename python/oddkiva/brahma/{torch => }/classification/test/test_resnet50.py (100%) rename python/oddkiva/brahma/{torch => }/dataset.py (100%) rename python/oddkiva/brahma/{torch => }/image_processing/examples/image_warp_example.py (100%) rename python/oddkiva/brahma/{torch => }/image_processing/test/test_image_processing.py (100%) rename python/oddkiva/brahma/{torch => }/image_processing/warp.py (100%) diff --git a/python/oddkiva/brahma/torch/__init__.py b/python/oddkiva/brahma/__init__.py similarity index 100% rename from python/oddkiva/brahma/torch/__init__.py rename to python/oddkiva/brahma/__init__.py diff --git a/python/oddkiva/brahma/torch/classification/resnet50.py b/python/oddkiva/brahma/classification/resnet50.py similarity index 100% rename from python/oddkiva/brahma/torch/classification/resnet50.py rename to python/oddkiva/brahma/classification/resnet50.py diff --git a/python/oddkiva/brahma/torch/classification/test/test_resnet50.py b/python/oddkiva/brahma/classification/test/test_resnet50.py similarity index 100% rename from python/oddkiva/brahma/torch/classification/test/test_resnet50.py rename to python/oddkiva/brahma/classification/test/test_resnet50.py diff --git a/python/oddkiva/brahma/torch/dataset.py b/python/oddkiva/brahma/dataset.py similarity index 100% rename from python/oddkiva/brahma/torch/dataset.py rename to python/oddkiva/brahma/dataset.py diff --git a/python/oddkiva/brahma/torch/image_processing/examples/image_warp_example.py b/python/oddkiva/brahma/image_processing/examples/image_warp_example.py similarity index 100% rename from python/oddkiva/brahma/torch/image_processing/examples/image_warp_example.py rename to python/oddkiva/brahma/image_processing/examples/image_warp_example.py diff --git a/python/oddkiva/brahma/torch/image_processing/test/test_image_processing.py b/python/oddkiva/brahma/image_processing/test/test_image_processing.py similarity index 100% rename from python/oddkiva/brahma/torch/image_processing/test/test_image_processing.py rename to python/oddkiva/brahma/image_processing/test/test_image_processing.py diff --git a/python/oddkiva/brahma/torch/image_processing/warp.py b/python/oddkiva/brahma/image_processing/warp.py similarity index 100% rename from python/oddkiva/brahma/torch/image_processing/warp.py rename to python/oddkiva/brahma/image_processing/warp.py