From b3d7075ba414823045b0b9b9801dfaa1a80638a0 Mon Sep 17 00:00:00 2001 From: Ftps Date: Sat, 19 Aug 2023 20:13:39 +0900 Subject: [PATCH] train modules --- .../modules/train/preprocess.py | 0 .../modules/train/train.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename trainset_preprocess_pipeline_print.py => infer/modules/train/preprocess.py (100%) rename train_nsf_sim_cache_sid_load_pretrain.py => infer/modules/train/train.py (100%) diff --git a/trainset_preprocess_pipeline_print.py b/infer/modules/train/preprocess.py similarity index 100% rename from trainset_preprocess_pipeline_print.py rename to infer/modules/train/preprocess.py diff --git a/train_nsf_sim_cache_sid_load_pretrain.py b/infer/modules/train/train.py similarity index 100% rename from train_nsf_sim_cache_sid_load_pretrain.py rename to infer/modules/train/train.py