diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_X_host.npy b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_X_host.npy deleted file mode 100644 index 997a09e43833f4dd7cbb6d70f6c6b8462f539477..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c29f37e39bc9df8e214b320e42c13197e96c75b24fc5debc410fec0d6f8684 -size 36080480 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_gen.py b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_gen.py deleted file mode 100644 index b46027cf5fbe1d6c79b86abca0b6c3d810d80cd8..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/c10/forestdiffusion/forest-c10-20260419_200956/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(820008)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/c10/forestdiffusion/forest-c10-20260419_200956/forest-c10-820008-20260420_115742.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_meta_host.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_meta_host.json deleted file mode 100644 index 50221aeccb4d42328e9c4801d00680cd125178e4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcf6c8a2871042e6dac2457e54bf953c04b16792319178ead7b7414a393d1ff4 -size 106 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_train.py b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_train.py deleted file mode 100644 index fe3d5a20bd0d59d5dde2e6726c3d3282ea2ee3ab..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/c10/forestdiffusion/forest-c10-20260419_200956/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/c10/forestdiffusion/forest-c10-20260419_200956/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/c10/forestdiffusion/forest-c10-20260419_200956/forestdiffusion_model.joblib') diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forest-c10-820008-20260420_115742.csv b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forest-c10-820008-20260420_115742.csv deleted file mode 100644 index 35a60be87a5227c589ec61cabd55836b3dfd5e0c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forest-c10-820008-20260420_115742.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba5adac2b3beec3603115dbbebf78b429c50b7eb64efdd090fc402fe8ac6300a -size 150701603 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forestdiffusion_model.joblib b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forestdiffusion_model.joblib deleted file mode 100644 index 38a4f3570ba8b3ac6e19a2844b1c3f838897139b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c213415b80f97da235cdeee5505b5b3ae67dae33f60754cd21cd12e218402e53 -size 146165257 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/input_snapshot.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/input_snapshot.json deleted file mode 100644 index e9bfb0623c19f146e531accfd6298f2f9f760e20..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8972f69e4f80328801c1e2d76289e4e21e01dc28044674d80461f7019e710c31 -size 1371 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/models_fd/model.joblib b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/models_fd/model.joblib deleted file mode 100644 index 38a4f3570ba8b3ac6e19a2844b1c3f838897139b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c213415b80f97da235cdeee5505b5b3ae67dae33f60754cd21cd12e218402e53 -size 146165257 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/normalized_schema_snapshot.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index e0918792460dc63d311027d63ff54568fd91d58f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7148c9ceb476ede5c254d7a50d92c8aba6ff2fae55ac0910a9658442e6280700 -size 4900 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/public_gate_report.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/public_gate_report.json deleted file mode 100644 index 82cc234f94e17a0ebf4e1ca57941636dd4acb1b3..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d426613479e876a1d85d8fea4bd8b2fd9a5109d37b55baa30e182f7f4d663d30 -size 919 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/staged_input_manifest.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/staged_input_manifest.json deleted file mode 100644 index b3f4920b216f62fe1cf21d2702aaa96d8fcfd195..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a996cdfcc6d5d7601b9933c0613c4d0abf69e9f074b93b5b3ee935256efddc8 -size 5726 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/runtime_result.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/runtime_result.json deleted file mode 100644 index 50cfb4f30c727042469169a46a000c7e1753f3fd..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876e919937149089fd381779da3d681cae97045f868e01fcecd2a065ad36b11d -size 631 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_report.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 9edca7746f4ead285c7a0a151d0fcec1bbb7d986..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e457eb09c793567b9a45fb6aa18463f81ebb6201f614d4e09584dd86fa8f7b -size 333 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/model_input_manifest.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index aa65433d4f2a3525a231aaecc431b3a22803adab..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:104c28b3a2ca20691af2df008d245dee137d1d18036a6e0bb18bd57b7ce0a902 -size 5935 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/staged_features.json b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/staged_features.json deleted file mode 100644 index c1fa7bb1587aceebd8b198a64d47fbdd2d6ec73b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6731a6de684726aac71a09ef332a76bfba59cb80562f5df3cacd198efdbbf608 -size 983 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/test.csv b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/test.csv deleted file mode 100644 index f85f97dafd087ed38d24e3bad955a5bad976dcce..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7ce2790bd0b291bf9cf968a4ff9b74964a9caf1d0c613d0897843583e3118f -size 2412815 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/train.csv b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/train.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/val.csv b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/val.csv deleted file mode 100644 index a7eb383ee1dccbf560cf7ac65ce11a0a1f71c6a1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c46e64f7ec21c60fd61ce6ee8e060ceb4f2f7f831a1cac5368efe861d0dfc3b -size 2413372 diff --git a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/train_20260419_200958.log b/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/train_20260419_200958.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/forestdiffusion/forest-c10-20260419_200956/train_20260419_200958.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/gen_20260424_221406.log b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/gen_20260424_221406.log deleted file mode 100644 index a2c630ec2c8e0e514182db7567134b213588c6e1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/gen_20260424_221406.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e873b9e0f3517b1b9ba63d516f08f8ea5b2da68928c04c62a7569fb895d1de1a -size 441060 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/input_snapshot.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/input_snapshot.json deleted file mode 100644 index 60c8b868853da14cb920ad1efa1875b7dc192dae..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51f3d3dcd24273ee2d4621e69b60d4a967003ba9a27749dbffebbdac78614e45 -size 1369 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_config.json deleted file mode 100644 index 74c1ec72f5d09a7dc26a7f77b51cf01c91ffff1e..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774a25044da64f066cf27ef6f5cf4586f1aff3b4f8f2c4ab50f2a6355d4fe35a -size 11821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_model.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_model.pt deleted file mode 100644 index 041652d4d84397b32ae7fdf47f32819acec23805..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/models_10epochs/id000017770400323585077248/rtf_model.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e4c4cdec270d7bd6b38c19dd64e1b48e0bdba69909d687034f0de5ccc10121 -size 173600227 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/normalized_schema_snapshot.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index e0918792460dc63d311027d63ff54568fd91d58f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7148c9ceb476ede5c254d7a50d92c8aba6ff2fae55ac0910a9658442e6280700 -size 4900 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/public_gate_report.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/public_gate_report.json deleted file mode 100644 index 82cc234f94e17a0ebf4e1ca57941636dd4acb1b3..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d426613479e876a1d85d8fea4bd8b2fd9a5109d37b55baa30e182f7f4d663d30 -size 919 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/staged_input_manifest.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/staged_input_manifest.json deleted file mode 100644 index 2e44a3bc359f1b2f9f4995af7a74247cb1a01b09..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1916f3f54a3c72d8317ebeb7c2de43b960e1a46c2fcfc55887a8b9524be95dcf -size 5701 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_features.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_features.json deleted file mode 100644 index c1fa7bb1587aceebd8b198a64d47fbdd2d6ec73b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6731a6de684726aac71a09ef332a76bfba59cb80562f5df3cacd198efdbbf608 -size 983 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_sanitized_info.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_sanitized_info.json deleted file mode 100644 index 9e27b9f633e6058fe3fcb76dec5de8c2b6505f0c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_sanitized_info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:213c711c95d0a8d3c3444f34f9fcdc739eccdd63e83f6bf0d3ce7479e5e43ba1 -size 206 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_train_sanitized.csv b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_train_sanitized.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/realtabformer_train_sanitized.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf-c10-820008-20260424_221406.csv b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf-c10-820008-20260424_221406.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf-c10-820008-20260424_221406.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/model.safetensors deleted file mode 100644 index e64d160d8506dd16c0edfaff431dd223cce0a66f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c778f4c26a7767285e003310ff9c964b2eb2ba232cd583490265b8d330e6bf63 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/optimizer.pt deleted file mode 100644 index a00562bcd39f4be6dcd06707ce76dfcba34c90f6..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069a85e1c4bf17982fea63a79408762400a9bd29dbeb52caea08307b0c794326 -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/rng_state.pth deleted file mode 100644 index 00b29cc3cfe3108e2d9fabcde99ab1f0f3b04be1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb1174cb20506ba717bd35b94526626515383c36b53986a13336b47f22b58b98 -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scaler.pt deleted file mode 100644 index 2081867f2136115ad8139d782bd9c57a203aa1e9..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28aa0533ad8af74f4cae32758a8aac167b897bd0d0b46ca97b3abec60f903e03 -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scheduler.pt deleted file mode 100644 index 26c27bed14db485a94c03204fe3ca4d52afcbbb2..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a4d8031a11b6ad115c36ef28a4ebe04dc746609bacb501581ee88e70916b6d6 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/trainer_state.json deleted file mode 100644 index 8a87e44eb67fcd1ae54c0d82a369c49b8d1a4efb..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f531406a2509d9e0a6857218ad45bc14c012dc09d1198121c837a95c8941d36 -size 480638 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255800/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/model.safetensors deleted file mode 100644 index 622d6a7acf3a99474685948a36f782d48e210b81..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1926af5bd0f37c3040c5e7a3efc401e7f09bcfc297185f5dcbf81c2acfa8747 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/optimizer.pt deleted file mode 100644 index a6d5fb2992b029ffc899e7675bf931667897b330..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d31695d6c71355c304713f8a222e9a15d19f4aef11eae00fda139c713c55279 -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/rng_state.pth deleted file mode 100644 index 3dafff179bf04ba8b5546587d71af965f70fdf78..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd5fe0978eb749050188ace474dcd5b3174babe75713ffaa4c90743f52895fd -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scaler.pt deleted file mode 100644 index 045137691106010c2cabbf651b627cfd4f488811..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a04f04be702b965e3229cf863a56cbe076e564bba3931f7587388fcdeda02b91 -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scheduler.pt deleted file mode 100644 index fe489a6e59a7e31270fafe70707c9bc886b256bb..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c27afdba6d28f5b678d0509ac4eb49d5fc7f2ec813619fde06787ffe4d0d28a4 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/trainer_state.json deleted file mode 100644 index eae427ff50051fbdf563b1107e64ef46db195223..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef4d979a16a2e12357ca6b9d1727bff2faf21fbb8964e923618c0182af3388ae -size 480825 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-255900/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/model.safetensors deleted file mode 100644 index 30d334347c028c8e1c5f22ff13f29bd5551042e7..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b43c10337c04965a726217beae6175f9a7f856a6881638c37ffd89e9d675f1b3 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/optimizer.pt deleted file mode 100644 index f7c20dc4c3bcaa65225ff4207f08971b19520575..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:257d5d40df59a769a894faeb547da411adec34830f740eb4586964aab00631d6 -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/rng_state.pth deleted file mode 100644 index 8a9d7b64ea8553c1786291e1e584131ede5f1f96..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:086c23ddb5c72f87d4d5308001cd456d24fb8678de92245b21925af5b6dd6b02 -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scaler.pt deleted file mode 100644 index e2a208cecc7ffcd0c52182f0e262747b56037d0d..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e053fa0a6dd38becfcf02fbc2e978f5fc1597614cd3326ac1cbe34503c3ae88b -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scheduler.pt deleted file mode 100644 index 412d807b8c3fa24dcc9841846c8ddad8c0548bee..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f48de2c408df222f3b8565ad26763edf11e06d95d3799e37c463eea42f732bc0 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/trainer_state.json deleted file mode 100644 index 8d78f1d222af3ca4967fe201eb02dbe1420942dc..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71d1abeb500dd080cbfed68c1b0a0d7d9a400f9f9f74399dbfccc1ecaf55c782 -size 481013 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256000/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/model.safetensors deleted file mode 100644 index a7d6f971489e2f0ceae2eb183af053777a144fba..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef8c9165f1b2457acf7d098c9d62afe2121e2df14f06932fac2612895ad507f3 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/optimizer.pt deleted file mode 100644 index 24472c86ef844ca4bcca780f44498bd5109710db..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee52540589de764ec8185a5aced704075d9be3a927742622e834e109a6f7d95c -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/rng_state.pth deleted file mode 100644 index 5b52a8a4b7b1e1f4fb2b90000a733eb530edd048..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23032e8ddf9eb2a5ac9feb4784382734eae133078f707c3cfc2b208dbcb17727 -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scaler.pt deleted file mode 100644 index 6fd0b1ed9f58807d346a7a09aa4e32a8c5f8ed6c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a02a35d51b11b9380ca8383e98ad6fe81f42157c8cf140090f4546977df999 -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scheduler.pt deleted file mode 100644 index ca7c0f6ec1f7f2876165d8cadaa59fd8c9b224b2..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37580bce1afac936a508558c30700c5f8a4182c2a7084a1fb86444fffc4a7538 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/trainer_state.json deleted file mode 100644 index 3c771f423600a281a89bd041adfb8be4cfd50603..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c94e635eb6d2ec49d0d97b5d2705dadf722fe208e6a70a7459aa554e27552dc7 -size 481201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256100/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/model.safetensors deleted file mode 100644 index 9c39e0fa081c57e0cfa26ba82c3726ce5451f591..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:570fcda4d224e0f7bcbd0836ef7d7585671296472e608c5e460675653b033623 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/optimizer.pt deleted file mode 100644 index 512bdc5270ffbaba280e7e7af6bb9374839cb69b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d177a7f6288aaa08f8409eee234a3914d1df054c7c06bdcb9275ebc8d65c6466 -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/rng_state.pth deleted file mode 100644 index 854cb18a3f5dd7dd4290423005dbfd6287548e1a..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1a9b87ac3e47aff62e02e3eda0a4e4b991e27e7b4e25638fc4ee5e26351ef63 -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scaler.pt deleted file mode 100644 index 57cd5b06e1c63b3b80004a369b8b92db3857862c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fa748005eedce07f92a15403fb3324768a2015210e0a8d297c23168fd83b8dd -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scheduler.pt deleted file mode 100644 index 62565d71ab738929a15723aa3f28d6e2f8463aa7..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:896324a0b25b391d54498c51bb0c4ee4bace0659536ed7221e4cedf74de6ff29 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/trainer_state.json deleted file mode 100644 index 3d1ecb31f0f9f043908f8960ad6794e3662952d4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e034b82c7627373523231c035cbe1edfe547142faaae1b69d3ffc58731f98782 -size 481387 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256200/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/config.json deleted file mode 100644 index efd6eeaed4e6cb905ec285c6c9193501a6448103..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4a1eef5b3c6e375afeb0d02172610c8b91f7eb195a2792eb8e3a8a9f42e9a -size 821 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/generation_config.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/model.safetensors b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/model.safetensors deleted file mode 100644 index a1febf8ff878df7400eb3b5376b00edeb1673b4b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b0398da02f9414611242f95862dd69bfbd0380a3f68701d0d6fcae0c13ebfd3 -size 173578696 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/optimizer.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/optimizer.pt deleted file mode 100644 index 6ee0a02538c19d5e6d887319cb105dc7e740d3cb..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4064ab133805fa2a8e3aa5cdf21b21c9300456b832b93ea63c3d3954b5b1762f -size 347206475 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/rng_state.pth b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/rng_state.pth deleted file mode 100644 index 4b1dccf8cd988a8b11a19d4d535a5861c01d2e55..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d64e88eecd64ecca2a20e1e7def1de0ebb785ab9263529180d2802ae49dba8 -size 14645 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scaler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scaler.pt deleted file mode 100644 index 89280b5da6e3638eb215388fbc5567302e347a06..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:022915fa8ac65fae0f13853519b8aa7ee79efd632a399c1f64c6b87bab0b057a -size 1383 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scheduler.pt b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scheduler.pt deleted file mode 100644 index db5e70c8861e5368e471c7a28a0ef2be3431519f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3df878145631b87b3178890deb258f1b5abc7907462c3c79b73499f081ccc8 -size 1465 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/trainer_state.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/trainer_state.json deleted file mode 100644 index 900f2bb56242facb443502e6d8bc64818c70ac6b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750bbf391228f3a365813b98f54d57070bdf54b771868d766037ace75035a44c -size 481375 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/training_args.bin b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/training_args.bin deleted file mode 100644 index 95761c9b711780eb4f42f7be348858e3a996db4c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/rtf_checkpoints/checkpoint-256260/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd0ce7594132050805cad78976d67a632518b52037b36e6ef2977b2ee2740a7 -size 5201 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/runtime_result.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/runtime_result.json deleted file mode 100644 index 275e68727702d67493b0453edcf790d9b5b22867..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:956406c8c0bfd7d096d7f164e0c94aa03aae6366e02b6564c733aa0c1285f456 -size 606 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/staged_features.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/staged_features.json deleted file mode 100644 index c1fa7bb1587aceebd8b198a64d47fbdd2d6ec73b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6731a6de684726aac71a09ef332a76bfba59cb80562f5df3cacd198efdbbf608 -size 983 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/test.csv b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/test.csv deleted file mode 100644 index f85f97dafd087ed38d24e3bad955a5bad976dcce..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7ce2790bd0b291bf9cf968a4ff9b74964a9caf1d0c613d0897843583e3118f -size 2412815 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/train.csv b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/train.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/val.csv b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/val.csv deleted file mode 100644 index a7eb383ee1dccbf560cf7ac65ce11a0a1f71c6a1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c46e64f7ec21c60fd61ce6ee8e060ceb4f2f7f831a1cac5368efe861d0dfc3b -size 2413372 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_report.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_report.json deleted file mode 100644 index 6a58236881b0d0f74e3b64c223854779b4e2438d..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4317136e00f3dc17ab15f6f626972ce30a31b4718cb38b249bd3cbddce777e1 -size 326 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_transforms_applied.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/model_input_manifest.json b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/model_input_manifest.json deleted file mode 100644 index 8ffc1eb46cf6d4d1cba5b1ab8bb67245f2ae33b8..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/staged/realtabformer/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6a03d9ecc15dce1a570fb1a1dfd22736de30c2df076be9e70679ad58b7e09f0 -size 5903 diff --git a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/train_20260424_191113.log b/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/train_20260424_191113.log deleted file mode 100644 index 8e5b8ed7b9a5f106fe1e88ab193fb8e97dbccc5f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/realtabformer/rtf-c10-20260424_191110/train_20260424_191113.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:794547012fe3e0aeb4a2b5e36d798f9a051e7f983f8697218f4d8f925b1b610c -size 6856907 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_gen.py b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_gen.py deleted file mode 100644 index a69863a0173d026cbbe3a0517a28e6cc5a5dea8a..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_gen.py +++ /dev/null @@ -1,34 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SAMPLE_BATCH_SIZE"] = str(max(128, min(int(820008), 1024))) -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-c10-20260422_010242", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-c10-20260422_010242/model_500.pt", - "--num_samples_to_generate", str(int(820008)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-c10-20260422_010242") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260501_223100.csv") diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_train.py b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_train.py deleted file mode 100644 index 2bb05cf5c9416d20b55440a14dad614a48f60b38..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-c10-20260422_010242", -]) diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/input_snapshot.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/input_snapshot.json deleted file mode 100644 index f2e6bdc5bdf35e48cd6594fdedeab0ca363e4a94..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5b57aae693257870594fbbc1708ce327846cbda25fc5c73a49de076ada8329b -size 1365 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/models_tabbyflow/trained.pt b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/normalized_schema_snapshot.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index e0918792460dc63d311027d63ff54568fd91d58f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7148c9ceb476ede5c254d7a50d92c8aba6ff2fae55ac0910a9658442e6280700 -size 4900 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/public_gate_report.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/public_gate_report.json deleted file mode 100644 index 82cc234f94e17a0ebf4e1ca57941636dd4acb1b3..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d426613479e876a1d85d8fea4bd8b2fd9a5109d37b55baa30e182f7f4d663d30 -size 919 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/staged_input_manifest.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/staged_input_manifest.json deleted file mode 100644 index 322a3d05ff2f3e3ba8f97412309981180be4259f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a458e6c6ca1df3cb8f6059e548b24e3f80645d2f9f3d120472d451273816c6c -size 5711 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/runtime_result.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/runtime_result.json deleted file mode 100644 index 11d135fc0d935db1686f9a2eff513403b5a45d30..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf1c4a26b4232c5fcfdd19a67f533d345880d5d40af72e6061e806c144fe6fc6 -size 468 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/staged_features.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/staged_features.json deleted file mode 100644 index c1fa7bb1587aceebd8b198a64d47fbdd2d6ec73b..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6731a6de684726aac71a09ef332a76bfba59cb80562f5df3cacd198efdbbf608 -size 983 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/test.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/test.csv deleted file mode 100644 index f85f97dafd087ed38d24e3bad955a5bad976dcce..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7ce2790bd0b291bf9cf968a4ff9b74964a9caf1d0c613d0897843583e3118f -size 2412815 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/train.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/train.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/val.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/val.csv deleted file mode 100644 index a7eb383ee1dccbf560cf7ac65ce11a0a1f71c6a1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c46e64f7ec21c60fd61ce6ee8e060ceb4f2f7f831a1cac5368efe861d0dfc3b -size 2413372 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_report.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_report.json deleted file mode 100644 index cdf5789d516db2702a52ca6fc2d9adb3cbf512a0..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e435930390974936f62aa4b074cc921da4273ad8c5b9649700a615885c6a6e2 -size 324 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/model_input_manifest.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 98092ec11f406f165a19001aac545f20fee34080..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03998399453cd7b5ef6b40d2723498cc3ffc3e854dd60b2c3682bc162854b24c -size 5911 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260422_035647.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260422_035647.csv deleted file mode 100644 index 13c0d8d3f91ab396f79dc94c820f61a42c6a077d..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260422_035647.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a3ea496338dd50ab496ca8c550baeb8710badbe2525918e65e8193c932d1cff -size 4358240 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260501_223100.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260501_223100.csv deleted file mode 100644 index 6a4ca3f8c2a1b4fb8866942167ec5c8310c2986a..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow-c10-820008-20260501_223100.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:873bea072257e07e9f2d3b245715da7f7a345790d926dde754ad7bc1e48626b3 -size 35745624 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_resolved_ckpt.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 725735ba5747908b17f1331a30cab020f67f5145..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003b863345f6ce4ce5d9f66edb5238436c3da3797a10559b76bfd5bfe94649ac -size 357 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_train_meta.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_train_meta.json deleted file mode 100644 index 369313a20ef7cbc43fc77164ec3b2e146d3781c2..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdedfd26ff251ee9c55168519813ae0a5c2d37f9bdc9d5e4972bee4f8ad0334d -size 261 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 7a6ccf6c7a8841d4c4d3d90463035dd63547d494..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009442e4c44b2881f28d673c1d362afbbe53eb2e1b20a2bc88192f3a8d908b92 -size 128 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index c66d19db02b303929b8116bdd7c666cdd29ab533..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672fa375f687cc899f9d90cfe5b554144f93755351ce2b4cefa6a3dc26c39052 -size 128 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 01fa0c24739eb06fd5dc506195aad477f7ebbe32..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc725391004525bb55d0e1e939dde120d0bf7b666fef9634b0083b12d4c607ad -size 128 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index c4148a18ff4a6422d7ca57274718b881cc7e105f..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3fdc0ecad4e101d82126c7270d67a77baa204d17296349ffd2e9479ce3115c8 -size 4100208 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 2680ecf80b6daaa9d92f84e474ad52b680ae417c..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78fd7e530c517507e311c5b5864d040dbd89bca793fa22140242b2fc2eb3f4a0 -size 32800448 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index b7ba6376f25e965b4801b7e422335aa533b0da92..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eb42bd7384280062c7974882779f6c1254921cc26b08a2f79ef9be8234fd7ad -size 4100128 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/info.json b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index d0f0cbaa35f8a7ae83b724d6bf409888049c5625..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8a1fd3d59a8b365cb7c147dd301323385e93ca216b3bb4da6898c05396aff0 -size 2145 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index a7b932370a250821d9c75ba86bcbc89bde3036b4..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8161358f4f74365c2c6f8c61a115d1f3f6598de4c923179d6c7a9a38b7912bd -size 19300938 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index f85f97dafd087ed38d24e3bad955a5bad976dcce..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7ce2790bd0b291bf9cf968a4ff9b74964a9caf1d0c613d0897843583e3118f -size 2412815 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index a7eb383ee1dccbf560cf7ac65ce11a0a1f71c6a1..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c46e64f7ec21c60fd61ce6ee8e060ceb4f2f7f831a1cac5368efe861d0dfc3b -size 2413372 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index ab005a916852b36c9da0ee41df3c6dea500ced50..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb20575b3a8ebc49df7e08c81cba7d91725be2f6372cb42c9af1ccc218bb1ba -size 820144 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 71d76d75bef4c68e6335badcbbb55d36e6f0bee3..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baccf6c96a9eb9bbcde5188ab911e53c0ea3da3e713c3ffe0c8607efec260c2 -size 6560192 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 27f1cbf936fa8ff66ab9c960af9246e495b8a5e3..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:192d9c6cf6d08220fd8419b473d12b6d9d83696ddf05eb7705e8c8887c55be49 -size 820128 diff --git a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/train_20260422_010246.log b/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/train_20260422_010246.log deleted file mode 100644 index 1ff3e295953c7a50c701b3807ccc6f3c6333ddcf..0000000000000000000000000000000000000000 --- a/5090-Success/c10/tabbyflow/tabbyflow-c10-20260422_010242/train_20260422_010246.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8d5232e59d53ad793c8bac858e0db3299af26122d3dec90c507d9e215630190 -size 24372828 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_X_host.npy b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_X_host.npy deleted file mode 100644 index 2c631eb05814d7aa116816e9799b9c52f8c0e566..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:260745c93bbaaa167bd761bd653a194f7b25b477b3929a24e343741a3c4fa280 -size 38824 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_gen.py b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_gen.py deleted file mode 100644 index 67fad640c5ea0a75f943eaf7c4ea4abf1d7bfd15..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/c2/forestdiffusion/forest-c2-20260419_200955/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(1382)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/c2/forestdiffusion/forest-c2-20260419_200955/forest-c2-1382-20260420_111849.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_meta_host.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_meta_host.json deleted file mode 100644 index 0631df26f1b85c0ecd41318621061afe7612f695..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7128e33f2b73aeaa821c489d2024f3cc8a7cea3c1ec486467ed07e71ece7ba81 -size 123 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_train.py b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_train.py deleted file mode 100644 index 8ed4dfa207487148335a5d4a9a1597edd48151a8..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/c2/forestdiffusion/forest-c2-20260419_200955/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/c2/forestdiffusion/forest-c2-20260419_200955/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/c2/forestdiffusion/forest-c2-20260419_200955/forestdiffusion_model.joblib') diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forest-c2-1382-20260420_111849.csv b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forest-c2-1382-20260420_111849.csv deleted file mode 100644 index 5c7291194c7609263a10a3f13c4aa9eac9a14344..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forest-c2-1382-20260420_111849.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a0206710d413ca26961399f7467d29dd84fe9fd68faec0a43a6d35252fd9da -size 57354 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forestdiffusion_model.joblib b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forestdiffusion_model.joblib deleted file mode 100644 index 21a781ac6b596c070be330da2c16332cd6a21224..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6c42984ccf7e254a383118e7ab92d30c7d6ae9da7a2e0ed59d986c5adb21861 -size 144873415 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/input_snapshot.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/input_snapshot.json deleted file mode 100644 index fef682ca31c455b27887571dbda028a893776727..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d7e8987c6202ff2b45eb327932465cefa5a581ee173073ba616f1584878e015 -size 1351 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/models_fd/model.joblib b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/models_fd/model.joblib deleted file mode 100644 index 21a781ac6b596c070be330da2c16332cd6a21224..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6c42984ccf7e254a383118e7ab92d30c7d6ae9da7a2e0ed59d986c5adb21861 -size 144873415 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/normalized_schema_snapshot.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index bc291aca72c2ac00d7eb2da74c894bb15ef82aed..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a63ea2091eccf0145444f670415e7201dbdd052bc2ddabdc4241f6f16bdcf0a0 -size 3153 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/public_gate_report.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/public_gate_report.json deleted file mode 100644 index 4ff5c5272da853b589983f56b08f71fd93df0d56..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1503b177727c3781414427a7bc1e423fa92e314f5cf957de4e258340ca60ddef -size 912 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/staged_input_manifest.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/staged_input_manifest.json deleted file mode 100644 index eb5a3d708b92dd8780485f209cfd4d93aa279377..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50711fb75e950040a3b5dfafad7148af96900961e3fd3ae713e8c83a0e64f661 -size 3969 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/runtime_result.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/runtime_result.json deleted file mode 100644 index 084f62650591817504e1f546801642aed78f9d0a..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd5ef9e33e515b68c92510c86d3ff9840545f667f842085de3d6aeaa42e933cd -size 622 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_report.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 782454d083c8c85058f5445438f9c8f1c4298880..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28633a0d75c6d9f61158883696acc16faa9d4a2945479cd41df75ff472738986 -size 331 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/model_input_manifest.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index dd1a39e3162fb2cecdd198ad58acb25dd351861f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d4bd64b79cfed2576b80ba2c32f937c79457a785a4c7f0040b809afaff3ecb -size 4176 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/staged_features.json b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/staged_features.json deleted file mode 100644 index 96ce2fcc5c1b712d1baabe9a6462bb9c882c30fc..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37511511f1d7cb0e004f9d7305c900644ebefe672c9a1a418c1f29b36786fabd -size 659 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/test.csv b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/test.csv deleted file mode 100644 index 392a0d7189a34d8f13ecf20a99d64b03230d517c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48114a7d0bc5bd9a07920f903c8d4aba8bf98bf2a66a050da03588b0245ca73 -size 5273 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/train.csv b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/train.csv deleted file mode 100644 index da4f4d55134eebc0e51157d0d467536371db1484..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aed00c2c2b3f88a55a7ebff31b2e1b5e0e32fb0a7267e0b9d2779cd23e434dd -size 41565 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/val.csv b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/val.csv deleted file mode 100644 index af8caf7ee42524188534a3daf32996dc491952d9..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e90c1170a57a14c05832ac88027722b1f3848f9662c7c09ef7c93dcba4cc01 -size 5176 diff --git a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/train_20260419_200956.log b/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/train_20260419_200956.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/forestdiffusion/forest-c2-20260419_200955/train_20260419_200956.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_gen.py b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_gen.py deleted file mode 100644 index 1923c34920f735eeeb614fd5de8f563f54a02a8c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(1382)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow-c2-1382-20260420_050657.csv") diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_train.py b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_train.py deleted file mode 100644 index f0467529331e6fc51131eb4e69209f9e00d8c0b0..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/input_snapshot.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/input_snapshot.json deleted file mode 100644 index ffdb6ed95e5a5e3679e1b6590ed22953d4d9982e..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c97010693a7cf9dcd15b5eec4e96ce984b42e658c4373c50ac7f51916b4772 -size 1345 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/models_tabbyflow/trained.pt b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/normalized_schema_snapshot.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index bc291aca72c2ac00d7eb2da74c894bb15ef82aed..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a63ea2091eccf0145444f670415e7201dbdd052bc2ddabdc4241f6f16bdcf0a0 -size 3153 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/public_gate_report.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/public_gate_report.json deleted file mode 100644 index 4ff5c5272da853b589983f56b08f71fd93df0d56..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1503b177727c3781414427a7bc1e423fa92e314f5cf957de4e258340ca60ddef -size 912 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/staged_input_manifest.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/staged_input_manifest.json deleted file mode 100644 index 7911fce2b1568531934c19ff202a52ea80689b5f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c2198bcda5e3e7a16d5e21461cfeb4aa53118ac4e0359502932a66cdf9f091 -size 3954 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/runtime_result.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/runtime_result.json deleted file mode 100644 index b8c5548d287a9eafcbda8db720c340f4feb41704..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87dcc531735cfee2c925eaa793709e4d46819f70f91a0774fd8ce5120cf87556 -size 621 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/staged_features.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/staged_features.json deleted file mode 100644 index 96ce2fcc5c1b712d1baabe9a6462bb9c882c30fc..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37511511f1d7cb0e004f9d7305c900644ebefe672c9a1a418c1f29b36786fabd -size 659 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/test.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/test.csv deleted file mode 100644 index 392a0d7189a34d8f13ecf20a99d64b03230d517c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48114a7d0bc5bd9a07920f903c8d4aba8bf98bf2a66a050da03588b0245ca73 -size 5273 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/train.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/train.csv deleted file mode 100644 index da4f4d55134eebc0e51157d0d467536371db1484..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aed00c2c2b3f88a55a7ebff31b2e1b5e0e32fb0a7267e0b9d2779cd23e434dd -size 41565 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/val.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/val.csv deleted file mode 100644 index af8caf7ee42524188534a3daf32996dc491952d9..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e90c1170a57a14c05832ac88027722b1f3848f9662c7c09ef7c93dcba4cc01 -size 5176 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_report.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 1b8b94c8588a34460b4e008fc649d3c74593f7f2..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e912f546f9ef652f6ab5268b3add83c7f60ad211dbffd7ed1b15324fcd32326 -size 322 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/model_input_manifest.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 8e951dfbe19cae71fdfa12060f866e0ad0c36945..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d44f7497070c77dca871a5876951104e29b83df36be76fd733f19fc5dad450 -size 4152 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow-c2-1382-20260420_050657.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow-c2-1382-20260420_050657.csv deleted file mode 100644 index 5ad978688a5365c0062a4d1912c6ea0ef810db02..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow-c2-1382-20260420_050657.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9fd16b0a3afc4b282ae0a60f90fdae9e87246189730ac7560d60ed17690800f -size 19397 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow_train_meta.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 32809a08036eb1f1be0678afdaddb1f00f82f79b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0e622e9057da6133b350cb0a15979ce42d90000253f248c96c84b3b9d459fb -size 8480 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index e99f1ae8dc9e7155e5c4bbbd3c2f3f7215c628f7..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24d2203601ba060728920e754747e5a1dc3955a1b5775e147382fee4f1812542 -size 66464 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 4aab2023e31c8fc3fe3f8e2307625c7314276017..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763c141f2823d93a2109048676c8190b7820262197303afc266c2e93722aa0f2 -size 8384 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index ee691cc55b61ff64b363966d31ce39466b7e81d3..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:075cb97d620be78769d9e9225a15147362bb8ebe1d741fb5d87bc0f5ed2b2ddb -size 128 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 9370f90332827a72be71bf3347770cac2c0354f5..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79dbdf62b6c69f71f3fef2bfcff35e322b2ac9387fc545116c7bc0078b3de9ec -size 128 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index e1a79f2024b6cc07b116e577c5c4f3f8c6319392..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2bf53cb2859cc4f06d5c578e1c6a799aa492f4b06f82699ceff3dfb6309ca3d -size 128 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/info.json b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index d0263aa15def3b86ce82a62389477e74ee64906b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bed53953cc32f45f88795d3f5494d4c6a8543c2ef90ea3403212a83600bdfcb -size 1316 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 358dc6bf06da6cfaae7295b3402e668aa6ed182f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9e23c6d75083c2af85b5e94efa9a6f62d84fe7ae5fe3cbfa64def5c376b3856 -size 24250 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index a39fa5dd7328929332f0c1c6220e33786e4f5d23..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01919406b7c12f0d2bf91454f6ccadf4339669e95c8d752f2dc2dc94a456c185 -size 3087 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 58c7d08c2673a5a7b8337f0c5c8e2949ba6a5721..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:664c205bed5a898384de10df9c38bba8bf2c7ccc59db731a3604ef0cc6e91170 -size 3077 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 75c30e72d27581469298034d32de62f282bb5a7c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f055952766519b0d4bab76d80ece5d15cf64274bebf09bc8c29edbe68b7fd80 -size 1520 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 8bfc8f9de7350657cd6411c55d2b9b87bea9c13a..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f8eb0b25043331a30fde5439f063eed59e7a76f45d7d102b9b4fbcd16b551b4 -size 11184 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 2915820cf3be0f716451c742006d6ce45615596b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a872daa3d2bc5c6dd9a29a06a34d2429feb15d3c71bd4ea9daee0a4aa0da13 -size 1504 diff --git a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/train_20260420_045652.log b/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/train_20260420_045652.log deleted file mode 100644 index 6a1cb2a83238a16b8e43e41d4cb55b6b8a498b8e..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabbyflow/tabbyflow-c2-20260420_045652/train_20260420_045652.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38013cc047d1de1f67e32d24c0202bef43e2fb815708958f5835180746fb3765 -size 284746 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_gen.py b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_gen.py deleted file mode 100644 index 889cb94276020821af1b5fde56a2c8c107be2585..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(1382)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff-c2-1382-20260420_045634.csv") diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_train.py b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_train.py deleted file mode 100644 index 2032c633407ce4997aabf48f10aa3b53e40ad620..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/input_snapshot.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/input_snapshot.json deleted file mode 100644 index 1e937865f1481b50bbc789eb35ebc7f72856727f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33de3c4877ce7735d24472c61c46ceaa791bcbb2f976c3650d149ad737c7a42 -size 1343 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/models_tabdiff/trained.pt b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/normalized_schema_snapshot.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index bc291aca72c2ac00d7eb2da74c894bb15ef82aed..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a63ea2091eccf0145444f670415e7201dbdd052bc2ddabdc4241f6f16bdcf0a0 -size 3153 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/public_gate_report.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/public_gate_report.json deleted file mode 100644 index 4ff5c5272da853b589983f56b08f71fd93df0d56..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1503b177727c3781414427a7bc1e423fa92e314f5cf957de4e258340ca60ddef -size 912 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/staged_input_manifest.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/staged_input_manifest.json deleted file mode 100644 index 95c0ee9bdb38772fdaeeafcd7d8193b4f071efb8..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d02821239ced001bef587161f9d3adb2b964a99dba64f3ef20da4301add3130 -size 3934 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/runtime_result.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/runtime_result.json deleted file mode 100644 index 1f38f47f17f78d3cb8e9195d2d60425946e12e08..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28d92f8a686a68dbb1b205adbc2e27a057056a400e94daaadafc23b7c137388 -size 605 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/staged_features.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/staged_features.json deleted file mode 100644 index 96ce2fcc5c1b712d1baabe9a6462bb9c882c30fc..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37511511f1d7cb0e004f9d7305c900644ebefe672c9a1a418c1f29b36786fabd -size 659 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/test.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/test.csv deleted file mode 100644 index 392a0d7189a34d8f13ecf20a99d64b03230d517c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48114a7d0bc5bd9a07920f903c8d4aba8bf98bf2a66a050da03588b0245ca73 -size 5273 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/train.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/train.csv deleted file mode 100644 index da4f4d55134eebc0e51157d0d467536371db1484..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aed00c2c2b3f88a55a7ebff31b2e1b5e0e32fb0a7267e0b9d2779cd23e434dd -size 41565 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/val.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/val.csv deleted file mode 100644 index af8caf7ee42524188534a3daf32996dc491952d9..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e90c1170a57a14c05832ac88027722b1f3848f9662c7c09ef7c93dcba4cc01 -size 5176 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_report.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_report.json deleted file mode 100644 index 9faae5a9683ef7e3fb47505e2c1f9a57cd7aa38c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4111c6b826d8cb61d6376b04f12dedddd1e4eeffb4cd62b61225d743a14b0a0e -size 316 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/model_input_manifest.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index cbf5a26e8dfbe355edc6aeb2fbfa334b616bee1e..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:806204a8a5c6feca77bb1ebe551f184533f9fab4aeba719f99edd411a377dd20 -size 4126 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff-c2-1382-20260420_045634.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff-c2-1382-20260420_045634.csv deleted file mode 100644 index aa01af1e3523277228ad183365c2983f1432176f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff-c2-1382-20260420_045634.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a375b6a9bd438efdc541bbb38c330ca3cb936f6adc9c88a0d9766052d11a520 -size 19397 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff_train_meta.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 32809a08036eb1f1be0678afdaddb1f00f82f79b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0e622e9057da6133b350cb0a15979ce42d90000253f248c96c84b3b9d459fb -size 8480 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index e99f1ae8dc9e7155e5c4bbbd3c2f3f7215c628f7..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24d2203601ba060728920e754747e5a1dc3955a1b5775e147382fee4f1812542 -size 66464 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 4aab2023e31c8fc3fe3f8e2307625c7314276017..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763c141f2823d93a2109048676c8190b7820262197303afc266c2e93722aa0f2 -size 8384 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index ee691cc55b61ff64b363966d31ce39466b7e81d3..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:075cb97d620be78769d9e9225a15147362bb8ebe1d741fb5d87bc0f5ed2b2ddb -size 128 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 9370f90332827a72be71bf3347770cac2c0354f5..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79dbdf62b6c69f71f3fef2bfcff35e322b2ac9387fc545116c7bc0078b3de9ec -size 128 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index e1a79f2024b6cc07b116e577c5c4f3f8c6319392..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2bf53cb2859cc4f06d5c578e1c6a799aa492f4b06f82699ceff3dfb6309ca3d -size 128 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/info.json b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index d0263aa15def3b86ce82a62389477e74ee64906b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bed53953cc32f45f88795d3f5494d4c6a8543c2ef90ea3403212a83600bdfcb -size 1316 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 358dc6bf06da6cfaae7295b3402e668aa6ed182f..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9e23c6d75083c2af85b5e94efa9a6f62d84fe7ae5fe3cbfa64def5c376b3856 -size 24250 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index a39fa5dd7328929332f0c1c6220e33786e4f5d23..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01919406b7c12f0d2bf91454f6ccadf4339669e95c8d752f2dc2dc94a456c185 -size 3087 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 58c7d08c2673a5a7b8337f0c5c8e2949ba6a5721..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:664c205bed5a898384de10df9c38bba8bf2c7ccc59db731a3604ef0cc6e91170 -size 3077 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 75c30e72d27581469298034d32de62f282bb5a7c..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f055952766519b0d4bab76d80ece5d15cf64274bebf09bc8c29edbe68b7fd80 -size 1520 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 8bfc8f9de7350657cd6411c55d2b9b87bea9c13a..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f8eb0b25043331a30fde5439f063eed59e7a76f45d7d102b9b4fbcd16b551b4 -size 11184 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 2915820cf3be0f716451c742006d6ce45615596b..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a872daa3d2bc5c6dd9a29a06a34d2429feb15d3c71bd4ea9daee0a4aa0da13 -size 1504 diff --git a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/train_20260420_045009.log b/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/train_20260420_045009.log deleted file mode 100644 index cd8f34fbf22161f956ed1b7068d6e0400e254347..0000000000000000000000000000000000000000 --- a/5090-Success/c2/tabdiff/tabdiff-c2-20260420_045009/train_20260420_045009.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e4904b44d95d285915f7d07b865449e40490befc1076894c8144be90b46d0ef -size 286852 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_X_host.npy b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_X_host.npy deleted file mode 100644 index 24858c8d1f6930694156ccb25daf5d98300976a2..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f22af635088d37988dde78d8764caeb455ab63039ed000cd093f2d062d5d4870 -size 1004068 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_gen.py b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_gen.py deleted file mode 100644 index b6860ca636035aad18a95a77de2bd83558c4df2f..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/c20/forestdiffusion/forest-c20-20260425_021841/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(35855)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/c20/forestdiffusion/forest-c20-20260425_021841/forest-c20-35855-20260425_073030.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_meta_host.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_meta_host.json deleted file mode 100644 index 5e391eb21a72244051404e2cedfc1a793a5210d9..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a290cb0222277fe1a2a420297fc8e9cd21f17f602eb3588ef7e2cf7da72aa850 -size 180 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_train.py b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_train.py deleted file mode 100644 index 01e85e3a275dcfa6b74f23174944f5c5cd0ed43d..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/c20/forestdiffusion/forest-c20-20260425_021841/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/c20/forestdiffusion/forest-c20-20260425_021841/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/c20/forestdiffusion/forest-c20-20260425_021841/forestdiffusion_model.joblib') diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forest-c20-35855-20260425_073030.csv b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forest-c20-35855-20260425_073030.csv deleted file mode 100644 index f05282a699abe2371defd022042a5f47cb92f9ea..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forest-c20-35855-20260425_073030.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cf58ea0ffd193b0f668a200d56c81145b5c71561a0ab121f64807bca7638d16 -size 502092 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forestdiffusion_model.joblib b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forestdiffusion_model.joblib deleted file mode 100644 index 4f8687dcc9b87b183932847e830a0e9acfea92e2..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4de89861904a98a6104e190b596c32fdf4317664288bdda728690352410178 -size 69878899 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/input_snapshot.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/input_snapshot.json deleted file mode 100644 index f398ebae541f95e70541a21a0d700c5150a60370..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0688020ea3f01ed2585848f3e18439630c7e476dfea404dc10aa677aa61d338a -size 1365 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/models_fd/model.joblib b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/models_fd/model.joblib deleted file mode 100644 index 4f8687dcc9b87b183932847e830a0e9acfea92e2..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4de89861904a98a6104e190b596c32fdf4317664288bdda728690352410178 -size 69878899 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/normalized_schema_snapshot.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 3765de74e6eb29b3ea4965129a25784b2718629f..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:830d74fbed61676747c37937d4cec4067dbb933a65b7848db4652c288d691bcc -size 3277 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/public_gate_report.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/public_gate_report.json deleted file mode 100644 index d867b43a4b8c4d26cec72088e06e05c171c154cd..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614d73c62ed6bbaa646050144e2dbc55af6bd28a2ffa8cba94e305c1f73e6634 -size 919 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/staged_input_manifest.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/staged_input_manifest.json deleted file mode 100644 index 1f3fad7e17ad1b6959e6d0541f4e51b124ec1f5b..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474da988151daab40ed5930182c2402adb0cd637d3d36a48613edee8df6f95f7 -size 4103 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/runtime_result.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/runtime_result.json deleted file mode 100644 index 7907fed2703105ee1fed12fb56778fff387cc51c..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:429dd94c3363c8fb6016be18253680b5ebc1d83c63c94340b2cc418c732cc4a8 -size 630 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_report.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index cff7648714e9fcdb8e4b7ad9ddbf89db4af1ae41..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c306f36665005287f064123152f16fed00ac9e31583062c4b5e0766a8e64f07a -size 333 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/model_input_manifest.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 5c3aa1aefa97351ac0b3b474739eb2a75bd07495..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff3cf83b9d166807aa5693c7cde557c65409473bb0ea199cc1c98a48955a0f64 -size 4312 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/staged_features.json b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/staged_features.json deleted file mode 100644 index 87dbb57125396d6edbdeca896c02b3a9f592187a..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2019501faafa7b8f2cc92be10d18b21daeb31a98bed2538a998e0c39a3cfb3 -size 726 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/test.csv b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/test.csv deleted file mode 100644 index 1dfe83d2431d05bdb226ca94c1b7c4fe34062ca8..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0091c37417c2702c5bfc5aee9911927ba2c8c7de2233b2d5c72d5e530a503d88 -size 62884 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/train.csv b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/train.csv deleted file mode 100644 index adcdeefff7f77daafc828ef33e49a9bbb470fa68..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c76c6d0e5ed6c6df6e6351254bc759b208e8f11d47f2ee114a65a38bc3e82a -size 502092 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/val.csv b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/val.csv deleted file mode 100644 index c57a7b71ea9170365d0ef493c96b2f07bf719f37..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5106c1dd013c7fef43fb35d4c4bb45fae99af977e1d18465006e726ec2ece73e -size 62856 diff --git a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/train_20260425_021841.log b/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/train_20260425_021841.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/c20/forestdiffusion/forest-c20-20260425_021841/train_20260425_021841.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_gen.py b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_gen.py deleted file mode 100644 index e756fd3719538abbca5fe94a5a77b2319b68d59b..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-c20-20260423_221729", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-c20-20260423_221729/model_500.pt", - "--num_samples_to_generate", str(int(35855)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-c20-20260423_221729") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow-c20-35855-20260423_222304.csv") diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_train.py b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_train.py deleted file mode 100644 index d8ef125112885761b7ec3b9938e6ad7bcf79d3fd..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-c20-20260423_221729", -]) diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/input_snapshot.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/input_snapshot.json deleted file mode 100644 index d30f51803a7ee91b977c2cc52f2dd2114e884e05..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ada2903cddecb9facf361817f61143ef1f647100aa4192690f88b9e0c6885444 -size 1359 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/models_tabbyflow/trained.pt b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/normalized_schema_snapshot.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 3765de74e6eb29b3ea4965129a25784b2718629f..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:830d74fbed61676747c37937d4cec4067dbb933a65b7848db4652c288d691bcc -size 3277 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/public_gate_report.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/public_gate_report.json deleted file mode 100644 index d867b43a4b8c4d26cec72088e06e05c171c154cd..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614d73c62ed6bbaa646050144e2dbc55af6bd28a2ffa8cba94e305c1f73e6634 -size 919 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/staged_input_manifest.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/staged_input_manifest.json deleted file mode 100644 index 8ddc1b043f617024b7967ab838dc0226b60abdb2..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ca7c5fb6cd014a19276dca63c71f8951282f1e93d1be0fe3ffb2a1718d5477d -size 4088 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/runtime_result.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/runtime_result.json deleted file mode 100644 index 5380e95c7762d7532451ed65333df6b09a221e5b..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b0701b71e87c2c6b90ed9e43ac21eca251dc9d5c28c0d1b2b4e286b425a9d0 -size 629 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/staged_features.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/staged_features.json deleted file mode 100644 index 87dbb57125396d6edbdeca896c02b3a9f592187a..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2019501faafa7b8f2cc92be10d18b21daeb31a98bed2538a998e0c39a3cfb3 -size 726 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/test.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/test.csv deleted file mode 100644 index 1dfe83d2431d05bdb226ca94c1b7c4fe34062ca8..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0091c37417c2702c5bfc5aee9911927ba2c8c7de2233b2d5c72d5e530a503d88 -size 62884 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/train.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/train.csv deleted file mode 100644 index adcdeefff7f77daafc828ef33e49a9bbb470fa68..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c76c6d0e5ed6c6df6e6351254bc759b208e8f11d47f2ee114a65a38bc3e82a -size 502092 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/val.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/val.csv deleted file mode 100644 index c57a7b71ea9170365d0ef493c96b2f07bf719f37..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5106c1dd013c7fef43fb35d4c4bb45fae99af977e1d18465006e726ec2ece73e -size 62856 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_report.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 4774d4be501f9fad75eeb6c3a1858675764941e9..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a9349c82efeeea5dfdc986425bae5a6955c748075dc2a6c7772767e5752631 -size 324 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/model_input_manifest.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index c5bdc8c7d241b81527859e402f80bb14eaba17e7..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2594168da09a2102a0baab1f47b9063c253f4c613e863f1abe3e12b3605ccacb -size 4288 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow-c20-35855-20260423_222304.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow-c20-35855-20260423_222304.csv deleted file mode 100644 index d3507a07595872ebe1ee35735effa1c2cf228907..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow-c20-35855-20260423_222304.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6023421fc7c544673e776eea9a636bb5e844570c68344e1a1b4e369261d5e2fa -size 502092 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_resolved_ckpt.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 580dd12a0d1ef29d413c074ca3d14cebc2e06edc..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8578dd17373211941506f30f41bc67f9c1c50aa61101101bbb9704c6a58212ed -size 357 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_train_meta.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_train_meta.json deleted file mode 100644 index 118b146c009ed72a59984a9e0ea2c8cb29bd41cd..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:910300d766ab149514796e7ba0dd36c95cee7fb9edb97356bcfc4760c02c3f3c -size 261 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index d942b856d0933998763055d5493f0c421b9976db..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2590c40ffd247d2a2989e0923274a3c794e0d537488ac49e26d03615051650dc -size 128 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 57058218bc76b33b49487cc6ca0e528e8600607e..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:329a0385fb1c23823bd64f1246a2c090b66865230604bbf2ae0894b21529cdb8 -size 128 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 51f1cac2dbe82c8d152d609cdb54a4244ebbc22d..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0085aac5a1bd7fcb20b0306c8f30e679a8c47b8f4e10f9fffa7b39597e0d5aa4 -size 128 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index e1faedc190696866a241529e7e0b33bc721f0f1e..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46a66a6e97f0fed162a88ea3ff113a957c3b92289fd82aedcb18596464301a17 -size 107720 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 67485ba0c278bb0a47950ff5fcb2daa78a988f6f..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd166aa301ba439b2918313e8ab13fd22e49f7bc40bb42326452863f3e2fb7fc -size 860648 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 6ab330ad619fd1219295db47a95372b73d36566d..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4852d618748d44fddb45705a38d9011bf39e4163eb4bde61fc848b4e4b27e69b -size 107672 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/info.json b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 2bbba1fbc875b5f838da281a2a98ec5ca34062bc..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4faa558c0bfec3657fb0b48537f3513ef3a8ec5b1b9205c4d083b31d641c34cb -size 1718 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index adcdeefff7f77daafc828ef33e49a9bbb470fa68..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c76c6d0e5ed6c6df6e6351254bc759b208e8f11d47f2ee114a65a38bc3e82a -size 502092 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 1dfe83d2431d05bdb226ca94c1b7c4fe34062ca8..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0091c37417c2702c5bfc5aee9911927ba2c8c7de2233b2d5c72d5e530a503d88 -size 62884 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index c57a7b71ea9170365d0ef493c96b2f07bf719f37..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5106c1dd013c7fef43fb35d4c4bb45fae99af977e1d18465006e726ec2ece73e -size 62856 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index ec87cdde1d046c17884eccf4f8345d44d92b363a..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0638dbd10fa3f66e49ab921836fd8b2ed7b243385b1b0eb548b107bfdcd86264 -size 35992 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index ec1e8a5004e259f31fb09d74105c3cae9d271e28..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf305b376649a86377fac1640c5f151cca5891867fd09b1259e7de016502ebf2 -size 286968 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index c6f214ccb9f27a24f2022c175e3b1f35783f4f07..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e20e71797210dbd2d601839f8aaa8aad961bac564f16ca8d29cee2755cfe7cd -size 35976 diff --git a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/train_20260423_221729.log b/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/train_20260423_221729.log deleted file mode 100644 index 16f4f9a731148167fca5d368ec46e80b90a9f8b9..0000000000000000000000000000000000000000 --- a/5090-Success/c20/tabbyflow/tabbyflow-c20-20260423_221729/train_20260423_221729.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f226f6ed779c6391d307eb84d8dfae2c95c89f4d51589d1672b7c74f565f010 -size 1012222 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_gen.py b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_gen.py deleted file mode 100644 index 81ea89b3436b578770a92a18b3b7de28d5bba7d3..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(2551)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow-c3-2551-20260420_052609.csv") diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_train.py b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_train.py deleted file mode 100644 index 4279184cc4b845ac2c6a6a4a51a2a3310dc11ec0..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/input_snapshot.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/input_snapshot.json deleted file mode 100644 index 6f32b2e0685a5baa29559ff36dc15404b1c1beb2..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6017db06eccb74edb1157c0f4b20c813e02963562a3f27f7ed25f050150ee47 -size 1348 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/models_tabbyflow/trained.pt b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/normalized_schema_snapshot.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 04db956769f842a607a6f705434157df93576f68..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1989de280ade79c2a098ec844e8d7435e09044b8d1e0f4d67e45cdb8248aadd -size 1844 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/public_gate_report.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/public_gate_report.json deleted file mode 100644 index aff535f6e6e554ac86a597492f96085898022372..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c27a7e4c4c62993a6475c65108f05b5004e08ed6656706092465ddfd3fd94d79 -size 909 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/staged_input_manifest.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/staged_input_manifest.json deleted file mode 100644 index 8309bab1206318f0cf4de0f97de637ae8fcd6bce..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3e3fda3443e58c0a8837daabf5a51a2faee017b930407c1b3f035c45a2b2343 -size 2645 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/runtime_result.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/runtime_result.json deleted file mode 100644 index 1836dafd09aff4f7ee7b557085aa9d89de30f33d..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb924c7d366312c258dde4a4333517552265f4c23d8b13523ffa4d3dd469b68 -size 621 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/staged_features.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/staged_features.json deleted file mode 100644 index 91cb4662ae1c6189c19cd9aa1338658cee99018d..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f45b293cb8be18ee85391049137583e63160e3c3170d88b98fb4b2cb6a951014 -size 325 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/test.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/test.csv deleted file mode 100644 index 4d2e8892996799a3e69ee94e725d635fe92ca849..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0c5bad6c59669b0f6ea2a0c953d0bb03ce62ce625357b1b136eabc2de34d99 -size 26550 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/train.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/train.csv deleted file mode 100644 index 158c54c0861baa492a6d65351885710b096aacfe..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4b86543124166673bed177c1bb1e1806d04bbc8aaaa2c545b57c7b538aad82c -size 210774 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/val.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/val.csv deleted file mode 100644 index d9782ae547f984fd116294f15c027bd9df761099..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db595b372b40df454d8ad8152b81c613321b79f80033c020da635825581237ea -size 26486 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_report.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 6326c84effd1be751a40b6eff804a9351ff5d1a3..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed587a19ee45bff469a37d0334b43326571b5bcaed2ab5141f78c32b92fe8283 -size 322 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/model_input_manifest.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 01b62269dca43c426c23ddd128a0ffdbfec8fbac..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8c2a61bf9f83616c3f8a5c0bcfbc6f9e4e997bbcaa1b2b5cb98a50abe575a3 -size 2843 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow-c3-2551-20260420_052609.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow-c3-2551-20260420_052609.csv deleted file mode 100644 index 4a91fadfcc6094573386f5b1727acb99c3756935..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow-c3-2551-20260420_052609.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83351f962aed520d021455231f5f2d1dfb3cca6e5b710d3626c0d3b0f723b51b -size 29982 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow_train_meta.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f9b525647267ecd8b48a3c61e12eb1005ef4cbe6..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e8492d767cf5d0731c93ff258ca30ad2cabdf88140316536b6667b382a9ba2c -size 5248 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 5f578f53a6de4b4ccb7012849a167cf29c165739..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e4ee8519bffa778142fe71d68d02cad53974daf6bf553e808b678898cf5ce0 -size 40944 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 1f9d009fc63fb0c3a57bcaf98b334d9cb1c00ac3..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9d7d864d879362dd998b7e942a5f0122ed6d2876cab40f38197760e9af442cc -size 5216 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 45b6cc8be6220f4e21495b14185504761cb970a6..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf06b031e3f253dd4c10a7ce63e8ea01567c59d2cbc1d1115dcceaa188fe4b33 -size 128 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 6207e10245c403fcd8f9cfca2249aaa053c8bd94..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0982c998bdbbe07936191c733d640504b313d903e39f0b631b4818564cae14cc -size 128 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 654ee7277410b9fd36a9007f0d961c065fe1a0b9..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93f0a0e23a475f473c3a0cb6bc7b5f72cd8feab5f66cb68432600a2a7d940b90 -size 128 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/info.json b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 118a1e035748eabdcde0345c0551e6d3a1bde535..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e99678026c7422994474f25b9c64fc0a6d87dc984c8850850bba965920f9549 -size 964 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index a8189865085f5b79d80ec99622cab957d3144d54..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be040acdf0d63b7338f09e56cbb9f55ca1ed5ec1113afafd085cec90b88a2d2 -size 30072 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index ba4518a5b4ce32c37ae67a120d4bb1629b44f551..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8e6d9523817f09aa783c330ee2842ca641c8fe03b2c8e181a7ea2712126531 -size 3843 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index a8e40754bd1681bb44f0c1e815bbcb28f0edf0c4..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdc7aa5609ae8c9064ae0110842a0329e93cd62eafdd6c11b4d0edb5234e7768 -size 3842 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 51ae7607567dddbd6fcf2d280d24f33e71724959..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f22f276a5e1d20fb7827ec67cbeb333ae35b0388d2d055367aeba34f1cb55df5 -size 2688 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index d73c1a1064b4b25126c688917606119c86982e27..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e8509a9159974540232e6f76caf1139762fc1c0a6e9795078a4ec5b8830dc3 -size 20536 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 10b774fa3b6dd89cd3289100f6a7dbc403319dd8..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a7f68b632841ba9f95ec160dd0d3c3fdff97acac6a502a6ccb0a87051c2a6d -size 2672 diff --git a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/train_20260420_051949.log b/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/train_20260420_051949.log deleted file mode 100644 index 1eace03bcbf2d57ef8c5c93e45118c5a21beeb94..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabbyflow/tabbyflow-c3-20260420_051949/train_20260420_051949.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b22dc2d9da58cbc469e3a5e8559929e53eca602d03174949b41e5dbe68c22a47 -size 283668 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_gen.py b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_gen.py deleted file mode 100644 index eb6c6fb06a7fa15c7bf573d72e3f8fad721da4ef..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(2551)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff-c3-2551-20260420_051812.csv") diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_train.py b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_train.py deleted file mode 100644 index e608fdea30b76ca5914ac6c5c47e2663f0a1cb19..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/input_snapshot.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/input_snapshot.json deleted file mode 100644 index 26eb8dd78dd74388327d8d9b96babf8acc1ef007..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773c569fcc7bda1cb02c291c9efc4b5a53feff13826ca08e7c81b12bb489c62c -size 1346 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/models_tabdiff/trained.pt b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/normalized_schema_snapshot.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 04db956769f842a607a6f705434157df93576f68..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1989de280ade79c2a098ec844e8d7435e09044b8d1e0f4d67e45cdb8248aadd -size 1844 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/public_gate_report.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/public_gate_report.json deleted file mode 100644 index aff535f6e6e554ac86a597492f96085898022372..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c27a7e4c4c62993a6475c65108f05b5004e08ed6656706092465ddfd3fd94d79 -size 909 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/staged_input_manifest.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/staged_input_manifest.json deleted file mode 100644 index feadc35a4dc184ecd931f291fc75c84438f0a7b3..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c482adcf52703ef10f660b4088361a40184a98362937e9169a4d0738d8108751 -size 2625 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/runtime_result.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/runtime_result.json deleted file mode 100644 index 9a52c748851a992de78a3ab3eed02767421256bf..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7975f013b8fe2558b7fb70b245b47f30223e4227e4cab9add9f4120aa5ee3a -size 605 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/staged_features.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/staged_features.json deleted file mode 100644 index 91cb4662ae1c6189c19cd9aa1338658cee99018d..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f45b293cb8be18ee85391049137583e63160e3c3170d88b98fb4b2cb6a951014 -size 325 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/test.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/test.csv deleted file mode 100644 index 4d2e8892996799a3e69ee94e725d635fe92ca849..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0c5bad6c59669b0f6ea2a0c953d0bb03ce62ce625357b1b136eabc2de34d99 -size 26550 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/train.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/train.csv deleted file mode 100644 index 158c54c0861baa492a6d65351885710b096aacfe..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4b86543124166673bed177c1bb1e1806d04bbc8aaaa2c545b57c7b538aad82c -size 210774 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/val.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/val.csv deleted file mode 100644 index d9782ae547f984fd116294f15c027bd9df761099..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db595b372b40df454d8ad8152b81c613321b79f80033c020da635825581237ea -size 26486 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_report.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_report.json deleted file mode 100644 index 780e0446307a7baa486f35b7bfa1ea1722bf092b..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11652623105264077294971e186c93e8b45df1b0d0e6b9c8e206f5e8ed0c0d60 -size 316 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/model_input_manifest.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 49903798353086221c32540ec7833e85cd208e8c..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17dd19e6600412b5518d5522fa55d761206e2793e26ac54e08539c2d47a416c0 -size 2817 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff-c3-2551-20260420_051812.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff-c3-2551-20260420_051812.csv deleted file mode 100644 index 096f07de78e6b2b167b7e101f87a1064fb527f97..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff-c3-2551-20260420_051812.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5b31394c07923111c380d4c1cd87293c8149b0d18b447369298b4eef19b4879 -size 30170 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff_train_meta.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f9b525647267ecd8b48a3c61e12eb1005ef4cbe6..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e8492d767cf5d0731c93ff258ca30ad2cabdf88140316536b6667b382a9ba2c -size 5248 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 5f578f53a6de4b4ccb7012849a167cf29c165739..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e4ee8519bffa778142fe71d68d02cad53974daf6bf553e808b678898cf5ce0 -size 40944 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 1f9d009fc63fb0c3a57bcaf98b334d9cb1c00ac3..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9d7d864d879362dd998b7e942a5f0122ed6d2876cab40f38197760e9af442cc -size 5216 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 45b6cc8be6220f4e21495b14185504761cb970a6..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf06b031e3f253dd4c10a7ce63e8ea01567c59d2cbc1d1115dcceaa188fe4b33 -size 128 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 6207e10245c403fcd8f9cfca2249aaa053c8bd94..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0982c998bdbbe07936191c733d640504b313d903e39f0b631b4818564cae14cc -size 128 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 654ee7277410b9fd36a9007f0d961c065fe1a0b9..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93f0a0e23a475f473c3a0cb6bc7b5f72cd8feab5f66cb68432600a2a7d940b90 -size 128 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/info.json b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 118a1e035748eabdcde0345c0551e6d3a1bde535..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e99678026c7422994474f25b9c64fc0a6d87dc984c8850850bba965920f9549 -size 964 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index a8189865085f5b79d80ec99622cab957d3144d54..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be040acdf0d63b7338f09e56cbb9f55ca1ed5ec1113afafd085cec90b88a2d2 -size 30072 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index ba4518a5b4ce32c37ae67a120d4bb1629b44f551..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8e6d9523817f09aa783c330ee2842ca641c8fe03b2c8e181a7ea2712126531 -size 3843 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index a8e40754bd1681bb44f0c1e815bbcb28f0edf0c4..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdc7aa5609ae8c9064ae0110842a0329e93cd62eafdd6c11b4d0edb5234e7768 -size 3842 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 51ae7607567dddbd6fcf2d280d24f33e71724959..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f22f276a5e1d20fb7827ec67cbeb333ae35b0388d2d055367aeba34f1cb55df5 -size 2688 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index d73c1a1064b4b25126c688917606119c86982e27..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e8509a9159974540232e6f76caf1139762fc1c0a6e9795078a4ec5b8830dc3 -size 20536 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 10b774fa3b6dd89cd3289100f6a7dbc403319dd8..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a7f68b632841ba9f95ec160dd0d3c3fdff97acac6a502a6ccb0a87051c2a6d -size 2672 diff --git a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/train_20260420_051046.log b/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/train_20260420_051046.log deleted file mode 100644 index 1b4e0dcdfaf6711fd1a67a9a755a9e58c3244d95..0000000000000000000000000000000000000000 --- a/5090-Success/c3/tabdiff/tabdiff-c3-20260420_051046/train_20260420_051046.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9b6610f8985a22cce7fb82ccdeabf406381e1b823a088057b5fa10886315b49 -size 293660 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_gen.py b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_gen.py deleted file mode 100644 index 14579306823cf5bd03d2ea9565502bf78b4edf79..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(7636)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow-c6-7636-20260420_063635.csv") diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_train.py b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_train.py deleted file mode 100644 index a58c6fa9a7612afa4072b1eee94f529919874d6b..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/input_snapshot.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/input_snapshot.json deleted file mode 100644 index a9e48ed75b2fb91bff5efdaa2431756ea671071a..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e30301e80c06c9014ce49f064e87375a299ebf1c313175a5a08f32ab642619 -size 1350 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/models_tabbyflow/trained.pt b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/normalized_schema_snapshot.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index a9a76b04dd8a6fc6c6012a06758a36ea312d90f2..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065bdbcaaeac76f0cbdb0c5fff8891508d44a53a8e05c41f90aa9bc5e7681d87 -size 4158 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/public_gate_report.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/public_gate_report.json deleted file mode 100644 index efa66a9f46c2c8ded3bcd6620fa734d5f15a380c..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf5579c25c03b817ba8a8de781db7dc512fb35a1488a6e41f51f07997ce649b -size 921 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/staged_input_manifest.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/staged_input_manifest.json deleted file mode 100644 index a05bc8b33a0ae7d22a8a1b01ffdfde67257badfe..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:220265cd461e79999e9e649a074b15d85f3dd699ad15a9e2e962233fc54ac96a -size 4959 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/runtime_result.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/runtime_result.json deleted file mode 100644 index 3fd7fe73aad0e0a38e6d7988f07045f77b94e31b..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6724a1608a3f34120ee87e748ef97a39facca92eb7311fc0ae63e79e96901374 -size 621 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/staged_features.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/staged_features.json deleted file mode 100644 index 68dd06357f9e7cc9daad78514ad77a2d5e67b760..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfdf5dc24983833c54d8dd0e6c39aaea73c21fb9552c8b7d60db4a3b4e2dc022 -size 783 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/test.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/test.csv deleted file mode 100644 index 221052bae020346f46e1c71d36fce7eb347ed62d..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28b60b361526450f0c203ddf50498854cb66ad5c1978516a99c265f529f8e4f -size 107696 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/train.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/train.csv deleted file mode 100644 index 28f63ae8128dbf03647f9cda7458db51d98581f5..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8f85a52de0e63e292778c26cb06223383b366c589d4226c3de68b111ba5272 -size 849500 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/val.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/val.csv deleted file mode 100644 index 400c35bc93bd5a660ae20c7574c7bea7bc24035f..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ede9f1e2036e743d822e8ed8d7b5e1050159e8fc7b402b758a294f7a14528fe -size 108137 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_report.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 2102a39035074ca7c359c50e97bb66a931a3bf06..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3f152301852308e2ab1d6c5d6168600067b27234b3023c94bb3a2f404c893bd -size 322 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/model_input_manifest.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 18836b339af4c085f13ca2cd6ac32eae1aea446d..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06cceb0194640f866ac899656b3d24894841d175d9869695e607c5b01fe323e -size 5157 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow-c6-7636-20260420_063635.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow-c6-7636-20260420_063635.csv deleted file mode 100644 index 583d07fa3b4e2e1301dc3481499e24d2f77268f1..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow-c6-7636-20260420_063635.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:277de07ba0e03cc33b5811f48ac3736def96875b4f7e5a45f721cf4e74e948a5 -size 562960 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow_train_meta.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f639c33b2939658021bbb75cfc6579b113771bfe..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0166d691afe31be41a6a7bcbd1c19508d44d02e52cc7aa9004aef843133a4565 -size 38368 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 3e2d877dfa3155ff72de450bb0a75411870fb100..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c6003f01f936249abb83aa4818534e23fae62a3b8d55c3f2751af25aa08122 -size 305568 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index e22c7579c7eaf031299431db6bde44b843511815..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b139a3150ceb04ef986bce457f05379562e57b6803a33e473206b4981b0870 -size 38288 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 6d4bcce97fb70f11b1e488e10df25eba63aedbb4..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff443efa63dca8c3aa82fa2aa01653c220cf31d5e65e2e75f839f13a2dba5eb -size 7776 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 96a7b66bd0652716f3abcf31006d60ba8e31f3cb..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24258565807b5a7fc2c0c3c9a4f26f21a6bb9f8e60c004592425f19e3b2b55a1 -size 61216 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 18e2c09f14b6252868888316b9abe452779e18de..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00358b4aadd30d21f876db8493e7c6bd9c8a7d3900997d674d4e838eb4e6e5b7 -size 7760 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/info.json b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 6f0e4456a816635bf1c3a158628ed4cff8e35c67..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0cd3dd2f27cc18d6d5b50be8ec3a3c586a22598ce1e96919f15001c5e9eb37 -size 1592 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 19df1d9173f2005e6313e80ab844f50713307f36..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d54fcadad6523ae53e8c9a3cebe53bca7b4d404fdf04df8bd475e8353b3ab273 -size 174950 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index b4e14f702468a5124bc292a4e6d6ad8f81e36765..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef143d4543f0a65c6c7400acbe17848a1d895746e9834ab707b3234e6799d675 -size 21959 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 825fd0dcfb5374094a0dc60dab92c55b841b67ac..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1df2b5b548fe565f4a33bd2798be543cad469f29ca7f32560e23aeb038827ae6 -size 21941 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 873daebd724f36239defc4e625f1dda5f2ab3f24..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c747068f22f9e2e9c73161ef11c536909ed8a2e44445e33a0995a4bfb0dbd4 -size 7776 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index e3d00467aef8fc9a268b944152a3b82564c8d1df..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80ccc3344a1009b642b589707df9c94cbc3dfa53970e361d51fe44862d17d9f2 -size 61216 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 9e236a7a9c3f622d63ee71019c2eb20bd73cdbee..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb96c431016954da476d05276bc9daef4e208abfe3045dcaff0b65626c0ef3b1 -size 7760 diff --git a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/train_20260420_063042.log b/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/train_20260420_063042.log deleted file mode 100644 index 3f86c62ff37d64d8e3717d27a1a411ba6f2fb64f..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabbyflow/tabbyflow-c6-20260420_063042/train_20260420_063042.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab434ed514852222d056742e0eda13b60c72167505932bcbd34f9895ff9f9b4e -size 360815 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_gen.py b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_gen.py deleted file mode 100644 index 064762b56803e9b9f2b2e9c6e907586f2b0a46dc..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(7636)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff-c6-7636-20260420_063023.csv") diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_train.py b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_train.py deleted file mode 100644 index d3f5dfbe7214762f989bb8372a3258458d3169ec..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/input_snapshot.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/input_snapshot.json deleted file mode 100644 index b2e7a0c50d77a56d4c1099e5fb6b03b0155ea507..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f2c2aa1ad6219c7b5ffa6d9f7f789aec759ac21183b1acc28880282eb40c641 -size 1348 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/models_tabdiff/trained.pt b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/normalized_schema_snapshot.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index a9a76b04dd8a6fc6c6012a06758a36ea312d90f2..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065bdbcaaeac76f0cbdb0c5fff8891508d44a53a8e05c41f90aa9bc5e7681d87 -size 4158 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/public_gate_report.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/public_gate_report.json deleted file mode 100644 index efa66a9f46c2c8ded3bcd6620fa734d5f15a380c..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf5579c25c03b817ba8a8de781db7dc512fb35a1488a6e41f51f07997ce649b -size 921 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/staged_input_manifest.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/staged_input_manifest.json deleted file mode 100644 index d6659030f87b09a0f053a38161362ac54af60704..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6e0e4c779b0befc39eed6c58042d93fab3990e84bf68e54be720f20aaf0fb75 -size 4939 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/runtime_result.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/runtime_result.json deleted file mode 100644 index 3f0de73e779d666d7c014d7e3f19ca40d45628e5..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6272ee039ff5ecdaf3d6add31a80b00f5ec18211186a4ffa5f66e6895209bff8 -size 605 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/staged_features.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/staged_features.json deleted file mode 100644 index 68dd06357f9e7cc9daad78514ad77a2d5e67b760..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfdf5dc24983833c54d8dd0e6c39aaea73c21fb9552c8b7d60db4a3b4e2dc022 -size 783 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/test.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/test.csv deleted file mode 100644 index 221052bae020346f46e1c71d36fce7eb347ed62d..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28b60b361526450f0c203ddf50498854cb66ad5c1978516a99c265f529f8e4f -size 107696 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/train.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/train.csv deleted file mode 100644 index 28f63ae8128dbf03647f9cda7458db51d98581f5..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8f85a52de0e63e292778c26cb06223383b366c589d4226c3de68b111ba5272 -size 849500 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/val.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/val.csv deleted file mode 100644 index 400c35bc93bd5a660ae20c7574c7bea7bc24035f..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ede9f1e2036e743d822e8ed8d7b5e1050159e8fc7b402b758a294f7a14528fe -size 108137 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_report.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_report.json deleted file mode 100644 index b2a55579d2483b376bb7b7a8c0c07941e71b813c..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d18986b7a4a669d5e0033e15d58b14ec0d12cd4d81d75719f9cf4c2a0753a26e -size 316 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/model_input_manifest.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index b300773656e68ac17799ab0a43cc8be2b86d6d6e..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e817de70e9e83012ca792934731ddcc655f331cb7bb76cb1aeb469ff4e896bd -size 5131 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff-c6-7636-20260420_063023.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff-c6-7636-20260420_063023.csv deleted file mode 100644 index bb41e80a333804f396f80a63d6914ad471c191e0..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff-c6-7636-20260420_063023.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9690a541b307714d077d80ac98eade7dc3820eaa06370c7b3f3f849ee82865f3 -size 571130 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff_train_meta.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f639c33b2939658021bbb75cfc6579b113771bfe..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0166d691afe31be41a6a7bcbd1c19508d44d02e52cc7aa9004aef843133a4565 -size 38368 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 3e2d877dfa3155ff72de450bb0a75411870fb100..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c6003f01f936249abb83aa4818534e23fae62a3b8d55c3f2751af25aa08122 -size 305568 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index e22c7579c7eaf031299431db6bde44b843511815..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b139a3150ceb04ef986bce457f05379562e57b6803a33e473206b4981b0870 -size 38288 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 6d4bcce97fb70f11b1e488e10df25eba63aedbb4..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff443efa63dca8c3aa82fa2aa01653c220cf31d5e65e2e75f839f13a2dba5eb -size 7776 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 96a7b66bd0652716f3abcf31006d60ba8e31f3cb..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24258565807b5a7fc2c0c3c9a4f26f21a6bb9f8e60c004592425f19e3b2b55a1 -size 61216 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 18e2c09f14b6252868888316b9abe452779e18de..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00358b4aadd30d21f876db8493e7c6bd9c8a7d3900997d674d4e838eb4e6e5b7 -size 7760 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/info.json b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 6f0e4456a816635bf1c3a158628ed4cff8e35c67..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0cd3dd2f27cc18d6d5b50be8ec3a3c586a22598ce1e96919f15001c5e9eb37 -size 1592 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 19df1d9173f2005e6313e80ab844f50713307f36..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d54fcadad6523ae53e8c9a3cebe53bca7b4d404fdf04df8bd475e8353b3ab273 -size 174950 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index b4e14f702468a5124bc292a4e6d6ad8f81e36765..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef143d4543f0a65c6c7400acbe17848a1d895746e9834ab707b3234e6799d675 -size 21959 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 825fd0dcfb5374094a0dc60dab92c55b841b67ac..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1df2b5b548fe565f4a33bd2798be543cad469f29ca7f32560e23aeb038827ae6 -size 21941 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 873daebd724f36239defc4e625f1dda5f2ab3f24..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c747068f22f9e2e9c73161ef11c536909ed8a2e44445e33a0995a4bfb0dbd4 -size 7776 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index e3d00467aef8fc9a268b944152a3b82564c8d1df..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80ccc3344a1009b642b589707df9c94cbc3dfa53970e361d51fe44862d17d9f2 -size 61216 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 9e236a7a9c3f622d63ee71019c2eb20bd73cdbee..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb96c431016954da476d05276bc9daef4e208abfe3045dcaff0b65626c0ef3b1 -size 7760 diff --git a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/train_20260420_062412.log b/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/train_20260420_062412.log deleted file mode 100644 index 0348d3d6491b0cbe1e13bf07e60e6d29ae0c2fa1..0000000000000000000000000000000000000000 --- a/5090-Success/c6/tabdiff/tabdiff-c6-20260420_062412/train_20260420_062412.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8125d83cd3faa4b001d648631e71236dfeb4f3c2121c350cebbcf4b387a52428 -size 368323 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_X_host.npy b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_X_host.npy deleted file mode 100644 index a69a99ccbffbc951a8691a96b79ee4ef0725d1a4..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704bab13ead16cf08a6c8521c33a1e9c77ec3c94ed9b6b190511a1b1d55d7ba1 -size 373376 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_gen.py b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_gen.py deleted file mode 100644 index f7b7e6010624c8076ae6702498128fafc1c6dbc1..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/c7/forestdiffusion/forest-c7-20260419_200956/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(10368)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/c7/forestdiffusion/forest-c7-20260419_200956/forest-c7-10368-20260420_142640.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_meta_host.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_meta_host.json deleted file mode 100644 index e3f5312fb53ea235af350b08c997b51a4770757a..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4086ab6e352f9bd700aaafdcb395b4cdd323874b19a1cc52a68fbb8fa2b2d212 -size 153 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_train.py b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_train.py deleted file mode 100644 index c80c877ff4b7ef7bc89729108868a1c870bd29a4..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/c7/forestdiffusion/forest-c7-20260419_200956/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/c7/forestdiffusion/forest-c7-20260419_200956/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/c7/forestdiffusion/forest-c7-20260419_200956/forestdiffusion_model.joblib') diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forest-c7-10368-20260420_142640.csv b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forest-c7-10368-20260420_142640.csv deleted file mode 100644 index 27ea326adef9d0f25d43ad4553fc2353a903981d..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forest-c7-10368-20260420_142640.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cb3e8f9b34a74ba0852c7771e38cf2dedcdd76884374ea8286b950cbbe3844c -size 504271 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forestdiffusion_model.joblib b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forestdiffusion_model.joblib deleted file mode 100644 index c3fc33b0600127e6c7c1e2c26f751fff93a898fe..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a4d7e4a280e4f8ba1a2844580c47d027497856969e2c238f7e9f9c89add966 -size 191178097 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/input_snapshot.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/input_snapshot.json deleted file mode 100644 index 896d033505f5788a4708f3c0d9b5bb9676d68c97..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3825860f9369e86ff68d6cc9b13c90127e722845861403970be5bbbb694b0f66 -size 1356 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/models_fd/model.joblib b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/models_fd/model.joblib deleted file mode 100644 index c3fc33b0600127e6c7c1e2c26f751fff93a898fe..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a4d7e4a280e4f8ba1a2844580c47d027497856969e2c238f7e9f9c89add966 -size 191178097 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/normalized_schema_snapshot.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index fca411baa43411daa3e4f118be2a3338533a82e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd68094a5d8fc40d291695c5aa12bc01cfe8d3a62848b4bcfd82c2e88ed19c9 -size 4177 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/public_gate_report.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/public_gate_report.json deleted file mode 100644 index b00b72473296574a38204d8d5e0ed0f6eff17c8a..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeef0c85f32d42a68cbcc67cf574c1fba26a3f456609f4141a8ab50e37a714d7 -size 912 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/staged_input_manifest.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/staged_input_manifest.json deleted file mode 100644 index 081a34d1d7138fb8a17c23bdede9664b164dd3c8..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:074e082faeded2f6d5ff201e5f0d0681fff8e5bd2bde7fe4aa927c3dd03de30f -size 4993 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/runtime_result.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/runtime_result.json deleted file mode 100644 index 7abc0b404544790634e4898b125ef9cef8c198f2..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c83a46ce9dd7156cfbc5103438b3fb981a433ac9237de519cf993f425d5982f -size 623 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_report.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index dbee795edc327d79574e7bc6232fe70ed73166be..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6a4c8a81701f9f47c3e6d83e840167d21a9b42492d1465129da7b0ed3776f30 -size 331 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/model_input_manifest.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 01e096b6e13c58aefcfbb24e568192f3f0cc357d..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f01a9fa64d93f3a2174840038d0ce873e38a5b5f89cbad7feab7ddf9c60515eb -size 5200 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/staged_features.json b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/staged_features.json deleted file mode 100644 index 57d8b2250245142d63ae1db7ef7386e372c9ac86..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07596ae0689482090a05749dba332eca061d863cde5d8bf7a83e8c2c92abb330 -size 851 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/test.csv b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/test.csv deleted file mode 100644 index cb9d7081ca745e9eed28a35168872d450c4a2a44..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2042076337d5c37c6476e6bca2bd33cb5a171450c27894534ef50ac223256058 -size 106030 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/train.csv b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/train.csv deleted file mode 100644 index 4c8e5e0c5031fc7e8e25213132c1231950ec29da..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37f6b2ef5257f40bd826ac956749881f0f474362bdb56e8c5728ad629242e3a -size 847349 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/val.csv b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/val.csv deleted file mode 100644 index 55792963756b1ae35b4d79dee11881372962b8d5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff6dec27c3740661a1ae84dea391d690dfb60342bfd5d7527b903fdd6009780 -size 106192 diff --git a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/train_20260419_200956.log b/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/train_20260419_200956.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/c7/forestdiffusion/forest-c7-20260419_200956/train_20260419_200956.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_gen.py b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_gen.py deleted file mode 100644 index 3ebf1fe11eade596cb66f26efabad6cdd1210b39..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(10368)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow-c7-10368-20260420_070605.csv") diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_train.py b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_train.py deleted file mode 100644 index 53a69c033d4709cef34786a25b0c4b79eb2a0e6f..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/input_snapshot.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/input_snapshot.json deleted file mode 100644 index c2128859fe9f23dddded8bc7644677b8ceea04f9..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4640fd029301e9f64b000fd31fa20a31c4bab8f9121627a4425f218f37658391 -size 1350 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/models_tabbyflow/trained.pt b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/normalized_schema_snapshot.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index fca411baa43411daa3e4f118be2a3338533a82e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd68094a5d8fc40d291695c5aa12bc01cfe8d3a62848b4bcfd82c2e88ed19c9 -size 4177 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/public_gate_report.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/public_gate_report.json deleted file mode 100644 index b00b72473296574a38204d8d5e0ed0f6eff17c8a..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeef0c85f32d42a68cbcc67cf574c1fba26a3f456609f4141a8ab50e37a714d7 -size 912 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/staged_input_manifest.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/staged_input_manifest.json deleted file mode 100644 index 7a9e5062b745a0f544b643322dd197a1b1f1eb26..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099885a1b6ecd7cb6d8bc9b8a652c45f5568ed977a38d438eb2309edb267239c -size 4978 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/runtime_result.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/runtime_result.json deleted file mode 100644 index 6f6212f5a87ae06010d2574300888fbe6832dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15762782ceedba6ad587df680c617d252b55269b496911037f4b6f75fe8c49d9 -size 622 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/staged_features.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/staged_features.json deleted file mode 100644 index 57d8b2250245142d63ae1db7ef7386e372c9ac86..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07596ae0689482090a05749dba332eca061d863cde5d8bf7a83e8c2c92abb330 -size 851 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/test.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/test.csv deleted file mode 100644 index cb9d7081ca745e9eed28a35168872d450c4a2a44..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2042076337d5c37c6476e6bca2bd33cb5a171450c27894534ef50ac223256058 -size 106030 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/train.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/train.csv deleted file mode 100644 index 4c8e5e0c5031fc7e8e25213132c1231950ec29da..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37f6b2ef5257f40bd826ac956749881f0f474362bdb56e8c5728ad629242e3a -size 847349 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/val.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/val.csv deleted file mode 100644 index 55792963756b1ae35b4d79dee11881372962b8d5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff6dec27c3740661a1ae84dea391d690dfb60342bfd5d7527b903fdd6009780 -size 106192 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_report.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 4e04e25d2f589bbdb778aaa532932fad85d84adc..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7188ede133b5e8d9f1253276a21292078c343f512b13d6c84a1541935f5c8e7 -size 322 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/model_input_manifest.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 87c46023ea2f822c522f8644c095a032d06d4423..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6087927fc8c7bd780b9d9c61e38343b6c587d5631bf44e2b958b553f7d29d00 -size 5176 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow-c7-10368-20260420_070605.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow-c7-10368-20260420_070605.csv deleted file mode 100644 index 88cad47a4f43800432ac306607c871e6fea190d1..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow-c7-10368-20260420_070605.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4332006f4845fcb863bb463fb19ca3332d24043c249a3f3a1b95b4685ebfe57 -size 186691 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow_train_meta.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index ce8a023872ebeaa218f242ff3a551c915b82a467..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6707b23c89fdb7d7d654bdcd843473e3fba29000050be571b3665b84f7a1497e -size 83072 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 5088dd2f36e0ffeae013fe0c5cdc769d9d88d33b..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe170020f0e97be3d763c4207ff95efc4e981264660ef6397fcf5f6e62d31eec -size 663680 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index a1dc7b8a7dcee7bdf5fe2567e4a4b473ca817f51..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:353b95c584400e1a5c3b1f9a9a67615a18feeddcfe8c59b82574d06bc4d4f1b5 -size 83072 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 76164a3d09c3754145dfbc567f1ece0f13f570e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff555694ef99e480ee9817807afa7e8faa3e1ce81c62b5f02901d3d50f4f5a3 -size 128 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 05368376414bc8e2221b9744c2e3746a587e749c..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6482dc6705ea0ac5fc0355391800cb0937fe4c3221baa21bc1f47beec8c260 -size 128 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 76164a3d09c3754145dfbc567f1ece0f13f570e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff555694ef99e480ee9817807afa7e8faa3e1ce81c62b5f02901d3d50f4f5a3 -size 128 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/info.json b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 54aa9103918a02171fe22d9772533bac874576a1..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82c9fb9e4ddd8cc6f26319e9083ccdd8dd6504210d1cf26cc71d988e4f7bc45 -size 1564 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 21879e2e98f6a99a9fb514ff1b5dc907c5eeef6f..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:691798157151e2810978f9c3113050cbde9ce547607309e6994953e3a77b5b60 -size 269749 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 048125c99ce6dff31e86caa7d2a90b1ccb30894b..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3512b4d5e5a5121d6b99157da0bc4bea2a4437d092acd6985649a341d8665a26 -size 33752 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 7fe7e072ff39e221f954892c328b82d54c548cb5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:726d1a053b67ce099b147778b5d10ad074b42f59706931bcff8bc95452c9349f -size 33766 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 86cb24be0aad6957d732b9f82954912f29e225b8..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9088769f4a315113c03bf4ca47ab9abd9a702e964ea6c3231c7853192d8d5fac -size 10496 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 91a84420670ea33a588c708837d1c1fff56c64cd..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99ac41d294af4eecd6e8a45863077f58b49456e9d0e055344706824cbb034964 -size 83072 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 6d7f96c9ed8cc1c3e2c83b5a3c4bbe512c9a56f0..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79a97e6bb099af06eaf89dd1ed3861d8ddb64296388045fa91b9d68a32ffae46 -size 10496 diff --git a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/train_20260420_065835.log b/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/train_20260420_065835.log deleted file mode 100644 index 45e722477f70f507e8639d6da2d56cc3a44a4cc2..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabbyflow/tabbyflow-c7-20260420_065835/train_20260420_065835.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5893cc81acc640c312dc974f819d82eb9cc9798d2f004593e6aac66cc0123203 -size 433847 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_gen.py b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_gen.py deleted file mode 100644 index 47c8ba150ca0a063ffb2c827b35406017050d0f3..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(10368)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff-c7-10368-20260420_065826.csv") diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_train.py b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_train.py deleted file mode 100644 index 9eb738ecf161f698595c28087a085b77f02c17e1..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/input_snapshot.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/input_snapshot.json deleted file mode 100644 index 286eefda46371f83793a5aae45b76d9e8957cd21..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:827afad06a72170906f685c15cda0b6a0ccac62c5fa9ad60aa3f5bc56d6c3a44 -size 1348 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/models_tabdiff/trained.pt b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/normalized_schema_snapshot.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index fca411baa43411daa3e4f118be2a3338533a82e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd68094a5d8fc40d291695c5aa12bc01cfe8d3a62848b4bcfd82c2e88ed19c9 -size 4177 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/public_gate_report.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/public_gate_report.json deleted file mode 100644 index b00b72473296574a38204d8d5e0ed0f6eff17c8a..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeef0c85f32d42a68cbcc67cf574c1fba26a3f456609f4141a8ab50e37a714d7 -size 912 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/staged_input_manifest.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/staged_input_manifest.json deleted file mode 100644 index 64df5f20b0266a6853e771ba2094b7c3326b7dc5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b216aa702a4acc4dcf65ba430561f7623f1e4a98812e7c12d67b64e15dfda46 -size 4958 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/runtime_result.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/runtime_result.json deleted file mode 100644 index e6ca5721ddec4fd42244ff13054010bd77cf76a2..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c0c3611a3ce63fb345e4baa21fa8467596f2269fc0be09061097911f4f37f38 -size 606 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/staged_features.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/staged_features.json deleted file mode 100644 index 57d8b2250245142d63ae1db7ef7386e372c9ac86..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07596ae0689482090a05749dba332eca061d863cde5d8bf7a83e8c2c92abb330 -size 851 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/test.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/test.csv deleted file mode 100644 index cb9d7081ca745e9eed28a35168872d450c4a2a44..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2042076337d5c37c6476e6bca2bd33cb5a171450c27894534ef50ac223256058 -size 106030 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/train.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/train.csv deleted file mode 100644 index 4c8e5e0c5031fc7e8e25213132c1231950ec29da..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37f6b2ef5257f40bd826ac956749881f0f474362bdb56e8c5728ad629242e3a -size 847349 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/val.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/val.csv deleted file mode 100644 index 55792963756b1ae35b4d79dee11881372962b8d5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff6dec27c3740661a1ae84dea391d690dfb60342bfd5d7527b903fdd6009780 -size 106192 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_report.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_report.json deleted file mode 100644 index ce5c2b029c5bd8d282a66246eaec002a2a983b2e..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03a23713839d68cd2ae07d4045d649f6fa361b0954062d44ff798c604b6decd2 -size 316 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/model_input_manifest.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index e6edc387afde2b48bdb1fd0bb484e87a94d6f105..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223d7b609ed726b56e6bcbe9e9d034750086653c4f139cf05bdcea62ac2ea041 -size 5150 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff-c7-10368-20260420_065826.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff-c7-10368-20260420_065826.csv deleted file mode 100644 index dcbdfca2871dea25d39362a61035a6bec1ac18ec..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff-c7-10368-20260420_065826.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22847c2e024acc0c0f0ced21e11bc66faaafea0e295eff90211b79e129d2e9a3 -size 186691 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff_train_meta.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index ce8a023872ebeaa218f242ff3a551c915b82a467..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6707b23c89fdb7d7d654bdcd843473e3fba29000050be571b3665b84f7a1497e -size 83072 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 5088dd2f36e0ffeae013fe0c5cdc769d9d88d33b..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe170020f0e97be3d763c4207ff95efc4e981264660ef6397fcf5f6e62d31eec -size 663680 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index a1dc7b8a7dcee7bdf5fe2567e4a4b473ca817f51..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:353b95c584400e1a5c3b1f9a9a67615a18feeddcfe8c59b82574d06bc4d4f1b5 -size 83072 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 76164a3d09c3754145dfbc567f1ece0f13f570e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff555694ef99e480ee9817807afa7e8faa3e1ce81c62b5f02901d3d50f4f5a3 -size 128 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 05368376414bc8e2221b9744c2e3746a587e749c..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6482dc6705ea0ac5fc0355391800cb0937fe4c3221baa21bc1f47beec8c260 -size 128 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 76164a3d09c3754145dfbc567f1ece0f13f570e7..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff555694ef99e480ee9817807afa7e8faa3e1ce81c62b5f02901d3d50f4f5a3 -size 128 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/info.json b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 54aa9103918a02171fe22d9772533bac874576a1..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82c9fb9e4ddd8cc6f26319e9083ccdd8dd6504210d1cf26cc71d988e4f7bc45 -size 1564 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 21879e2e98f6a99a9fb514ff1b5dc907c5eeef6f..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:691798157151e2810978f9c3113050cbde9ce547607309e6994953e3a77b5b60 -size 269749 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 048125c99ce6dff31e86caa7d2a90b1ccb30894b..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3512b4d5e5a5121d6b99157da0bc4bea2a4437d092acd6985649a341d8665a26 -size 33752 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 7fe7e072ff39e221f954892c328b82d54c548cb5..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:726d1a053b67ce099b147778b5d10ad074b42f59706931bcff8bc95452c9349f -size 33766 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 86cb24be0aad6957d732b9f82954912f29e225b8..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9088769f4a315113c03bf4ca47ab9abd9a702e964ea6c3231c7853192d8d5fac -size 10496 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 91a84420670ea33a588c708837d1c1fff56c64cd..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99ac41d294af4eecd6e8a45863077f58b49456e9d0e055344706824cbb034964 -size 83072 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 6d7f96c9ed8cc1c3e2c83b5a3c4bbe512c9a56f0..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79a97e6bb099af06eaf89dd1ed3861d8ddb64296388045fa91b9d68a32ffae46 -size 10496 diff --git a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/train_20260420_065036.log b/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/train_20260420_065036.log deleted file mode 100644 index d53da3ce4afd61050f9946bcbbf01d45c594169a..0000000000000000000000000000000000000000 --- a/5090-Success/c7/tabdiff/tabdiff-c7-20260420_065036/train_20260420_065036.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fa55b57c3e6c09d6c59d5a342092a48f4806e86b0da54732efce1b18827c2dc -size 443427 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_gen.py b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_gen.py deleted file mode 100644 index 9f3fc9361464fb6702a9efb1c04961c8cfc01d1b..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(8844)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow-c8-8844-20260420_072901.csv") diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_train.py b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_train.py deleted file mode 100644 index 4094f76ada74145084940038ca1bb12d0da03176..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/input_snapshot.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/input_snapshot.json deleted file mode 100644 index 7c6201d8831604f3fc997976bcd9409f0ebd4335..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953e9dceb03574375ca7e3e96c829078107c18a8f84b27d57d5d0f40d2c9fa47 -size 1350 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/models_tabbyflow/trained.pt b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/normalized_schema_snapshot.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 59fd114e0153f16693f3ee74c6b815af70e2c08d..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4213af428a9dba0a099f5f4b83768c0a9dd7b17a3045f0ddac06ce6354437140 -size 12934 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/public_gate_report.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/public_gate_report.json deleted file mode 100644 index afb8478189f5f993daab1b62e064df61ec5225c8..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c05fcf6daf4b968504c2e5d9a2d92257f0e29fb104b4822b486248f921ac6c5 -size 923 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/staged_input_manifest.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/staged_input_manifest.json deleted file mode 100644 index 84cfc7b0b340e4a7fe0ddd731cf564ba6a5a96d1..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8000cf62f2b14cce357ca292325a860d94951de35beaa149454c3768d45afe74 -size 13735 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/runtime_result.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/runtime_result.json deleted file mode 100644 index 14a9136e00f146266ad10b116c33ccd35a356a87..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a5ed1a166867d3f4ffe0b54196a1ec81b6c0bf70c9878617009b0288ec5af7e -size 621 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/staged_features.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/staged_features.json deleted file mode 100644 index 20820650030c9db2525d4bb0b974f4dbd8aee952..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:225f86796b970ab41c82ed9bc4036cfe6616bc61bc5a93404e4803ad6b375c6d -size 3090 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/test.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/test.csv deleted file mode 100644 index 17380f6a9b9a9e8ac335908874f6bc5b26ec25ad..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e0809428463e710fffe7443c63202bb0df096f71365262a3e32e43e365fa35 -size 79280 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/train.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/train.csv deleted file mode 100644 index 8cfd1f6fb29a5bdf13202de8d9026d5d4a6c1ab2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88a639183f8fa6acc2a2465b4d787607df6b931c2b681b0e9d0e1be007fea0da -size 631235 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/val.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/val.csv deleted file mode 100644 index 739e1e854fc6485ff594dcf0a66b76423871eeb8..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:272551def8b1e81583201f55065453d772f25b8dd17958d4f25478c033769f9e -size 79486 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_report.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_report.json deleted file mode 100644 index aea3bd85ce7636b94e08c9df87d41b08cea4c341..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd443daf8f7f51c0aac675fa9ea576a179a66be049dce72f6b65e59faca2728f -size 322 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/model_input_manifest.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index d64098c0766bc345b36112f842f2fe5f4cdbedb6..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e73fb5ec63273a99ce8e4cf43c15af10eba17d39406400459f91783758f6cc -size 13933 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow-c8-8844-20260420_072901.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow-c8-8844-20260420_072901.csv deleted file mode 100644 index c9522d8b20d95845c844f5e910678f64c0ee31d7..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow-c8-8844-20260420_072901.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a1cc10f791df9b6148bbb069cbbd443d39870a288a319736b637eb14323780 -size 626368 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow_train_meta.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 7f63fcfa5ccbd147fed401ee20b88978bc482df2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7af7116a1db33d440f1f9dab00cfb5b02cd4bd1b327e4d0ff75c0f8bb6b9da -size 8976 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 8a277b12126796ea2dbd676ad44ea373580c3e43..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c080f550f12c0813332ad1406d251d5a9cbbba6c83d4b2f87dcc0d05e52d3f -size 70880 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index febcbf85e13c2b26124ddff02ab9e9a8c86964e2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9670b93db7be059471acccc752f148ea6390b6f6ce4b633cbeb5f18db5a964c1 -size 8968 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 09ced4f2ad6bb743e3b22395293e658b028bfba2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db877be9d8b37ba3ced68d2b7f051557b2fd04485b5f1a75fc29bb0289de0e4 -size 128424 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 2e661cb976ef9b8467c9c574f362a8501ef7b947..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dae443e666996315960652398f63cf5f6b43b5807f9203e0c699f3acccc87e -size 1026032 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 12c33d817058e25a425af727df670b30a8b32a3e..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95cb2c14b1aa5ec4b0f63006b514ae47997696a531fab6fcfb126d2654de0654 -size 128308 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/info.json b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index bb1aebfdda2fd1dc1fd4534ef993240d189e3cf9..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff40aede42ccfc78e3996db8816900fdc43ac9b72f8f3cb0979b5c98af757c99 -size 5936 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index e7aa01c45b67ee5f6456c22437ae8cab5d95ecc9..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:448b3313e84e657241ee0202c1133cb858442476f95e4a6b370ba5b27152608e -size 631235 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 359aef7dec638dd4a5e0b670563be54bc4e5192a..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670b0c4e23e3f103a3177fc17a659218bdb609a54541791bd84ad17cd993c377 -size 79280 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 56f577feacf4538d33115bea5e78c1ca57ec006a..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2622b66cb770bd11f05f79bc14339e728f4d616916c54656b30c72e1be0e97d0 -size 79486 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 58d502e11ea589573d1aabbd7e4a42ecbfcebddf..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7fabf0a9590569719d4949d0dd5475dca32331b7dbb51c5c445404105425d75 -size 8976 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index c33a2812d34d5af016bc01c619c1fb3df03de5ad..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ac3cb9a9b23e0c3e08da4c4d46fe060013b300acb48580e9c603d7a332fdae -size 70880 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 319a4bb1899b506729257fe2df123262d26e3154..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b38f4f09ebca7bba0021cbe147ad163058e59434fdcfc2198ec7458cf60c8e -size 8968 diff --git a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/train_20260420_072139.log b/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/train_20260420_072139.log deleted file mode 100644 index f236f4820e54d70be0bd2983ae3f0abedb633a59..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabbyflow/tabbyflow-c8-20260420_072139/train_20260420_072139.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8532ec24e8ebe12d2d896c5641a14227aa14bbb45cee74865987d3f3102044c7 -size 441562 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_gen.py b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_gen.py deleted file mode 100644 index 835015073cb3190d5de367e7f540339ac611c7f4..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(8844)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv") diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_train.py b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_train.py deleted file mode 100644 index 622ab748bbe9077428a192f26c01e52045e4a513..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json deleted file mode 100644 index dc654dd70f9c9e8248e36987dae8ca746c3d7376..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab922551063feade8d3ac8dad834768c2a5841a85a0d925d1627f09571664ebd -size 1348 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 59fd114e0153f16693f3ee74c6b815af70e2c08d..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4213af428a9dba0a099f5f4b83768c0a9dd7b17a3045f0ddac06ce6354437140 -size 12934 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json deleted file mode 100644 index afb8478189f5f993daab1b62e064df61ec5225c8..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c05fcf6daf4b968504c2e5d9a2d92257f0e29fb104b4822b486248f921ac6c5 -size 923 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json deleted file mode 100644 index 78db7180a9cb4778a4363e4176b75f8c722f3af5..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f417414cbdaf285787eb634619df1ee6045b061c2c17fb89a3321fcc4e97177d -size 13715 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json deleted file mode 100644 index 52f954e58fe533e12e868e6e4a2490687f423331..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2597cd31b441c4d7e5b82083f2eb9551e72ac2754083b74d373a31dca70bcf56 -size 605 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json deleted file mode 100644 index 20820650030c9db2525d4bb0b974f4dbd8aee952..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:225f86796b970ab41c82ed9bc4036cfe6616bc61bc5a93404e4803ad6b375c6d -size 3090 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv deleted file mode 100644 index 17380f6a9b9a9e8ac335908874f6bc5b26ec25ad..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e0809428463e710fffe7443c63202bb0df096f71365262a3e32e43e365fa35 -size 79280 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv deleted file mode 100644 index 8cfd1f6fb29a5bdf13202de8d9026d5d4a6c1ab2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88a639183f8fa6acc2a2465b4d787607df6b931c2b681b0e9d0e1be007fea0da -size 631235 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv deleted file mode 100644 index 739e1e854fc6485ff594dcf0a66b76423871eeb8..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:272551def8b1e81583201f55065453d772f25b8dd17958d4f25478c033769f9e -size 79486 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json deleted file mode 100644 index b9979575fd3259e59d6177d6495ed102451349d1..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e00a4c90e2d25ac62bc58610c8ceb00fd5e443442bcf1888b9b580965a320f9 -size 316 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index d088e6b0b1fabfae897e293230f374b7741f18dd..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a4d83c617778f852ff873a2e3659a84294c62be39d7c8e63a920dc2ed52ea8d -size 13907 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv deleted file mode 100644 index a0a6ad3b187a75e7de2c68bfc3f01269646fad46..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab219a72a7af767057cafb8ff526fd22ea47357cd61c92e613f33ed2e91310c9 -size 641487 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 7f63fcfa5ccbd147fed401ee20b88978bc482df2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7af7116a1db33d440f1f9dab00cfb5b02cd4bd1b327e4d0ff75c0f8bb6b9da -size 8976 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 8a277b12126796ea2dbd676ad44ea373580c3e43..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c080f550f12c0813332ad1406d251d5a9cbbba6c83d4b2f87dcc0d05e52d3f -size 70880 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index febcbf85e13c2b26124ddff02ab9e9a8c86964e2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9670b93db7be059471acccc752f148ea6390b6f6ce4b633cbeb5f18db5a964c1 -size 8968 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 09ced4f2ad6bb743e3b22395293e658b028bfba2..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db877be9d8b37ba3ced68d2b7f051557b2fd04485b5f1a75fc29bb0289de0e4 -size 128424 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 2e661cb976ef9b8467c9c574f362a8501ef7b947..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dae443e666996315960652398f63cf5f6b43b5807f9203e0c699f3acccc87e -size 1026032 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 12c33d817058e25a425af727df670b30a8b32a3e..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95cb2c14b1aa5ec4b0f63006b514ae47997696a531fab6fcfb126d2654de0654 -size 128308 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index bb1aebfdda2fd1dc1fd4534ef993240d189e3cf9..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff40aede42ccfc78e3996db8816900fdc43ac9b72f8f3cb0979b5c98af757c99 -size 5936 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index e7aa01c45b67ee5f6456c22437ae8cab5d95ecc9..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:448b3313e84e657241ee0202c1133cb858442476f95e4a6b370ba5b27152608e -size 631235 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 359aef7dec638dd4a5e0b670563be54bc4e5192a..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670b0c4e23e3f103a3177fc17a659218bdb609a54541791bd84ad17cd993c377 -size 79280 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 56f577feacf4538d33115bea5e78c1ca57ec006a..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2622b66cb770bd11f05f79bc14339e728f4d616916c54656b30c72e1be0e97d0 -size 79486 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 58d502e11ea589573d1aabbd7e4a42ecbfcebddf..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7fabf0a9590569719d4949d0dd5475dca32331b7dbb51c5c445404105425d75 -size 8976 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index c33a2812d34d5af016bc01c619c1fb3df03de5ad..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ac3cb9a9b23e0c3e08da4c4d46fe060013b300acb48580e9c603d7a332fdae -size 70880 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 319a4bb1899b506729257fe2df123262d26e3154..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b38f4f09ebca7bba0021cbe147ad163058e59434fdcfc2198ec7458cf60c8e -size 8968 diff --git a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log b/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log deleted file mode 100644 index 63de9f448210b3d79934306adb3c07596179d656..0000000000000000000000000000000000000000 --- a/5090-Success/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2af981e22d8bc246d090775916554ccd4234d9cf37a41d4db3671c85a4de9a -size 446740 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_gen.py b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_gen.py deleted file mode 100644 index 8935a8344a540dca53070c799fcd1e548c1e439b..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(26215)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow-c9-26215-20260420_075137.csv") diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_train.py b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_train.py deleted file mode 100644 index 1e28a6a9ac143f0b2f8027356924d7d45f6e63ee..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/input_snapshot.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/input_snapshot.json deleted file mode 100644 index 0d2283727062ca949776ae7449052ad603429e8c..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a8bc15a9e1d4052c750ed12cac437cdf0a2d846cd4f1e827aa1537f71757be -size 1351 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/models_tabbyflow/trained.pt b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/normalized_schema_snapshot.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 57497f74ea68ef836b6780051658fabc3265912e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f8364b69bf8dbae1b24e07aaa9992a5f109c944e4c9a7c80cf6c26a46ac325 -size 4803 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/public_gate_report.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/public_gate_report.json deleted file mode 100644 index 13a9b98ba5c78e45e9b5e7a7c7be1db5870868a2..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1964746533475f77130f406ab9512971a656fc1eeb5d1b649b92389810e7c7d7 -size 914 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/staged_input_manifest.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/staged_input_manifest.json deleted file mode 100644 index ce20e48d798d6d76c8e3e10cee5ba97db5e7d59c..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6e49af1ffbef823c422720d73b97dff694127caf2cf206be360c54c39eb1ed -size 5604 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/runtime_result.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/runtime_result.json deleted file mode 100644 index 5617a6794a75aa04784a12ceb01fcb047d35a7d7..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ace0624c127f1f662f817bc0a5292d0004840b7a27aba88fe81b42e87023bf7 -size 622 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/staged_features.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/staged_features.json deleted file mode 100644 index f31b7fb2e8a5a09e5a065000ef89e6e633974b38..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac6e9727221d87c5fc182247d5b3205c5c1e7e3fc5722d3d3d0ceee528fb3b3 -size 972 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/test.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/test.csv deleted file mode 100644 index b75a5d8c2fcb2f79081b7dbe7668099098496842..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af6e0312230bd2e171907bf4a9604e4b600e6335c3e4b4842b1f60c8e7260c7 -size 203927 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/train.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/train.csv deleted file mode 100644 index 581832d2d577538d2b98026d4705fa0495b803b7..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5289d18c270c8b9f28c49f65f7dcbcbfe99c6d9c36bf7468cb0bd306c37a6c7 -size 1630334 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/val.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/val.csv deleted file mode 100644 index 0550b83cde55957916223bde1f17c67e7bfa0325..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad236210ab730f44360ed17509da76cda75ad36d8ab73965a437110f905764d3 -size 203862 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_report.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_report.json deleted file mode 100644 index bd696455ca490d0f6469097f875d86a331fce4ad..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80409ec0ecf54b8d94b520fe7445e91b9f0629a187b5f0929c2f721f0f60c4b1 -size 322 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/model_input_manifest.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index b04f53c296769b27bb28946c6eb99c48fdffaa37..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c04151f7623ef0892bd5074c5819caee3fcc2f3348abaa5618426599b6d2fcd -size 5802 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow-c9-26215-20260420_075137.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow-c9-26215-20260420_075137.csv deleted file mode 100644 index b2a4bcd4cc825d00839de43b22ce15bb5494eb99..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow-c9-26215-20260420_075137.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f50e3990b2755844d82b32a527f8652cfe10b1291cf249255234c737d7fcbdc -size 2257126 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow_train_meta.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f55be4267f6392a5d24ad793c9edb2841157e85e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62540e8e18ee482349ef996721bbbcceeea5bdd5a48c0e05aef961d64cc6d557 -size 26352 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index f0ec67badf0b2e80017aaf0dea889cbf3cfe1aa0..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d76b75f989b3dc29e9c1776971bfcfe6782477af9b30d143474c2e7c6d296c5 -size 209848 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 77f1e39f4f3e0c54e36a16d70d12064bd99a2fb9..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2291123e434ecaaabd29c188cef42e13b54c0d8946375772cca7042ec4ea84f0 -size 26336 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 952fc2549a5139cf4327c36e8b5de413b64ba620..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4429f0d335d4329172f9c047ea82fc7abf310e9b6f3a5df0644de5253f6851b9 -size 105024 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 24431e7de42e064269a838b520596da288413946..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6bc53b6dfcd4e17d7f1d3c01d3897f13d7871d3734a5514501dca11a68ad6b -size 839008 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 5be2246bd17fd46d82a6062297c47e0cb6da6abc..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ca7ee238803325e4061f276c0f2b20ede05bb8657a1ee7e6dbda40d1504fc6 -size 104960 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/info.json b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 4aed0a6ff3eed0dc3eb15a6e310b49c1a4b9f1ae..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63535dff81f08969b010628283ee5e5e39c90a5fd67ac492fe37f440432ed8f -size 2126 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 38c84ae4e306d9a2fee1ad4b7a4440111e0481e5..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b4e5a92c3a56bb93cb5062b88be41b13386cba65f2a2314081723028d9d5186 -size 1630334 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 88a9e90a5e42a8fab3e7dc7875f254af5d5b9ac4..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3d5f6b434441612b681d8d8f4afd989957521ed07b0cebd43e95cc9cf41755c -size 203927 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 2e2670647916b9b3b692a6ddc6f69c0aa0fcb581..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f057524d53685c758e8db633549b92cd0656d5028f330442b0ea5e6b521fe1fb -size 203862 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 8e253c44e4c6bf370fb71c7e71092486a0fa6d81..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a529e34beb9173ce308da21037b4df41255fd64588dd21e008187052de763f -size 13240 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 25559b41c42286dd56882fb528a5735e51ba854e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdbd34feb47e6cd662ae8b0fee47c70fefe01d073e0410e2a2c645603317c342 -size 104988 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 12b1608d4594c6c88de3d670fef17a355257b1ac..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed9644a20acd216fd4d98ba382723c55e9202f2444ed0dadf9e9adcaf79d3fc4 -size 13232 diff --git a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/train_20260420_074328.log b/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/train_20260420_074328.log deleted file mode 100644 index 714101eae3e395d5adbc1a840dd50a8987b8e576..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabbyflow/tabbyflow-c9-20260420_074328/train_20260420_074328.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8376993418255e142b7736f2f03570ddfdae3421dcc60a59bf0966e70ddc5187 -size 816135 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_gen.py b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_gen.py deleted file mode 100644 index c0a8ea7b8597b0719fe0b86f90f33cf89320dbfb..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(26215)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff-c9-26215-20260420_074317.csv") diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_train.py b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_train.py deleted file mode 100644 index d72ce063587a1fd0c6b86c2a421f22ea6087eac9..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/input_snapshot.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/input_snapshot.json deleted file mode 100644 index 4deadbc80148b841c48961a94c3466e3be9667f5..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ddbdbcc24d11048dabe7e228b66ba54b16894d7afa157b4601bde08ae262713 -size 1349 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/models_tabdiff/trained.pt b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/normalized_schema_snapshot.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 57497f74ea68ef836b6780051658fabc3265912e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f8364b69bf8dbae1b24e07aaa9992a5f109c944e4c9a7c80cf6c26a46ac325 -size 4803 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/public_gate_report.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/public_gate_report.json deleted file mode 100644 index 13a9b98ba5c78e45e9b5e7a7c7be1db5870868a2..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1964746533475f77130f406ab9512971a656fc1eeb5d1b649b92389810e7c7d7 -size 914 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/staged_input_manifest.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/staged_input_manifest.json deleted file mode 100644 index fbda582b356fbe785362cf9f7006f0ec1bb7947d..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c335d05e2506b90463f32f1d6990563171e9c10393ca426a92e4a99e55e39fb6 -size 5584 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/runtime_result.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/runtime_result.json deleted file mode 100644 index 2c1de85f8fef57c937ec021c97a7ea9afe6684ef..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb26913ebb5ec5632261c729d85ccff120e25a449ff7d493d1467ed67d27e0e2 -size 606 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/staged_features.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/staged_features.json deleted file mode 100644 index f31b7fb2e8a5a09e5a065000ef89e6e633974b38..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac6e9727221d87c5fc182247d5b3205c5c1e7e3fc5722d3d3d0ceee528fb3b3 -size 972 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/test.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/test.csv deleted file mode 100644 index b75a5d8c2fcb2f79081b7dbe7668099098496842..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af6e0312230bd2e171907bf4a9604e4b600e6335c3e4b4842b1f60c8e7260c7 -size 203927 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/train.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/train.csv deleted file mode 100644 index 581832d2d577538d2b98026d4705fa0495b803b7..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5289d18c270c8b9f28c49f65f7dcbcbfe99c6d9c36bf7468cb0bd306c37a6c7 -size 1630334 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/val.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/val.csv deleted file mode 100644 index 0550b83cde55957916223bde1f17c67e7bfa0325..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad236210ab730f44360ed17509da76cda75ad36d8ab73965a437110f905764d3 -size 203862 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_report.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_report.json deleted file mode 100644 index 6fae76e90609b6b9bec70056691f607eab9d7fae..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5107d88f9fe520d94a9c5d1f6847194adeb45c54aea948ed781de7596476c91c -size 316 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/model_input_manifest.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index b83fb7cb30aa86b2f757a71908f15ca87faac07b..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71b730d2b23f13bb258989678973dacc6508c044ee4e5955fffc0745e5022751 -size 5776 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff-c9-26215-20260420_074317.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff-c9-26215-20260420_074317.csv deleted file mode 100644 index 02d75caeada429b635c408d1424c06e0609bb52d..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff-c9-26215-20260420_074317.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d214f6a3ef73a1862fe7fdc95f93115510ee3a2fcc87756bff6f0368d9210548 -size 2254186 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff_train_meta.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f55be4267f6392a5d24ad793c9edb2841157e85e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62540e8e18ee482349ef996721bbbcceeea5bdd5a48c0e05aef961d64cc6d557 -size 26352 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index f0ec67badf0b2e80017aaf0dea889cbf3cfe1aa0..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d76b75f989b3dc29e9c1776971bfcfe6782477af9b30d143474c2e7c6d296c5 -size 209848 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 77f1e39f4f3e0c54e36a16d70d12064bd99a2fb9..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2291123e434ecaaabd29c188cef42e13b54c0d8946375772cca7042ec4ea84f0 -size 26336 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 952fc2549a5139cf4327c36e8b5de413b64ba620..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4429f0d335d4329172f9c047ea82fc7abf310e9b6f3a5df0644de5253f6851b9 -size 105024 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 24431e7de42e064269a838b520596da288413946..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6bc53b6dfcd4e17d7f1d3c01d3897f13d7871d3734a5514501dca11a68ad6b -size 839008 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 5be2246bd17fd46d82a6062297c47e0cb6da6abc..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ca7ee238803325e4061f276c0f2b20ede05bb8657a1ee7e6dbda40d1504fc6 -size 104960 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/info.json b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 4aed0a6ff3eed0dc3eb15a6e310b49c1a4b9f1ae..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63535dff81f08969b010628283ee5e5e39c90a5fd67ac492fe37f440432ed8f -size 2126 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/real.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 38c84ae4e306d9a2fee1ad4b7a4440111e0481e5..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b4e5a92c3a56bb93cb5062b88be41b13386cba65f2a2314081723028d9d5186 -size 1630334 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/test.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 88a9e90a5e42a8fab3e7dc7875f254af5d5b9ac4..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3d5f6b434441612b681d8d8f4afd989957521ed07b0cebd43e95cc9cf41755c -size 203927 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/val.csv b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 2e2670647916b9b3b692a6ddc6f69c0aa0fcb581..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f057524d53685c758e8db633549b92cd0656d5028f330442b0ea5e6b521fe1fb -size 203862 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 8e253c44e4c6bf370fb71c7e71092486a0fa6d81..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a529e34beb9173ce308da21037b4df41255fd64588dd21e008187052de763f -size 13240 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 25559b41c42286dd56882fb528a5735e51ba854e..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdbd34feb47e6cd662ae8b0fee47c70fefe01d073e0410e2a2c645603317c342 -size 104988 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 12b1608d4594c6c88de3d670fef17a355257b1ac..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed9644a20acd216fd4d98ba382723c55e9202f2444ed0dadf9e9adcaf79d3fc4 -size 13232 diff --git a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/train_20260420_073501.log b/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/train_20260420_073501.log deleted file mode 100644 index ea9fa33509b5e56b1a58fb062c2bd81bb1d431b9..0000000000000000000000000000000000000000 --- a/5090-Success/c9/tabdiff/tabdiff-c9-20260420_073501/train_20260420_073501.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9478b76f71d4974b4aea33e7867f09e27e66caa9f39dc9bfa2f93c8db3d10b3 -size 838104 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_gen.py b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_gen.py deleted file mode 100644 index ec858be0348a973aa1fb598da6fc72d4191ca0e6..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(1200)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow-m1-1200-20260420_092929.csv") diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_train.py b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_train.py deleted file mode 100644 index fa82de04d7854e0ab6152ed8d96fc44db9b509df..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/input_snapshot.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/input_snapshot.json deleted file mode 100644 index 81cdacd8b4ad26646b4e9398edc60c819ac0479f..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1b71f8454999d3432c5e0940240ade9e0314d30dc8c1ebfab0f458430fbf00 -size 1350 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/models_tabbyflow/trained.pt b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/normalized_schema_snapshot.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 0d924707e2890ec3e2b8fe00150a456c3acd4af5..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b119c9e506b7e460cf180a210fe501cc20982854a292d273d296cb2042c198cb -size 14290 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/public_gate_report.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/public_gate_report.json deleted file mode 100644 index 2744e5ba1283b4e6d6b7d71049b10dea7341b6d6..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf36adfc35a02fc9b71b3574f2df82381dba68977c592f1936143fc1de43247 -size 923 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/staged_input_manifest.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/staged_input_manifest.json deleted file mode 100644 index 8ac118410e560992d91f0b361f806f3d4d1429f9..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28b2bfeea7b834ab25c6fecd4057e00321358fa2edcb1cbc31ed0c22d51eea3e -size 15091 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/runtime_result.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/runtime_result.json deleted file mode 100644 index 8d3c0a5bc36d51ceafa06347537a86e507c3c983..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfad1a796ce32da0ccf33423a61cdcc272af7a446a6e39194a0769a1986743cc -size 621 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/staged_features.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/staged_features.json deleted file mode 100644 index fd0c619ad0d1d9d7761527a0685a17776d179b00..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4857dd67830beab0de00fe7692c2d76505df70139bb082fa996700b67aa349 -size 3060 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/test.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/test.csv deleted file mode 100644 index 271d074b582c0df7d0f41d0c95be6dce4649470a..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b10fb23dd851cc8e9512cc2f6c6cf8a7d55a9e129e0ea3fcfdf74a1d9c4ae4e -size 31319 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/train.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/train.csv deleted file mode 100644 index 05187648c8c9f481592f6db0a9997f7e91ebcac0..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9c852dcaca7e39ee66137ba8b9d16cff5ac3db8773ada638088281140b801f -size 246535 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/val.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/val.csv deleted file mode 100644 index 6c2de2dac86a09bf5299ab48292aa44bf6ad4099..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e1ec553c236519ce940f48b25c8f9b87aca28e5746f70de8e292fcae7b3dfb -size 31323 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_report.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_report.json deleted file mode 100644 index a71c4f5849c182d892328225c48e9421e11c610a..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014f8768aa55c811f50cc2dd7d1818824a0519e1655f0dde9cbf876afaeb45c7 -size 322 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/model_input_manifest.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index e0cddcf848359c9364aaec9e2d99d61f426aa9b4..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9167480ef908c5b087cbbdc2ee5977b5d1b7b53e06ba5646b46c5cac7e13c75 -size 15289 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow-m1-1200-20260420_092929.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow-m1-1200-20260420_092929.csv deleted file mode 100644 index 0fef0912ce3e2843a49e970217965ec8652b375f..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow-m1-1200-20260420_092929.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa169bb5fba51251f7248ad2dd38d7ebca941c18b573821fa6a793f489223ce0 -size 272578 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow_train_meta.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f0217913b574e6cbc0de7ed771c70ad112898db1..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e3eee9b1cb1ecde3871bd0f100629ee3aa86a583ab70298c1315946476966f -size 18128 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 1b5176ac1fcea38b5949e8beb246c06b0dd48fed..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647875401f8038d707440d4e3e48143c6f380d447c982436cdf78a2e03538b94 -size 144128 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 54c197e8e09ccb1dea05058beac026903e2826cb..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76a3dd50137ff542b23f2f445130196ad63f31c85c3c73971220dff51d7096a7 -size 18128 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index db5929213cc64f5c7296f3b63a660a7cd45cb951..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e31d0278bfe6bad4209c87eb306e16086d5c2d110b05148469e63d32a866754 -size 8528 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 7048d4fdc713de4fd5d099696cee6432ace49447..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94fc96e7a04cf92dedd43ff8259c690bb7735758a094b6a16bca650ed5d1fb5e -size 67328 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 32f2a0f1752c2f1734817c49c7dc61b17413451d..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d9fd5d44bcafd1895808aa76729def569b58832ae43ccaa4170f6844f18340 -size 8528 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/info.json b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index fa405d66f9d43b822749f57fc00815880b6a1c07..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5761a66f4726436db83e4941facd4778f13d401ea7e2415c4b817b2140a49a1 -size 5300 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 0135603e74f9cc271cb75a3c5a985d5a17bdeba8..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0967d25e86a9c25b0e9bfbe46d97b49e9a52439f1b6fd661ec044f844d169f -size 107409 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index b5cf74c3f9882f0060afa4938c99a9cef77497d9..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29cba923e3d263ad13a654a29f2e311d14db674cafc9cfd4d37574f7792a8080 -size 13827 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index af092ae4c0d71b2e29239e6eedf6e27530452cc5..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4f878937262c17e4bb76c7c0ffb760bee8bdfc29f1e0692395eb1ef2a3d0448 -size 13837 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index c536e88265f55fb2bf147e26b2b1123aad3c9794..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c520f4bb822a851e243a41c84e4e2196ca3c0281b59c14830f5fa6cea2433b2a -size 1328 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 1ece0db4d1675868b7efd73f492acf3821f1fa88..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8b8087fbf0d2dfb3314cbbf47157888ef98f413e2b5009a2643e22583a749c -size 9728 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index fe4a6aa82f255de3c2892862b30f1675a752891d..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a8e3f3b0bfded06ccc2bf5089bc9911288aa83d0bc5fb0c3af7f9f3dad84358 -size 1328 diff --git a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/train_20260420_092230.log b/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/train_20260420_092230.log deleted file mode 100644 index da346b97182ac6140343ab80180cb7d1b0339602..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabbyflow/tabbyflow-m1-20260420_092230/train_20260420_092230.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aa396f1317b1e24c195c9f00a0a48d5511283735e1689bf7e307cbb9f3385f0 -size 288242 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_gen.py b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_gen.py deleted file mode 100644 index dff629bf8c3a8956d77d7551120478b70f230e70..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(1200)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff-m1-1200-20260420_092135.csv") diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_train.py b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_train.py deleted file mode 100644 index 78cbacf4a4f46cbf6a3ce1a24fa3cbec7eacfc4e..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/input_snapshot.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/input_snapshot.json deleted file mode 100644 index 810c8952bca2d70b5d359516585b3265510c5806..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79bb2d6029544eb608c702faa48d727af93ea1be583717a65dff83302f759e49 -size 1348 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/models_tabdiff/trained.pt b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/normalized_schema_snapshot.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 0d924707e2890ec3e2b8fe00150a456c3acd4af5..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b119c9e506b7e460cf180a210fe501cc20982854a292d273d296cb2042c198cb -size 14290 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/public_gate_report.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/public_gate_report.json deleted file mode 100644 index 2744e5ba1283b4e6d6b7d71049b10dea7341b6d6..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf36adfc35a02fc9b71b3574f2df82381dba68977c592f1936143fc1de43247 -size 923 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/staged_input_manifest.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/staged_input_manifest.json deleted file mode 100644 index 2efb43bf35ddf9358f9f946d4e15883061ea970b..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a09ce2bbdcb25b3bff16c5fcb8a6efa09c2197c364c51d4593ec2bed2cea51 -size 15071 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/runtime_result.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/runtime_result.json deleted file mode 100644 index 0766609154cbfabca96576d24066b06f8a69bd81..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4fd43987f7bc3f2403f2d021fb90ef1fbb9b45cc708d34f088c67d05cda3f47 -size 605 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/staged_features.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/staged_features.json deleted file mode 100644 index fd0c619ad0d1d9d7761527a0685a17776d179b00..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4857dd67830beab0de00fe7692c2d76505df70139bb082fa996700b67aa349 -size 3060 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/test.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/test.csv deleted file mode 100644 index 271d074b582c0df7d0f41d0c95be6dce4649470a..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b10fb23dd851cc8e9512cc2f6c6cf8a7d55a9e129e0ea3fcfdf74a1d9c4ae4e -size 31319 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/train.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/train.csv deleted file mode 100644 index 05187648c8c9f481592f6db0a9997f7e91ebcac0..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9c852dcaca7e39ee66137ba8b9d16cff5ac3db8773ada638088281140b801f -size 246535 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/val.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/val.csv deleted file mode 100644 index 6c2de2dac86a09bf5299ab48292aa44bf6ad4099..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e1ec553c236519ce940f48b25c8f9b87aca28e5746f70de8e292fcae7b3dfb -size 31323 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_report.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_report.json deleted file mode 100644 index 7c6195e1ba07b4998831fff89515b70b96019709..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6014e72e37258571d250b4e6df060f2af2640e41db63571f6734045e339b31b -size 316 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/model_input_manifest.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index f72a069ebfa882976961dc90536f3156746d4b18..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d314076154e50ded7009239dfa5dc34b7664b7b162fbb80478a5d7269635a9 -size 15263 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff-m1-1200-20260420_092135.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff-m1-1200-20260420_092135.csv deleted file mode 100644 index c6dfe32a5fb72a04517db44b038d65826b7ab814..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff-m1-1200-20260420_092135.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abc23aae6b78c3c73007e3e2dfbb74cc6d86d825bae53d6a2c367420a7f3207a -size 276726 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff_train_meta.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index f0217913b574e6cbc0de7ed771c70ad112898db1..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e3eee9b1cb1ecde3871bd0f100629ee3aa86a583ab70298c1315946476966f -size 18128 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 1b5176ac1fcea38b5949e8beb246c06b0dd48fed..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647875401f8038d707440d4e3e48143c6f380d447c982436cdf78a2e03538b94 -size 144128 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 54c197e8e09ccb1dea05058beac026903e2826cb..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76a3dd50137ff542b23f2f445130196ad63f31c85c3c73971220dff51d7096a7 -size 18128 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index db5929213cc64f5c7296f3b63a660a7cd45cb951..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e31d0278bfe6bad4209c87eb306e16086d5c2d110b05148469e63d32a866754 -size 8528 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 7048d4fdc713de4fd5d099696cee6432ace49447..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94fc96e7a04cf92dedd43ff8259c690bb7735758a094b6a16bca650ed5d1fb5e -size 67328 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 32f2a0f1752c2f1734817c49c7dc61b17413451d..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d9fd5d44bcafd1895808aa76729def569b58832ae43ccaa4170f6844f18340 -size 8528 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/info.json b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index fa405d66f9d43b822749f57fc00815880b6a1c07..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5761a66f4726436db83e4941facd4778f13d401ea7e2415c4b817b2140a49a1 -size 5300 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 0135603e74f9cc271cb75a3c5a985d5a17bdeba8..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0967d25e86a9c25b0e9bfbe46d97b49e9a52439f1b6fd661ec044f844d169f -size 107409 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index b5cf74c3f9882f0060afa4938c99a9cef77497d9..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29cba923e3d263ad13a654a29f2e311d14db674cafc9cfd4d37574f7792a8080 -size 13827 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index af092ae4c0d71b2e29239e6eedf6e27530452cc5..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4f878937262c17e4bb76c7c0ffb760bee8bdfc29f1e0692395eb1ef2a3d0448 -size 13837 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index c536e88265f55fb2bf147e26b2b1123aad3c9794..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c520f4bb822a851e243a41c84e4e2196ca3c0281b59c14830f5fa6cea2433b2a -size 1328 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 1ece0db4d1675868b7efd73f492acf3821f1fa88..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8b8087fbf0d2dfb3314cbbf47157888ef98f413e2b5009a2643e22583a749c -size 9728 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index fe4a6aa82f255de3c2892862b30f1675a752891d..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a8e3f3b0bfded06ccc2bf5089bc9911288aa83d0bc5fb0c3af7f9f3dad84358 -size 1328 diff --git a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/train_20260420_091055.log b/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/train_20260420_091055.log deleted file mode 100644 index cb5295c2d5d8d1990a38a74ef0981fe7dd127a3b..0000000000000000000000000000000000000000 --- a/5090-Success/m1/tabdiff/tabdiff-m1-20260420_091055/train_20260420_091055.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f43401f80eadc382f47db4422420af03f952eeab5244c28f6385a30c0022c833 -size 298789 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_X_host.npy b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_X_host.npy deleted file mode 100644 index a800c30b93c6a1190d45d28a67ac289d36dfddb6..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0587ca26f2ddbc3ad135d1ca8bef52ecc08181ca339227cdb15c9630b4ec4bf -size 134528 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_gen.py b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_gen.py deleted file mode 100644 index e8073d5f9d806d95c7518489a19d592ace16668d..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m10/forestdiffusion/forest-m10-20260425_200135/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(1600)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m10/forestdiffusion/forest-m10-20260425_200135/forest-m10-1600-20260426_101122.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_meta_host.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_meta_host.json deleted file mode 100644 index ea34eb7c3f0250aeca8614bef2a428e6e33468ed..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1d786109c8a271d69ddb91e5e7e99adf58472f8d1938924bd2fc5d3e7ad9e8c -size 288 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_train.py b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_train.py deleted file mode 100644 index e0ee934199cbad83e7da6d7242a2c81d09a15eb0..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m10/forestdiffusion/forest-m10-20260425_200135/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m10/forestdiffusion/forest-m10-20260425_200135/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m10/forestdiffusion/forest-m10-20260425_200135/forestdiffusion_model.joblib') diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forest-m10-1600-20260426_101122.csv b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forest-m10-1600-20260426_101122.csv deleted file mode 100644 index cf6ca6978c5caa8adc8a13baf2cf0b31bc0ea056..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forest-m10-1600-20260426_101122.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc039a1e03ec0b2d824c4519983a5345dd8000647cd99a324d498f1e137ce274 -size 281513 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forestdiffusion_model.joblib b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forestdiffusion_model.joblib deleted file mode 100644 index cb6d11597f46eef8824a566ad40adf0e4b6780a6..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b923b7214dd9fb5c82c3381c66c4405855498926f4404a3d08f5d94fe92c3396 -size 195659284 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/input_snapshot.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/input_snapshot.json deleted file mode 100644 index 3e38e7153e99b25ae1d47852545f591c4d7918b3..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab18086a0ef77c2595bdfe74f14f324f024bda6c40a6476cd9310045e54d3b7 -size 1364 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/models_fd/model.joblib b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/models_fd/model.joblib deleted file mode 100644 index cb6d11597f46eef8824a566ad40adf0e4b6780a6..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b923b7214dd9fb5c82c3381c66c4405855498926f4404a3d08f5d94fe92c3396 -size 195659284 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/normalized_schema_snapshot.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 99b777453d06a3cf31ec0fc56daa151a2910db6e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0b4b32dc3273f99328e72f7b5a830444b967386c77d3eacbfe2f367235d172 -size 9315 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/public_gate_report.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/public_gate_report.json deleted file mode 100644 index fc9182329e36210d03a0dd2b22009b4b156bccd9..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9d97f7d812f03897ed2ac1fba10b3ad0abb994aa8895608c4008dc2fde1671 -size 920 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/staged_input_manifest.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/staged_input_manifest.json deleted file mode 100644 index 1f8dee46dd2e3256e9f79dbf950411e232a7af1a..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0221f617595906f4cbce08b86c85485868029ffa16fc0e9b66061b22a27d97bb -size 10141 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/runtime_result.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/runtime_result.json deleted file mode 100644 index edee57106714370b600d292e30c0d6ac150bc18a..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b0046b18f5642cf7232c5f77eb3c425aa1c5f0ba5cfa4672fd8cdfff59926ca -size 629 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_report.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index cf715b3c7c8d1f1b6c6d9f87ec190fc81861b01e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:021c6ca95f1477778daa6e3b9ba8c8828d70577ee4981bd1ed6c547bb0097099 -size 333 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 9398abc81fceced9e4b3e5b99478543b0a405b15..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b015c84c8402fdcae800a781187c99e7c844118133f5fef5328c2316ea73b9 -size 10350 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/staged_features.json b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/staged_features.json deleted file mode 100644 index 918710dc48ebad6446b0f4b0c72837bf03e13a5e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f9fd27ea602ac44946f02fbad5e711356035d61a0885cf84425dc44c75ff9f1 -size 1952 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/test.csv b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/test.csv deleted file mode 100644 index 1f872e9d86b20eec876bab947ae2e14364ece0e8..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d112b674dd456a5bdc2c17ad698087f2df416abb02166d3a29a5873900ca5c0 -size 12392 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/train.csv b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/train.csv deleted file mode 100644 index 9e8d03429b530f020698bd6ea7f4d95ffe614067..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de150b4643e0b79637165cc914e9fcfb6de70087020ecc8330be516c425aa579 -size 97926 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/val.csv b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/val.csv deleted file mode 100644 index f49ab3dff7a74beab94f4d6ffd5258b4b7d101c8..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cc0732d8711d262fd1bc7e0157e67872bcc08b0ac05ae2c75bd2773560e29fd -size 12423 diff --git a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/train_20260425_200136.log b/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/train_20260425_200136.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m10/forestdiffusion/forest-m10-20260425_200135/train_20260425_200136.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_gen.py b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_gen.py deleted file mode 100644 index 30a78c95524e33b4340d144ce4b39ab65c71e74d..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-m10-20260423_231356", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-m10-20260423_231356/model_500.pt", - "--num_samples_to_generate", str(int(1600)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-m10-20260423_231356") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv") diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_train.py b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_train.py deleted file mode 100644 index 5c45aa4b521d0517d92d12a042a5aa8155335208..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-m10-20260423_231356", -]) diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json deleted file mode 100644 index ba628fd764cb0c5eed5bd7da1a4db0394c797877..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26a6db9fe12ac4f96d86bc4bfc12c7f31a41e9b96f9775b1feb4346ab6fef609 -size 1358 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/models_tabbyflow/trained.pt b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 99b777453d06a3cf31ec0fc56daa151a2910db6e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0b4b32dc3273f99328e72f7b5a830444b967386c77d3eacbfe2f367235d172 -size 9315 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json deleted file mode 100644 index fc9182329e36210d03a0dd2b22009b4b156bccd9..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9d97f7d812f03897ed2ac1fba10b3ad0abb994aa8895608c4008dc2fde1671 -size 920 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json deleted file mode 100644 index 3777de6861b486ebb974e0b246c4fbfcb677eb69..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48e576193e82901f50176c769d8a15d3b15bf0b61fea36ce59697319e7b25cb8 -size 10126 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json deleted file mode 100644 index c864adc8e8798a1d4abe6e6deac1ab5564876579..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88a7c4f7901d721277a7589239c21609552f70192e12b2bc3930d1500695c261 -size 628 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json deleted file mode 100644 index 918710dc48ebad6446b0f4b0c72837bf03e13a5e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f9fd27ea602ac44946f02fbad5e711356035d61a0885cf84425dc44c75ff9f1 -size 1952 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv deleted file mode 100644 index 1f872e9d86b20eec876bab947ae2e14364ece0e8..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d112b674dd456a5bdc2c17ad698087f2df416abb02166d3a29a5873900ca5c0 -size 12392 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv deleted file mode 100644 index 9e8d03429b530f020698bd6ea7f4d95ffe614067..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de150b4643e0b79637165cc914e9fcfb6de70087020ecc8330be516c425aa579 -size 97926 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv deleted file mode 100644 index f49ab3dff7a74beab94f4d6ffd5258b4b7d101c8..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cc0732d8711d262fd1bc7e0157e67872bcc08b0ac05ae2c75bd2773560e29fd -size 12423 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 263d3e6db5c917590a4a29acb74b94f73f2104a7..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2215f2b06c7e1c28b3c71aa3718046a93888f34335c5be5be57d30a2c19abef7 -size 324 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 1cf48db94493f6d9879fe23bc21369f26a2e299d..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b118d9b8a1e30bbd07529b31e6e5b72a3bd6c2218a068baf5faa9128fdb2015d -size 10326 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv deleted file mode 100644 index 89c22c58a45777433f4276d111324d67be6dfe90..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ec7ee22e1bc929b6eb580a06437123b0cfd91c8f0a3229669ee88ef1cb8850 -size 161570 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 8946016f4b30d03315824f2936fbd5b18e3e9c9e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7422150388f9cf791bb858bb7df0dd7ae7961c8a362328eb79eb481f99287cbf -size 357 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json deleted file mode 100644 index 0a21f1961d1d5a8faa445edf005f15ba8856e22b..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a68438fd0fbe5785f4e033776bfbb7a7e80ef1dd591e6f1791dd911af75ce2 -size 261 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 9cbad3b5b09acad75e59831121d0417a541c3279..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:200bf07ba523a81bd9f1a9c16b102eb4e5897fd44346145102af24b93e769d3e -size 9728 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index b77e20e3dfdb15817a16c7aea98911bddbd7c5ed..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:255aa1664e1ca43dc97e8f0c35078c241a07403b16a120f28b09e057cb7b0fa7 -size 76928 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index ad46a852ce4126194b4495ce1ffac5a93a71c0de..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81fbfccbe21a90ffd0b0bcbf606d7a7c8be6b890e00214b1767f5698ed7ba6e8 -size 9728 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 547187bd94058e04130989928b34b12d9e9b9dee..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75263505bca417671a59d41a623144a59348e11f2d2fdab598da2d0b43366442 -size 11328 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 96dbc059f6f531a4d72c15b1d6e22f94ba4821d9..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b56d40cd4b61a0256457bd350e08cbe081449c6674d88986211ad4ea5e93ff8 -size 89728 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index beccb29f8747b722ff344573fe82a0e1c1b38b43..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18250254a269363b519f9e7e685976028c3ae920801166889248d4077d1ec7fb -size 11328 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index d2b8b615b9bcc118f68a6c697d48e20fc090d8af..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8076e8ed00f17a3f398f8d83dee0a9b55be8d4a5b9ffc9e970e756a662b1af24 -size 3704 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 1d158a68cba8a04e0f794326743a97d1b4bcb712..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b2a7f7fa6c1119c8ddc7a966a38fe1e408b9e35d9c8b304abe32952f7ef1c4 -size 97926 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 76ed4eefc272dcf69c2235c92b0d6d2e24255391..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df123fb3f031bcf0931ca96d6ef499bfc722651858de90244d1d7ccdcad8a09 -size 12392 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 4017376ae7b2cfd46a9d92a394149ee5d7b7e7d0..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ba7a0829499ade51b68d85ee826d6a971b003a5ab0a58469550bf0d65a278de -size 12423 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 02cfff2666a28aa49408ad4b7744ce11685b1bd6..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c894bc7c547d8ad506ee908cf9b6224cdd1ccf48d5545722e2e40a321b25fd -size 928 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index e69ad5b08d68e776b39285b80fa8d5765bd866fa..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b3ca2e334584ea0647a17ec5c6806e25bb9c622531ada7f22323efe7e3d12bd -size 6528 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 03eb64fd50ede51e67f57f76c248998960b59154..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ee3b3dbd7dceee59ef903c49618ca98ac2245d6b1eb0bc46e35e4738523b97e -size 928 diff --git a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log b/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log deleted file mode 100644 index a9c5c9ff26714f74736e04cd9e2184fd0d5f962e..0000000000000000000000000000000000000000 --- a/5090-Success/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1d07790c5fe6d7e3cc9c508362d7fdf83146459d15c740e73200cee7cfad5e0 -size 207084 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy deleted file mode 100644 index c1eba99c190b35936a1dc1c103c793c6a618dfcd..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a04bdf40ab88fa7f3fc6e465245872082abcb54cc1c3cd7408eff84e57748b3 -size 14634704 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py deleted file mode 100644 index 73dd755a2b4cf0caa882d2be87b40369bf915749..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(304887)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json deleted file mode 100644 index cf53c9beb81dfe01e7dcfde9e728538253680cc1..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb3c055fe5af03b4f66b16a2f63583e4b58bce1985d04fa592aa9d948f2869dd -size 228 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py deleted file mode 100644 index 0b0b3739c4fa329d2f1894f8381c93b9cdc2faa4..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib') diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv deleted file mode 100644 index 200d5d5caed9589e7c4a13636590e1ec6f3edfdc..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6083f86000462236dcf6dcbbdfe4579645b709d43e8e11b20b7184931330be29 -size 40968946 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib deleted file mode 100644 index d733697a56290132b46c79162a8372ca8fad2e08..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc1ae53419bbe308876f6536ed4fa1749f8b308c99da66f2e4c56f59cb44960 -size 160071237 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json deleted file mode 100644 index 1ec25624638584016e36065b34d40c9d257060e6..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b45b8b68881b2e61aefe5ec6c9081bd0f8299986684b0844985204673ad6768 -size 1371 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib deleted file mode 100644 index d733697a56290132b46c79162a8372ca8fad2e08..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc1ae53419bbe308876f6536ed4fa1749f8b308c99da66f2e4c56f59cb44960 -size 160071237 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index daca37ff46b5a65e7fda9154f5ad30f0cfdcbc5e..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c72ff0473a3e4d42dad399ccbdb6e25cab814c11f02c3a1babfb03fd5d70f458 -size 5400 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json deleted file mode 100644 index 7cb3421b996963fd41c3f121aef519903706fd25..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408ce089749673256334d045f8d0d2f13b1e3d8ed048d99c68f23f89a91263bc -size 932 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json deleted file mode 100644 index c8ea7108b5c7d2816046c1b511dae898013f8181..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b44c89ca50b40dc37bf1b28266fd14c3b020709ef8c6d5ae38fa246e4297920b -size 6226 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json deleted file mode 100644 index 475e8cd2079788a467ddd3e0951635da141ebb47..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e89433c46156f3f111984dddf9c88d61dbd5db535703c2031afcd9f358d0f978 -size 631 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index d5bfc535a3d62515f49eaee679de797e72979925..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35ce52253dedb822c1d968fd11d8565d4b3351c4f1b732049cff7e432322fadb -size 333 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index bdb935d3c4279b2656d1519b7a4650bcdbea45ec..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:814d621bf1b1c0ec95d1aa5eff0a0560302edc0cffb8e49201668f25e3ae0392 -size 6435 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json deleted file mode 100644 index 1ee73e08d9228dc7b89a994c4e5b82d138df1553..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36d25a7769c0cbf2fcdd4f1ea3c717718c21b7d7f3af2e7650de64254c8a17d -size 1160 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv deleted file mode 100644 index 60f06794190d5ae30c52339de8d35314cbbcd55b..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a031a23f36e6dec485a2c50a0314a1e7d92b0f084fe2fe226b068b2781783d -size 2143487 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv deleted file mode 100644 index 0b2402fec31a5a265e98680aef6ea40a037f14b5..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929bf5af6a31a08475878fb8f509e60d9b9aa0a48344ec40053e242f33eb15aa -size 17145673 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv deleted file mode 100644 index e576899dddbc20c2142f10c7293c6465a6255543..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd630014d7f4fb9141831d29ca94cf2849de0e2a950913df63df846778180600 -size 2143479 diff --git a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log b/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_gen.py b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_gen.py deleted file mode 100644 index f8e170b3eb73be2dcca28565dbf6409fabadad04..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_gen.py +++ /dev/null @@ -1,34 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SAMPLE_BATCH_SIZE"] = str(max(128, min(int(304887), 1024))) -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-m11-20260423_231520", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-m11-20260423_231520/model_500.pt", - "--num_samples_to_generate", str(int(304887)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-m11-20260423_231520") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260501_223239.csv") diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_train.py b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_train.py deleted file mode 100644 index 45b0ec43b6a060db3bc7560441e310d0549251ef..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-m11-20260423_231520", -]) diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/input_snapshot.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/input_snapshot.json deleted file mode 100644 index 12ae6042533dba9c40870aba77485cecd629c135..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21c4258f0851a81ad691efe3acd70f1116ace6b30454eec9af621036f971627 -size 1365 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/models_tabbyflow/trained.pt b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/normalized_schema_snapshot.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index daca37ff46b5a65e7fda9154f5ad30f0cfdcbc5e..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c72ff0473a3e4d42dad399ccbdb6e25cab814c11f02c3a1babfb03fd5d70f458 -size 5400 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/public_gate_report.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/public_gate_report.json deleted file mode 100644 index 7cb3421b996963fd41c3f121aef519903706fd25..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408ce089749673256334d045f8d0d2f13b1e3d8ed048d99c68f23f89a91263bc -size 932 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/staged_input_manifest.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/staged_input_manifest.json deleted file mode 100644 index 40d317eda1bfe5c334ca2674b2490b6ec82ee35c..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fd827fd15386f58eab52ecc74fc684172397f7c09d109f64e123839edfb2d17 -size 6211 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/runtime_result.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/runtime_result.json deleted file mode 100644 index 406a86ef239d6e9e35d3fbf826c27e8fecc99b88..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a8c7c3a75472f9cecd6e129136d4701adc2519cf632c30cdb59590ba19d0833 -size 468 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/staged_features.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/staged_features.json deleted file mode 100644 index 1ee73e08d9228dc7b89a994c4e5b82d138df1553..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36d25a7769c0cbf2fcdd4f1ea3c717718c21b7d7f3af2e7650de64254c8a17d -size 1160 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/test.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/test.csv deleted file mode 100644 index 60f06794190d5ae30c52339de8d35314cbbcd55b..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a031a23f36e6dec485a2c50a0314a1e7d92b0f084fe2fe226b068b2781783d -size 2143487 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/train.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/train.csv deleted file mode 100644 index 0b2402fec31a5a265e98680aef6ea40a037f14b5..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929bf5af6a31a08475878fb8f509e60d9b9aa0a48344ec40053e242f33eb15aa -size 17145673 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/val.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/val.csv deleted file mode 100644 index e576899dddbc20c2142f10c7293c6465a6255543..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd630014d7f4fb9141831d29ca94cf2849de0e2a950913df63df846778180600 -size 2143479 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_report.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 6e835307f2689add15f689305211c035842041df..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58d80f880c9e9071e3dc7944d550d1af6fc192beffd82bff3b2e023b0539c6b0 -size 324 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/model_input_manifest.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 3bac9ca4a446b80e07c9ce01937da01d70bbf1fa..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b54424706fddaa89ed4312a68da87a2abb4ba03d9e44938df07fcc3c5e7a59c2 -size 6411 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260424_001422.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260424_001422.csv deleted file mode 100644 index b7a045cc06213af8e3adc51cdeb809e9bfa450f7..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260424_001422.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69b0135a416176ffc34872af26c308c35c084528bb54563f23ba98fff22b1412 -size 5394096 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260501_223239.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260501_223239.csv deleted file mode 100644 index 74dc81eaf597b0c0cab5a1a388fcf311907d1342..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow-m11-304887-20260501_223239.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cb421861e8f053032cd98932d50fd57df819bf75077db5368a7461d4a49c3b8 -size 16449464 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_resolved_ckpt.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_resolved_ckpt.json deleted file mode 100644 index f91b7e09236f864096699c5916527e3287edd41e..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:074f6d6316d202a927524b24869793e4ceeb04cd140fa86a6fc74bc0da805cdc -size 357 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_train_meta.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_train_meta.json deleted file mode 100644 index 3bd1bdcd0eb06c349e99489a1e76f9bc4634b74a..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff14b68f0f41c72c800f827614f25da5d9609a39addd72d03a0ac09e23ef89fc -size 261 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index bf0afa51bff4b11a1aa0b6b405fdc7fe3c86d72f..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa80ec0de2a590f48810863f76d403d788e737397492b66702ce4716b3fb833 -size 1524608 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index a2ca076d9466d645773bf971b3400e81aee6a6d5..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a78503c9cba18dd962724db14a8b0efea06faf5f9d4011b56afefd0452414be1 -size 12195608 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index bda0df5cb93fb8fc338ddce6ee6a19620d01c6c5..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe0735e04e74288750796a89189b442878bf21267e5294d43fcaad3d9cfc2127 -size 1524528 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 4cf92dec6fe891ed06581fe355abfe6aaa8d317b..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce83b6c8109ac58aaf835023f601f6d61a67c9caab9a9a72136c44bd72c0dab -size 914816 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index b6f069f6ba3943214509bdb62b3a22991a3bed3a..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d5f5c8cae5f4eff29b6dddc227ad5e86666e96261d2c244dc799c8833de4e3f -size 7317416 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 02002490dc65e1d5babf3320b7de6b48ea9b37ea..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae1326f59d999706e475f0fbd264bc2f86ce218e5721d3c5534cd61cb8725f5b -size 914768 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/info.json b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index c2e41ac0184e432575d68120c2e2dc255a8e0b8d..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cdec9fd91a945b6df2ffe790234df4367c0f53f426ad38d817315b674bd19f0 -size 2294 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 8efab472f841204d5683293d40b15890f015ee0d..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae85fde193537efd1b6ef4092d3f55e523fc04249243af5a8b5d4f229ef5f66f -size 13345416 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 5c737748bdf4fb6b4470c2bd1e98155dcfda816a..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:297f902763e0d5cf8d15309beee12db9dccfeabfc1d5af691218b0088afb0e0c -size 1668135 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 2ff6bb8c28101c8e83c85868ed76399cf2d878e3..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:347aee99470d7375b881db424d6d9a650b39c6726b4c21d50f3acbe4449f232d -size 1668429 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index a87dec2ded09e6c029c2816c9e097e7e2f96c0ca..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8846776528a52ee85cd2a09b2f05c8e4f66d249fa5194cace16e914c9dcc76b4 -size 305024 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 1e862d97e5332ac4b6849944b9fcc839514c7cd7..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2667c7014e3dfcccbbfd9fb6e698a6d6b81478c60b908d90df31356e8622c88 -size 2439224 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 7bdaba1fb7bfa11381959b9ee0f620116668a740..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bafc39ca9e0e5ff4d6a3f1a4d7fa16f8f7724a5169ca2237627ada61c3ce8dfa -size 305008 diff --git a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/train_20260423_231524.log b/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/train_20260423_231524.log deleted file mode 100644 index adcf6b60f99e6ceed83b5ebae24a0d1867dab431..0000000000000000000000000000000000000000 --- a/5090-Success/m11/tabbyflow/tabbyflow-m11-20260423_231520/train_20260423_231524.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2902a33a33a2e9b921904f50cf4a093137de9ae2e375092d81fa8205870bcb80 -size 8282539 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_X_host.npy b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_X_host.npy deleted file mode 100644 index adf7790ed3b5f3fbf003c878147469425b445ed1..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2075e38ffa201390419d8ba927a30948410d3bae79c47b2d376e0991c42ba455 -size 62204 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_gen.py b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_gen.py deleted file mode 100644 index dbd899c4ed63eedc24382b25fe5ede0fbf5230a2..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m4/forestdiffusion/forest-m4-20260424_082033/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(2217)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m4/forestdiffusion/forest-m4-20260424_082033/forest-m4-2217-20260424_115613.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_meta_host.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_meta_host.json deleted file mode 100644 index 71f273dec055934faa5b092c25723453c4679e51..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19d0903021c8db0432f40ebb0ad4bc909b216f35419c2eb217766d73d8fe11d2 -size 108 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_train.py b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_train.py deleted file mode 100644 index 2954a8b50266f61bdfe8f35daaa1a5044016c89f..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m4/forestdiffusion/forest-m4-20260424_082033/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m4/forestdiffusion/forest-m4-20260424_082033/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m4/forestdiffusion/forest-m4-20260424_082033/forestdiffusion_model.joblib') diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forest-m4-2217-20260424_115613.csv b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forest-m4-2217-20260424_115613.csv deleted file mode 100644 index d3d4330d5b8c7c658669cb7ae36d8aec13d8ec83..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forest-m4-2217-20260424_115613.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e69b4d4485c1d109f80228208391b8f4f32bf7f87122f406603c9aac35b72b -size 184227 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forestdiffusion_model.joblib b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forestdiffusion_model.joblib deleted file mode 100644 index eff1f2d3ffa9d4ff08ef7abeae3885afae530768..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11b2f14957d292d57060a3a0913d3f25ce118458d2b5117514284b739117c41d -size 83389245 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/input_snapshot.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/input_snapshot.json deleted file mode 100644 index 361294f7901549003bc4448e56464ed1997203fd..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:337eb7d1fbe8ac301ee91ee91bfaf9b0ff696bd11032562682cd1d26743d1fbe -size 1353 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/models_fd/model.joblib b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/models_fd/model.joblib deleted file mode 100644 index eff1f2d3ffa9d4ff08ef7abeae3885afae530768..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11b2f14957d292d57060a3a0913d3f25ce118458d2b5117514284b739117c41d -size 83389245 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/normalized_schema_snapshot.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index c8fab9f97d9bb7d961fd7ca8df3db3ee3b89c559..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:147188e89a0542cf3b022c634e88c2d00f2d4ee70b9581034df8ccb87204eee8 -size 3234 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/public_gate_report.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/public_gate_report.json deleted file mode 100644 index 3ba425c0295fd3913f34c9ecacaa75a9f3480422..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0702b19d99842cbfdf9f959fe1c2f900eb3015c64394b65c36c2b1d68433f524 -size 910 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/staged_input_manifest.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/staged_input_manifest.json deleted file mode 100644 index 310632b674b668aeffbc63be70e32323500aa5ae..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b83ac284e47dec33f17aa7876ffe0256da0a47519ad4b812f958c54bd1f9ba0 -size 4050 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/runtime_result.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/runtime_result.json deleted file mode 100644 index 28b24b8a169dd7211e131bce61f8a3925e35de6b..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e298faaaf8cfe40a8f17e9f85bc522bd8bce4adb8401b92741eee89144ea6f28 -size 622 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_report.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 93b3fbfc96d6fc0e66ac5737e4c511ec20ccec95..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:092b5f95a7d91eff7fbcfc04b041f3579be48852e696ec2fdec365db12a8d8b8 -size 331 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 2600eaaa9a4dcafb5c204ef255c22833f5cc1e47..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3970e3231b60e2354c3c01fcc9c0fcde9ab2c0413c613ba0e90428dab9f9d7c5 -size 4257 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/staged_features.json b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/staged_features.json deleted file mode 100644 index 30395f55d04feab13ee578ba9fa1ff4fc8046aeb..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1207bcd03560fd5e534c9b55e7ef32d0bf5bf1ccb7c37782749c850b76b062ef -size 644 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/test.csv b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/test.csv deleted file mode 100644 index c88a2e7cfcd715bb421cb56eb078033da45c4dc8..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c541b677fb2d45c5bc79338eeee9fd8c91484b195a0c2c546c2fbabf113b7ea -size 11298 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/train.csv b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/train.csv deleted file mode 100644 index 5a05019d786529e0617291766c4fbe016ca01bf5..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614ebfac5f41d6f661aff675fa18c0f933a8d9bcc77ea71b7b2360c2f0155837 -size 90069 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/val.csv b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/val.csv deleted file mode 100644 index d78fe5ad1537c437ba9ac2629f2aa60a6c17e708..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55f5edbe7942ff01630de91a9c70dfbc6445eba76c7b970350364546b67c2d7 -size 11218 diff --git a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/train_20260424_082033.log b/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/train_20260424_082033.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m4/forestdiffusion/forest-m4-20260424_082033/train_20260424_082033.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_gen.py b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_gen.py deleted file mode 100644 index 1f0af53dea2fbd6706f6f1e40639793daf74a0d8..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(2217)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow-m4-2217-20260420_095345.csv") diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_train.py b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_train.py deleted file mode 100644 index d30ca5b8d67b65263283e492ea46903c7b282f66..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/input_snapshot.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/input_snapshot.json deleted file mode 100644 index 162245fce98b8bc7f34166c981038f1d6c6a08bc..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d781639f363ee54404aab1619256b7f65bdb4534182a76b333cac0bd32154478 -size 1347 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/models_tabbyflow/trained.pt b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/normalized_schema_snapshot.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index c8fab9f97d9bb7d961fd7ca8df3db3ee3b89c559..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:147188e89a0542cf3b022c634e88c2d00f2d4ee70b9581034df8ccb87204eee8 -size 3234 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/public_gate_report.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/public_gate_report.json deleted file mode 100644 index 3ba425c0295fd3913f34c9ecacaa75a9f3480422..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0702b19d99842cbfdf9f959fe1c2f900eb3015c64394b65c36c2b1d68433f524 -size 910 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/staged_input_manifest.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/staged_input_manifest.json deleted file mode 100644 index 0e279aa7692ec746ca713ce97b43a0a8a843a3c2..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:564a75b250b8ebdc07776a1e1a583bb87bb83ed77bb06ed340643cf08a097ed6 -size 4035 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/runtime_result.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/runtime_result.json deleted file mode 100644 index b00fabd5747b8497c1feef5cc23b06db20edd434..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:601f1568e897d9d65c27d216fc2a7a3409b223379909686b82342a8ae74dc50b -size 621 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/staged_features.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/staged_features.json deleted file mode 100644 index 30395f55d04feab13ee578ba9fa1ff4fc8046aeb..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1207bcd03560fd5e534c9b55e7ef32d0bf5bf1ccb7c37782749c850b76b062ef -size 644 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/test.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/test.csv deleted file mode 100644 index c88a2e7cfcd715bb421cb56eb078033da45c4dc8..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c541b677fb2d45c5bc79338eeee9fd8c91484b195a0c2c546c2fbabf113b7ea -size 11298 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/train.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/train.csv deleted file mode 100644 index 5a05019d786529e0617291766c4fbe016ca01bf5..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614ebfac5f41d6f661aff675fa18c0f933a8d9bcc77ea71b7b2360c2f0155837 -size 90069 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/val.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/val.csv deleted file mode 100644 index d78fe5ad1537c437ba9ac2629f2aa60a6c17e708..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55f5edbe7942ff01630de91a9c70dfbc6445eba76c7b970350364546b67c2d7 -size 11218 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_report.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_report.json deleted file mode 100644 index b9d3f0e11ce40b3458db5dbd9870dd5bbf0af78b..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a430042ea49c97cb8fcfe93d587b86dd58993d2786d738bbb82b6675a0e7a3 -size 322 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/model_input_manifest.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index d3c53049ceba2cd883567631d303b1031b58f9fd..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf834584a4710f8ebde3892f7b6de342b514379071326acf802b016ccd9cc5bf -size 4233 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow-m4-2217-20260420_095345.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow-m4-2217-20260420_095345.csv deleted file mode 100644 index d44d8b78324b4182cc10e8b9c49963881969ba26..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow-m4-2217-20260420_095345.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2416dd4c72c6fe820ec8ed5b9c49c5fbad41e7dc38a28c6c6d7109081024c41 -size 83951 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow_train_meta.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 4544a5b89be2203559d1e8fdbe867f36c9f3f509..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f92b4fe1b6f6a7e8b75f9e2ebf047f5298c7ce734c139f35638aeda1a5314a -size 6800 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 2f6b8b23f5768174aab4879e2a30371e9a3d0ead..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91af7ac26382e392a70536d3dbb592c04ba5e4f495d1e3c364416b9ef704a07 -size 53336 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index cb706108ade3c5d6416a05825439dc4309ec641f..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004e8bf92145bffddee12866c74455e4b884195a628930c3fe4dc9359243f773 -size 6776 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 8f9604e2ce1fc893f8a932095f827c62a1ff299a..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63e35960a09a43bfe5ceef4299f2f2901660f44e2972722af84f6e52c3e098bd -size 3464 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index dc149960a879e21fd1aeed7de2419851175627e7..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a21bd2fd5a226c07d543ddf78616a8edb2d52b51097fc7a5df5b05612267af8 -size 26732 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 38a98a26bb928be42bc221e19eb10b0d4bdbe678..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8398984820c3096d718d443b9ed20ff78f89ce9be2b105c65909c3616341cee6 -size 3452 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/info.json b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index bec1d404214179478ef6f94b70a026affc2a52e3..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a63941a2ab9a432ddb3f1237608d05bec0ffc7c5eb4d72c63fec7d2a3ca1d1 -size 1456 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index ab71e7c5ecd4296f901b173ac72b2c1946964b3e..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3a6e5900c421558df255d227673da1f6154e4038dd39a9802b68ec1bcd51b9 -size 60802 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 42539015b1047bc518a172b6bcf4a409ce6c07c3..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d4229a793997493886444d5d34ab519b97cd052c7a70a60d08681b74e6aa36 -size 7644 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9661264989ce35c802bf5cce3e63cdd53ac1fda5..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02fa322ffc62bafa53a080b22708ab64ddf27d90b683dbd15948343861a342f1 -size 7579 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index ae4cdcb76fd50119d7954fe377a4866bc9fe48b9..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09f54c8885fb83499b365b415595ca846914866db83784efc95836573368d94f -size 1240 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 717f965e62bd5595d6df01d1ad7851fc5768dc29..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c64fea6ad5ed2f8441ef5212c726195dbf53e1c81298427bddd18eb20e35cf2 -size 8996 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index a709c2cea7c44d516c09d485d828c486a4aeaaae..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6addf26dcc0b888bcb58f70db617a14fb821602eab65c3a7e66934c317b9c03b -size 1236 diff --git a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/train_20260420_094753.log b/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/train_20260420_094753.log deleted file mode 100644 index c46da7fcc33bdc9664814534263dff1895088c7a..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabbyflow/tabbyflow-m4-20260420_094753/train_20260420_094753.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e832ac576e67cc5080d4f9ff6c1801d4f3ce67b9d6ed9596f1633fc23e3eac -size 287597 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_gen.py b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_gen.py deleted file mode 100644 index 2d13a49722cba430f95761f69b896175f8e28c8b..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(2217)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff-m4-2217-20260420_094745.csv") diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_train.py b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_train.py deleted file mode 100644 index fe316a2f21b74ae51b26c9ab355439faddcb89ac..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/input_snapshot.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/input_snapshot.json deleted file mode 100644 index bf25a83e28275bb7090eaee080d74e01d52047f9..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66105a4fac0bdd7a80ba4587fcd9fbd1f41b7d4840909d496ad348830329806d -size 1345 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/models_tabdiff/trained.pt b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/normalized_schema_snapshot.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index c8fab9f97d9bb7d961fd7ca8df3db3ee3b89c559..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:147188e89a0542cf3b022c634e88c2d00f2d4ee70b9581034df8ccb87204eee8 -size 3234 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/public_gate_report.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/public_gate_report.json deleted file mode 100644 index 3ba425c0295fd3913f34c9ecacaa75a9f3480422..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0702b19d99842cbfdf9f959fe1c2f900eb3015c64394b65c36c2b1d68433f524 -size 910 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/staged_input_manifest.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/staged_input_manifest.json deleted file mode 100644 index baa0bcff22ba8cfcbcb147f62382290f3a24b64f..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bfa83183ffeaf5baade2c06a44872085fec17e4374cd7d58f27317f5e63d467 -size 4015 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/runtime_result.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/runtime_result.json deleted file mode 100644 index 61e871b88186b7752c0a7c1f0774f8af9e626e52..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fed5db41fe5ef4e8bd469ebcd7670fffff7034e2a2517753ba8c4d0031c7e4f -size 605 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/staged_features.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/staged_features.json deleted file mode 100644 index 30395f55d04feab13ee578ba9fa1ff4fc8046aeb..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1207bcd03560fd5e534c9b55e7ef32d0bf5bf1ccb7c37782749c850b76b062ef -size 644 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/test.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/test.csv deleted file mode 100644 index c88a2e7cfcd715bb421cb56eb078033da45c4dc8..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c541b677fb2d45c5bc79338eeee9fd8c91484b195a0c2c546c2fbabf113b7ea -size 11298 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/train.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/train.csv deleted file mode 100644 index 5a05019d786529e0617291766c4fbe016ca01bf5..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614ebfac5f41d6f661aff675fa18c0f933a8d9bcc77ea71b7b2360c2f0155837 -size 90069 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/val.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/val.csv deleted file mode 100644 index d78fe5ad1537c437ba9ac2629f2aa60a6c17e708..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55f5edbe7942ff01630de91a9c70dfbc6445eba76c7b970350364546b67c2d7 -size 11218 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_report.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_report.json deleted file mode 100644 index c2c65dd694c83f25e7686f36c2e37281ed95f1d4..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41a2b425b97fa542934bdac1486fb283de7d2f19786fae11246065a56cc6a409 -size 316 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/model_input_manifest.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index c37661e41934696a442eff3b89726ecd2a77c117..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2fb26ec09dac055a6ae1e29a278b1a0c62869fe6aeb4877b97c21a361e04f0a -size 4207 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff-m4-2217-20260420_094745.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff-m4-2217-20260420_094745.csv deleted file mode 100644 index c5b38a2e6aa47a6e48f3fff6b3a7eb6ca8444b16..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff-m4-2217-20260420_094745.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abe6d0f74e5213f848e6a43b80e37a09f7165f0b7cca715101a5470cc4eea121 -size 83829 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff_train_meta.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 4544a5b89be2203559d1e8fdbe867f36c9f3f509..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f92b4fe1b6f6a7e8b75f9e2ebf047f5298c7ce734c139f35638aeda1a5314a -size 6800 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 2f6b8b23f5768174aab4879e2a30371e9a3d0ead..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91af7ac26382e392a70536d3dbb592c04ba5e4f495d1e3c364416b9ef704a07 -size 53336 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index cb706108ade3c5d6416a05825439dc4309ec641f..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004e8bf92145bffddee12866c74455e4b884195a628930c3fe4dc9359243f773 -size 6776 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 8f9604e2ce1fc893f8a932095f827c62a1ff299a..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63e35960a09a43bfe5ceef4299f2f2901660f44e2972722af84f6e52c3e098bd -size 3464 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index dc149960a879e21fd1aeed7de2419851175627e7..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a21bd2fd5a226c07d543ddf78616a8edb2d52b51097fc7a5df5b05612267af8 -size 26732 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 38a98a26bb928be42bc221e19eb10b0d4bdbe678..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8398984820c3096d718d443b9ed20ff78f89ce9be2b105c65909c3616341cee6 -size 3452 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/info.json b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index bec1d404214179478ef6f94b70a026affc2a52e3..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a63941a2ab9a432ddb3f1237608d05bec0ffc7c5eb4d72c63fec7d2a3ca1d1 -size 1456 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index ab71e7c5ecd4296f901b173ac72b2c1946964b3e..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3a6e5900c421558df255d227673da1f6154e4038dd39a9802b68ec1bcd51b9 -size 60802 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 42539015b1047bc518a172b6bcf4a409ce6c07c3..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d4229a793997493886444d5d34ab519b97cd052c7a70a60d08681b74e6aa36 -size 7644 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9661264989ce35c802bf5cce3e63cdd53ac1fda5..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02fa322ffc62bafa53a080b22708ab64ddf27d90b683dbd15948343861a342f1 -size 7579 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index ae4cdcb76fd50119d7954fe377a4866bc9fe48b9..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09f54c8885fb83499b365b415595ca846914866db83784efc95836573368d94f -size 1240 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 717f965e62bd5595d6df01d1ad7851fc5768dc29..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c64fea6ad5ed2f8441ef5212c726195dbf53e1c81298427bddd18eb20e35cf2 -size 8996 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index a709c2cea7c44d516c09d485d828c486a4aeaaae..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6addf26dcc0b888bcb58f70db617a14fb821602eab65c3a7e66934c317b9c03b -size 1236 diff --git a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/train_20260420_094159.log b/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/train_20260420_094159.log deleted file mode 100644 index 3701955aa4d6652cc3caada6f751ff311115c941..0000000000000000000000000000000000000000 --- a/5090-Success/m4/tabdiff/tabdiff-m4-20260420_094159/train_20260420_094159.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e90add7dd223eefedcb24cbdc038073376fc62df56e562c22c4d5372d001b5 -size 290547 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy deleted file mode 100644 index 1123db7071140cc279e7081e4671071ab5a24deb..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a92ece4c8f221d47b0441317bf565d760f9973201c90f0b6775b5e014a42207 -size 523900 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py deleted file mode 100644 index e771a622799f7d6edf7d70627a01fca40a65ee64..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(3539)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json deleted file mode 100644 index 653a1e6aea87e77e6740d4ed4489d03cd1a63d51..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55aa79bc97296cfecc44933770992a6395c642f5eb525ec0ee32c4e874a6ce07 -size 1052 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py deleted file mode 100644 index f0f5cd3e4d1037b7144af88137db812a04e6535e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib') diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv deleted file mode 100644 index 0efdecd8b7e72734343bee60630b41c404334ec8..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530c27019bc97a28c3ffc80b11e34d684e0396eaa21b94a8dee30781eb723505 -size 1168528 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib deleted file mode 100644 index a32789fa7a053414e8c5e45060cb571facf750e7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05990ed0dd1fa6b08cd39caf7ae33831ef21aa17f7f38c9784400ad94f3e3f7 -size 337390755 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json deleted file mode 100644 index b590b358bbcae2d4f8f5e8ea3cf72ab9696c4c6e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba2250b12f81f58dee0044faa1ccffecac1916d4d672fa6e8b1413aab7a98918 -size 1356 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib deleted file mode 100644 index a32789fa7a053414e8c5e45060cb571facf750e7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05990ed0dd1fa6b08cd39caf7ae33831ef21aa17f7f38c9784400ad94f3e3f7 -size 337390755 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index dfeb781c3c884105a34fc2f9b8a3360fd48e93dd..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0842181000270f831fc5a634584366b305768795ef2b8fc37cfa7354cc8dd261 -size 17113 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json deleted file mode 100644 index e7ac21c2984fa89372c5e53568fe3ef7a1a243ab..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801e82b3277060405c0fd96aa18ff7e560323da1c51e3eee5e41a755a2f053b0 -size 913 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json deleted file mode 100644 index 3b2073f6714183d8295182084bca33ce1dbd4b2e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da68545e2b55ca6884adfe5730d077daca4ca9f71946e3e8ec3f401c26d9b7ff -size 17929 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json deleted file mode 100644 index fe7921ace591ffdd82bc2bcc5e477549218a8127..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8b017fdd7a1aafe097b6afd5dbfa2d47bfab052b3099b57bfbe70e48e4ddbd -size 622 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 305433bc0568f211d2e8ed78f774183dcccbc878..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf06140779d1170df21a595222c02e2133230a0b979c567920d60c33b7bab0ac -size 331 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index ee18ec004521f9b6d4ea6e81ebbee2116f58cba6..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b6e54d50be2050b57f784329bc72c1d0a94cd8ef62c7762ad37e237fd4f6ec4 -size 18136 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json deleted file mode 100644 index 64bbb87f1da4bb2835aecc843612e1b9b08021a6..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a -size 4027 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv deleted file mode 100644 index f03d3058f21523994e0429f6919fa3b04d35580c..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c -size 53943 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv deleted file mode 100644 index f804ebbebaecb3232ce4ae4749287bea90b09003..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f -size 422717 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv deleted file mode 100644 index 79d7c32196ec171999137f0f7e4e6752e6bc3e4d..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557 -size 53889 diff --git a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log b/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_gen.py b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_gen.py deleted file mode 100644 index 2d6ecb46accf229ffba81529499f356a2fb5255e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(3539)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv") diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_train.py b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_train.py deleted file mode 100644 index 51ddd0bd0d7c67641a5d07fa52973da342f6a23a..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json deleted file mode 100644 index 58a85cf5076276742c65c78450dcbc864d254b34..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f0b8900f5606c420b525276f68dc0edcf681cbdc9b58cc9a2a9b0595a93f392 -size 1350 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/models_tabbyflow/trained.pt b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index dfeb781c3c884105a34fc2f9b8a3360fd48e93dd..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0842181000270f831fc5a634584366b305768795ef2b8fc37cfa7354cc8dd261 -size 17113 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json deleted file mode 100644 index e7ac21c2984fa89372c5e53568fe3ef7a1a243ab..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801e82b3277060405c0fd96aa18ff7e560323da1c51e3eee5e41a755a2f053b0 -size 913 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json deleted file mode 100644 index b12d5ac9e6af716b07b6c967e6ae09fc1a5af9a1..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5595de4b178d18f2d183100b77c46cceb874efcc70c2def59a52febec700e8 -size 17914 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json deleted file mode 100644 index 9a882559a7f1a3f92cbf830278f24e2b3824bcab..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6160c1820ca28113add650e3ddd951eae70208c0a78fc47ded992c05a53ddc43 -size 621 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json deleted file mode 100644 index 64bbb87f1da4bb2835aecc843612e1b9b08021a6..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a -size 4027 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv deleted file mode 100644 index f03d3058f21523994e0429f6919fa3b04d35580c..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c -size 53943 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv deleted file mode 100644 index f804ebbebaecb3232ce4ae4749287bea90b09003..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f -size 422717 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv deleted file mode 100644 index 79d7c32196ec171999137f0f7e4e6752e6bc3e4d..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557 -size 53889 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json deleted file mode 100644 index ecb191d6a5abf6407a8be04f2d0db80afcf299ec..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:addfbb04d78efc024d1a0e0496fa42f59890871f913af43d9209ed8fc5fb9919 -size 322 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 0dd07b722c168fd3e8ef5c8d36df74d1ea86978f..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e31df55818feda5e0777caee1128272d0c07e36d2268e5a833d05b98d17fc6d -size 18112 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv deleted file mode 100644 index b70e2fce4b1898477162d36b296798a6f1ce34c9..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17af7be0f07de5bd9f9e364ccd7f34f83ea03840f78fde5df13b25bdc94220e4 -size 520877 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index bbd96eeff22120733a3edafe7e9c3d617d3a28b8..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a88290bb21923265cf0ef1b80f895a3e9c05948831b98640262e7fd001bdb598 -size 28480 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 528ff12a2de8c7f3105c034c67931809936ef661..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a03fbf6df4a4eac29023c548b18d1662eebbb5b7eb090384d305990fa27da7 -size 226624 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 1dc5752d64464e1f313f67d7a7b27ac85f9300ae..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54cbae7ec4e56f5750ce1b81643c999c48775290a9db5689d13ae90a9e81481a -size 28416 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index b6904a8cdb4cbca28e934f590ba4904dee28dedb..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59624133c968e19d1c08a83bb4e5e51891b9c7d7fc34d38da0bb4841ad2f0e18 -size 49744 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 4a685e0fa3dc253b1154f19a4314f24095c2351f..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5692fb1a4675971a5c761d985237b9a5846dd3fbd274cfe101f7f949505ee7d -size 396496 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 006898d9a2b1ddbf7512bd3036ac6232b7c896d0..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4577adcac3be4dda98ef6f641efd402981f7a4aac7d3e9d13185db4a8ac60f8d -size 49632 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index efdc74ccf50d01d711aca6f6a2a841102b8fbfe7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ccddb01e4d280b04f7e70358fb37011a3ffd52abfd185e40cb8f5b58e7cf08d -size 7456 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 65320ddfc0313575f8ce59dc3afdc3572bf8820b..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2654d04f887cc9661543c0efc4531b2602b7512e09171aae8160c5d3426ca241 -size 422717 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index ba81406f92411f3d749444b1234dde6998fd22d2..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b939affbd7b8e879f26f79f37d403598a57698eb8492d9dcaafcc0197e8c1b1 -size 53943 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9f456c577f41a60c03a15515ed6b728f4c9a1620..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d73beaeb6ba214f5af66f03d2ffd126a9b445befe97cd3541ac8d332908783f0 -size 53889 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 0b5dc93c66942c93506031d67b6554ea2b013284..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4c3f572a936504aac0f43c6acdc4dac4845324705b43e5ab0e71bf3d62579d -size 3672 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 9ce696bbabf38f3885ae44f1f9c4ed08b6da442d..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab031f3326755e790d2443975f7f66ce7f45ca0de47ccdcf9f6d8bfd8a6b15f -size 28440 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index c872e523ca1d3f7470b35b79e3ec5e55479fa3a7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0c05e3f5eb696670968d1e70f6e895cff559c2c7cdc47e297f8ffc11e1bfc5 -size 3664 diff --git a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log b/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log deleted file mode 100644 index 13b815d5e80c68ca12daab36bbd4c8a53dae2dac..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:495d1460a6d359a04d4d485bee6d699beabc2aad73171f2fa042fba7e825fd5f -size 288733 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_gen.py b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_gen.py deleted file mode 100644 index aaeb7b649080bc38ae85f7811fe9f25691b7a5df..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(3539)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff-m5-3539-20260420_100208.csv") diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_train.py b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_train.py deleted file mode 100644 index 988f7dcb10fb13ecad0c9a988cae0455b4d3b107..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/input_snapshot.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/input_snapshot.json deleted file mode 100644 index 97539e81222e76417f8b9c5cbdd72a6a68c53ba1..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5284df831c8565fa46a4a1664c744a27bdbf22b261ceb897e73f1bffa8dbf8 -size 1348 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/models_tabdiff/trained.pt b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/normalized_schema_snapshot.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index dfeb781c3c884105a34fc2f9b8a3360fd48e93dd..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0842181000270f831fc5a634584366b305768795ef2b8fc37cfa7354cc8dd261 -size 17113 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/public_gate_report.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/public_gate_report.json deleted file mode 100644 index e7ac21c2984fa89372c5e53568fe3ef7a1a243ab..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801e82b3277060405c0fd96aa18ff7e560323da1c51e3eee5e41a755a2f053b0 -size 913 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/staged_input_manifest.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/staged_input_manifest.json deleted file mode 100644 index 42d3fbaaecba6d409811e285d324ab6c0d4cbb33..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f88734ffde601aa32344f2a89b09a9f9730e22270a5731a72ec88471bcc6397 -size 17894 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/runtime_result.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/runtime_result.json deleted file mode 100644 index 050506490e81fb7062ff426c3d127ec3838b71fd..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db8a9de0ee17926e67d3b788969248c1e055ce06bfcafa4512ee31a6285ef6ad -size 605 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/staged_features.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/staged_features.json deleted file mode 100644 index 64bbb87f1da4bb2835aecc843612e1b9b08021a6..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a -size 4027 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/test.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/test.csv deleted file mode 100644 index f03d3058f21523994e0429f6919fa3b04d35580c..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c -size 53943 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/train.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/train.csv deleted file mode 100644 index f804ebbebaecb3232ce4ae4749287bea90b09003..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f -size 422717 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/val.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/val.csv deleted file mode 100644 index 79d7c32196ec171999137f0f7e4e6752e6bc3e4d..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557 -size 53889 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_report.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_report.json deleted file mode 100644 index ac05ddafb80450843118bac0157985d37a628282..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99ea5fa306cb3f40431baf4fc1def1ba37c2cf699210ca5b2992ac8900cd3cc4 -size 316 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/model_input_manifest.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 97e0b87fdd2bad3710e6d52d99da3bd79ca3a53e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ff1cf2b9e6c99b728cbd27712fcd238fd95249cc9e87aa4709b323547675bc -size 18086 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff-m5-3539-20260420_100208.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff-m5-3539-20260420_100208.csv deleted file mode 100644 index 3ba39bc2225f45ee229205999699a55360214e6e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff-m5-3539-20260420_100208.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50bf96c57b3dc66497173dd245d68fbb66d10dd164e5f6b6d17222f69eed8ff9 -size 586781 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff_train_meta.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index bbd96eeff22120733a3edafe7e9c3d617d3a28b8..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a88290bb21923265cf0ef1b80f895a3e9c05948831b98640262e7fd001bdb598 -size 28480 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 528ff12a2de8c7f3105c034c67931809936ef661..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a03fbf6df4a4eac29023c548b18d1662eebbb5b7eb090384d305990fa27da7 -size 226624 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 1dc5752d64464e1f313f67d7a7b27ac85f9300ae..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54cbae7ec4e56f5750ce1b81643c999c48775290a9db5689d13ae90a9e81481a -size 28416 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index b6904a8cdb4cbca28e934f590ba4904dee28dedb..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59624133c968e19d1c08a83bb4e5e51891b9c7d7fc34d38da0bb4841ad2f0e18 -size 49744 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 4a685e0fa3dc253b1154f19a4314f24095c2351f..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5692fb1a4675971a5c761d985237b9a5846dd3fbd274cfe101f7f949505ee7d -size 396496 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 006898d9a2b1ddbf7512bd3036ac6232b7c896d0..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4577adcac3be4dda98ef6f641efd402981f7a4aac7d3e9d13185db4a8ac60f8d -size 49632 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/info.json b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index efdc74ccf50d01d711aca6f6a2a841102b8fbfe7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ccddb01e4d280b04f7e70358fb37011a3ffd52abfd185e40cb8f5b58e7cf08d -size 7456 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 65320ddfc0313575f8ce59dc3afdc3572bf8820b..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2654d04f887cc9661543c0efc4531b2602b7512e09171aae8160c5d3426ca241 -size 422717 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index ba81406f92411f3d749444b1234dde6998fd22d2..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b939affbd7b8e879f26f79f37d403598a57698eb8492d9dcaafcc0197e8c1b1 -size 53943 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9f456c577f41a60c03a15515ed6b728f4c9a1620..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d73beaeb6ba214f5af66f03d2ffd126a9b445befe97cd3541ac8d332908783f0 -size 53889 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 0b5dc93c66942c93506031d67b6554ea2b013284..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4c3f572a936504aac0f43c6acdc4dac4845324705b43e5ab0e71bf3d62579d -size 3672 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 9ce696bbabf38f3885ae44f1f9c4ed08b6da442d..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab031f3326755e790d2443975f7f66ce7f45ca0de47ccdcf9f6d8bfd8a6b15f -size 28440 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index c872e523ca1d3f7470b35b79e3ec5e55479fa3a7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0c05e3f5eb696670968d1e70f6e895cff559c2c7cdc47e297f8ffc11e1bfc5 -size 3664 diff --git a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/train_20260420_095611.log b/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/train_20260420_095611.log deleted file mode 100644 index 38e8318c0765cd77f0f647322b07ff3d35b240d7..0000000000000000000000000000000000000000 --- a/5090-Success/m5/tabdiff/tabdiff-m5-20260420_095611/train_20260420_095611.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2e51b0c61e14a940a98043ece60522d32040bf3eab26e3c452ab6083960949e -size 293668 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy deleted file mode 100644 index 0d82db534252879885bb76203b24c28042ad30b3..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fa2899613f48fe7b0c0ca2c518ce2896ebd26e7d2025b33665328cc8ad9b42 -size 196352 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py deleted file mode 100644 index 2966e08f795e9a64c23a7db3a238044090631c1d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(4088)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json deleted file mode 100644 index e225dae4d3c580b150ae5722d9b65615fe5cb610..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e86e81c60fa31a4473bb91b1b00fb093c18ac84eb6c4ef84814633cf71aa5cc1 -size 216 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py deleted file mode 100644 index 78fa3606575c7d77a9b916d4a92f943a7ea74e7a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib') diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv deleted file mode 100644 index 617cd289cdd32beca0e5f7f42a5a98caa54c6bd3..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2d50bc674888a2a810d641033cf5f014b6059a90562d2fb884ffd0ae8b4dfc4 -size 470216 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib deleted file mode 100644 index bbc943f68145365a93e3b161c20b10f08b9fd5ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abf0214dab20cdd68dc06d6974be465f52c4df6f11b85e385c6c13e9ae1498a -size 158833936 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json deleted file mode 100644 index 2142a92334b1ac37f6a5b397d70ac8455395b574..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372bfa9a69ff241c2696555d1f6a8c95bba2b11a483d8ded0c87fc00c4a4ff0f -size 1354 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib deleted file mode 100644 index bbc943f68145365a93e3b161c20b10f08b9fd5ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abf0214dab20cdd68dc06d6974be465f52c4df6f11b85e385c6c13e9ae1498a -size 158833936 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index a305ef20cc51046acda7ff03d7a76b92159a7852..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 -size 5416 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json deleted file mode 100644 index f71361b37e3dbba347c2e0f97cd11f646f0bf4a6..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb -size 921 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json deleted file mode 100644 index 6b35f7480a11966ee49d7c5791879c84989f047d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63c30d5d7ecb7128feb19d762e3f17da4121131be158f8ba15c290583c96985 -size 6232 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json deleted file mode 100644 index 43a576afbe3de70c7824d8a4f09346f69a20eb0f..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e243701f84839d2d58dec3430d5c9388ae35ad5716407e72ee8b86f3afa8864 -size 622 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index a0737f1fca1e0fad44d5760c2bbff3e377585459..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7637a69da8c74e9327b9baa28bc3e8254e93c13c98b9fd99c465ba6ff9c4f5ac -size 331 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index b189fdb68632014d96a3e98276560a40391b6ad9..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:705efb94b2e930bdddd3850dfb46ce4f4c182e22bf3d39a67740cb5b28ab756a -size 6439 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json deleted file mode 100644 index 5518e0fa9584adb762220ce9a013055666bbaa9e..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 -size 1144 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv deleted file mode 100644 index 62356a4507e26f001358cade2a3cfad46c7591ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 -size 32934 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv deleted file mode 100644 index 78eb5ca5098b2cee8ce1f772367c8fdaa201276a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d -size 262059 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv deleted file mode 100644 index f2126589cc12e5c467611c829c49647b48fbcbe2..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 -size 32704 diff --git a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log b/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py deleted file mode 100644 index 754997b01eb672761319da3c4b0448de3e61847b..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(4088)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv") diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py deleted file mode 100644 index 8ee1726446a01d77905a67d490c32682717f29d2..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json deleted file mode 100644 index b9ac815305a4d84859de8e51e71852f84e523392..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0b3d12e1d9a6069c30ac54441859e7d444ba4f937f73bed113b7a78655d1afe -size 1348 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index a305ef20cc51046acda7ff03d7a76b92159a7852..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 -size 5416 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json deleted file mode 100644 index f71361b37e3dbba347c2e0f97cd11f646f0bf4a6..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb -size 921 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json deleted file mode 100644 index 0fc2399dfb59c3ccfe06bf64a75d078811b77ea2..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ae0579cea26d0cbc934a0439d174370733df6ac40c76d0e464cc9b605bde05 -size 6217 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json deleted file mode 100644 index ccdff2a6516f161bb3c145f1e3b78ac816ed1d1d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94388f8af8b950da72d1bb4c0dec876aecc29432deac0be2a0d0bc3eb8fcf7e3 -size 621 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json deleted file mode 100644 index 5518e0fa9584adb762220ce9a013055666bbaa9e..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 -size 1144 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv deleted file mode 100644 index 62356a4507e26f001358cade2a3cfad46c7591ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 -size 32934 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv deleted file mode 100644 index 78eb5ca5098b2cee8ce1f772367c8fdaa201276a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d -size 262059 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv deleted file mode 100644 index f2126589cc12e5c467611c829c49647b48fbcbe2..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 -size 32704 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 096e27c1945e59c2c7e3075722620a020558cf2b..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d0a37eeac7b4181d1c4d49340edf01fbbef3954abe30552c65a43fd13a670e -size 322 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 6f80441902a8c52e422de0f9a45db391bcf6324b..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9754d8b21a0dea39acb45c54ac23c759923ac7457ec7fe35977b133fc880681c -size 6415 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv deleted file mode 100644 index cace8ef6026f1a98861a41b5e3689aa662051260..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03f80c120ba235f90337ad7cdafe01b2f6562638c3cd6d42b02bd49e29bd5eff -size 323130 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 23d3f841448924067432a90e70aa643fc96afc51..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e79d348c0c3210c38a194fb7a9fda38e3ea640326557f24c91009a537dcb819 -size 28744 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 22e66cc024d9b5074441448f37a305cc02e2220a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77eabddf51b42a34df2c46915bd3f7823d70992a87a7b4348f0d965ea2758720 -size 229056 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index d45beb74ac76c6b1b78c43d2a84dbb5948c06e2d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d50ef0b46e1fb653a51dbf4acb9f916dc446b7231943f9a6b7451e70c572919 -size 28744 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 83a81dcd7d6b86a6933f4d92ac15ec9bea48db49..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62a305f5ada50cf38d0a07bba5df14a3142a287eb307628b2ccb94bc58b09555 -size 8304 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 9bee7e4e4d9ff82ae9f0ba56ebae1878ceb1d5ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d27365d66c192dc751565eb7a7a303a152011ed9dcde15fe2d984494bc99f76a -size 65536 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 6c32af535c8e0f7c7ffaaac091d72311d446cb0d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acff03281b4e2aa372312d567643a3c58a00b4d5e2851369738bf5cb77e7c467 -size 8304 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index a0ce5806dd7471a8e1caad9ab185e613b63f7e53..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:027b44fd74ca50866d719ad4ef864e5e46df2944615b92246d063a458f74d2d2 -size 2166 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 46da96f139585670033d0de3769524f03862ba28..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fed8a307c6d1b59bdc42864c1c1e83775062346c958966b74b8dba4e1eee241 -size 171393 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index f2d5ac1e117c6020dff51e0e716dc555e75cd644..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e138a1e0582bde29148a69f706d0f89de565357323f42edfbdcbff13f22b04a -size 21546 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9a042ee8ba6c8e4a10387a42d3cfc5e1869e17f9..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c066309ce97c5463bb27ac6db069365007aec7df0ccbdfb99ba1ee869ba57761 -size 21537 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 2850fb0c5b1b24c2cb3df4e13a69dc8ab3541e73..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0961fe8cdc097f5b5207cac6f5de9a19e2bdaa147d96657016f42209d9937ae6 -size 4216 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index ae7e223df47c6f53cf1054ecbcc52bdfe1fb80f6..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73e399abec3c5595f31558fc561b9a593229ef5ff35f8da35a57ba44fd3e338f -size 32832 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index abfaa4cacc14ca473062799caff02f5d6b4df3b9..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2e8242e97397b103fab80f09404d3aac1e0f49326bdaf2dfc608ad73a093eba -size 4216 diff --git a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log b/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log deleted file mode 100644 index 5c175a3dab20de40023b351938fc9e301c29141e..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b9f01e0e40e38d742af2e73a92a8c0fd868e10086a3e1408d3dc295470db9b -size 287931 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py deleted file mode 100644 index bdfe1a980e7fec039fcb54b5f7d667cd056071b0..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(4088)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv") diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py deleted file mode 100644 index ccfdffb873c168488a6bb4205a902323f4adad99..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json deleted file mode 100644 index c9efe03c63fdc4bda10fba5ed15d08c5944b1a53..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86115a03a98187fb5dbe8dd05ee6640db188534204dd4a4e71aa18c6d6775a9b -size 1346 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index a305ef20cc51046acda7ff03d7a76b92159a7852..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 -size 5416 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json deleted file mode 100644 index f71361b37e3dbba347c2e0f97cd11f646f0bf4a6..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb -size 921 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json deleted file mode 100644 index e486666b96f981a65ed3ea9d6f273263ad19a571..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e4ec600054f81fe6e6b14f38e1b979ce119d35a3e1d3efc2037c56080f26ca -size 6197 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json deleted file mode 100644 index 5438c7bc8869ad61bb7f77e237c66aa6ba86d273..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9535b11859ba9dc87eb3ac261b863cacfd39c8e44382cec50bb0ab579bf2331e -size 605 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json deleted file mode 100644 index 5518e0fa9584adb762220ce9a013055666bbaa9e..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 -size 1144 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv deleted file mode 100644 index 62356a4507e26f001358cade2a3cfad46c7591ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 -size 32934 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv deleted file mode 100644 index 78eb5ca5098b2cee8ce1f772367c8fdaa201276a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d -size 262059 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv deleted file mode 100644 index f2126589cc12e5c467611c829c49647b48fbcbe2..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 -size 32704 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json deleted file mode 100644 index 3b2f9fe0994114bdaec03c24b18b4fc13c22347a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb5581e2c03e37f9c67c65fce954d663eef0cc81821898450d636798dca52be7 -size 316 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 3509d169e1ca8da4af0d59d1992c7042056548ec..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50864dda5a5780b5629ee50793ff572a1a1c44f1fb913e58bf885c4be5914411 -size 6389 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv deleted file mode 100644 index 96028f931e7a30f81bb07c979cb93229d5959be5..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:481f6a1da0368c3a03f28d8b77cb635459bf52570eebf7903a4f10a99a245486 -size 323129 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 23d3f841448924067432a90e70aa643fc96afc51..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e79d348c0c3210c38a194fb7a9fda38e3ea640326557f24c91009a537dcb819 -size 28744 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 22e66cc024d9b5074441448f37a305cc02e2220a..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77eabddf51b42a34df2c46915bd3f7823d70992a87a7b4348f0d965ea2758720 -size 229056 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index d45beb74ac76c6b1b78c43d2a84dbb5948c06e2d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d50ef0b46e1fb653a51dbf4acb9f916dc446b7231943f9a6b7451e70c572919 -size 28744 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 83a81dcd7d6b86a6933f4d92ac15ec9bea48db49..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62a305f5ada50cf38d0a07bba5df14a3142a287eb307628b2ccb94bc58b09555 -size 8304 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 9bee7e4e4d9ff82ae9f0ba56ebae1878ceb1d5ed..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d27365d66c192dc751565eb7a7a303a152011ed9dcde15fe2d984494bc99f76a -size 65536 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 6c32af535c8e0f7c7ffaaac091d72311d446cb0d..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acff03281b4e2aa372312d567643a3c58a00b4d5e2851369738bf5cb77e7c467 -size 8304 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index a0ce5806dd7471a8e1caad9ab185e613b63f7e53..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:027b44fd74ca50866d719ad4ef864e5e46df2944615b92246d063a458f74d2d2 -size 2166 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 46da96f139585670033d0de3769524f03862ba28..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fed8a307c6d1b59bdc42864c1c1e83775062346c958966b74b8dba4e1eee241 -size 171393 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index f2d5ac1e117c6020dff51e0e716dc555e75cd644..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e138a1e0582bde29148a69f706d0f89de565357323f42edfbdcbff13f22b04a -size 21546 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 9a042ee8ba6c8e4a10387a42d3cfc5e1869e17f9..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c066309ce97c5463bb27ac6db069365007aec7df0ccbdfb99ba1ee869ba57761 -size 21537 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 2850fb0c5b1b24c2cb3df4e13a69dc8ab3541e73..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0961fe8cdc097f5b5207cac6f5de9a19e2bdaa147d96657016f42209d9937ae6 -size 4216 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index ae7e223df47c6f53cf1054ecbcc52bdfe1fb80f6..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73e399abec3c5595f31558fc561b9a593229ef5ff35f8da35a57ba44fd3e338f -size 32832 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index abfaa4cacc14ca473062799caff02f5d6b4df3b9..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2e8242e97397b103fab80f09404d3aac1e0f49326bdaf2dfc608ad73a093eba -size 4216 diff --git a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log b/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log deleted file mode 100644 index 05b576f3a900bec98d59479e437cd00145f52201..0000000000000000000000000000000000000000 --- a/5090-Success/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e0e2a868f8824bfb8ffbfbc0dbfb027cd69771181572bf8aca9b550ed87409 -size 301106 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_X_host.npy b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_X_host.npy deleted file mode 100644 index e927767740fb95e2d9147d425391fa33e1ab39e6..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5685c6cee6ebc3c4426f8e5f6e09f3ce8e0fed97ee0834f37391f6a1d4cb69f4 -size 2459552 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_gen.py b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_gen.py deleted file mode 100644 index ca3164e3be16b7cc0b76761b541c362d22785086..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/m8/forestdiffusion/forest-m8-20260425_073100/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(36168)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/m8/forestdiffusion/forest-m8-20260425_073100/forest-m8-36168-20260426_114708.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_meta_host.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_meta_host.json deleted file mode 100644 index c14ae3fa73f51228d1d11bce62ebbfe298bb44ba..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c75869cd5d8c5dd0324c29cee000e1ad129d1c94fd3545db09ae9d081bb0e5e1 -size 232 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_train.py b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_train.py deleted file mode 100644 index 5d3e630ba9860e2484e78c75f6813f3b6d11cdb5..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/m8/forestdiffusion/forest-m8-20260425_073100/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/m8/forestdiffusion/forest-m8-20260425_073100/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/m8/forestdiffusion/forest-m8-20260425_073100/forestdiffusion_model.joblib') diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forest-m8-36168-20260426_114708.csv b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forest-m8-36168-20260426_114708.csv deleted file mode 100644 index 0d64a84804f80e7e87801bb520fe06638b0054c9..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forest-m8-36168-20260426_114708.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb86fa09e60deb56b74d6628423ba606a775d43652cf76fbfaf03d8686ba1d7 -size 6020834 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forestdiffusion_model.joblib b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forestdiffusion_model.joblib deleted file mode 100644 index 8fef0050fb10bd201484a7c3899e69cb89d7ca21..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f551b5539c70eafe45b7a7efcc4ca5b8a53a0b6690e3f5752e7f4380b0bae7e3 -size 419375823 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/input_snapshot.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/input_snapshot.json deleted file mode 100644 index 5fd036e4a72e9f4df5e525c3e2a2a1b83630cb4b..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f790015e53ae255cf6437a6cdb05e650447a693b2f7fdd255f461f6714c5cfdd -size 1357 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/models_fd/model.joblib b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/models_fd/model.joblib deleted file mode 100644 index 8fef0050fb10bd201484a7c3899e69cb89d7ca21..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f551b5539c70eafe45b7a7efcc4ca5b8a53a0b6690e3f5752e7f4380b0bae7e3 -size 419375823 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/normalized_schema_snapshot.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index deba68c32b660b9e7fa7e9cfdccd59ef4292be5d..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d733310afeedb79582ccecc72b050f6a9a712817177584d3824924c50e502e38 -size 7627 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/public_gate_report.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/public_gate_report.json deleted file mode 100644 index d2305373767d564d589d8e48c962a0103dbf6a39..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e89b0ea4d2520e690eac7b5c89e20eb797f4d5895a64f12a22ec9f64ad8a635e -size 908 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/staged_input_manifest.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/staged_input_manifest.json deleted file mode 100644 index 4f3bf99d173b36d5ea4fc35edb1b1b8d19220350..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1019063f8c1b84cfed67beb86db41d33f8959e7625d4bd15898c2889d79c88d4 -size 8443 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/runtime_result.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/runtime_result.json deleted file mode 100644 index 63ecd03d87eae0efff1f57d93453a9aa7d17c318..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d82a39fdbd3ae260185faf6f8270ac12e4f2045b212eae740ebe928e0b3ee53 -size 623 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_report.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index aacdbcf3fdd9515eb98a20868560046315a935dc..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25cf58ad4b45adaee83d34111f409a15f8afcc0dd1df5d7e4fb65975f7c9e60 -size 331 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/model_input_manifest.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 47f6d9c8fd4e9ca7c30b5f8c2487a57cf6bf6ba2..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74095cf2b90ec337094c005ac3dbad3fcd7ff383b9ef10774746f2850be88d8b -size 8650 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/staged_features.json b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/staged_features.json deleted file mode 100644 index f6660d28b2b2b983ae8e354a0add8bce458a78b4..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf7f5cbab67fd23b227d3d6dd45fee61797fb10d962495c5e6e65ae5dbcb5f0 -size 1570 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/test.csv b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/test.csv deleted file mode 100644 index e1c4866e541b88f8bcd3b88381c7e56d4df06443..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6221943e422e75c8317b79b7ef93e9cd01f61fdd8de6ce42909a8e4610966310 -size 370991 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/train.csv b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/train.csv deleted file mode 100644 index fd7d8791840b6811b098820db4ed9e74cf5d627a..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cbb71aa793de19869a138d41aea5808f772b31082741b185ffb8ca7b821833 -size 2964802 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/val.csv b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/val.csv deleted file mode 100644 index 09f0041420455c56eb1f79c62940d135e8bc6ea3..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee8612128aae92155906abc0fdc752ac24fd04d63c78c080c89e3900efe6525 -size 370535 diff --git a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/train_20260425_073101.log b/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/train_20260425_073101.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/m8/forestdiffusion/forest-m8-20260425_073100/train_20260425_073101.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_gen.py b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_gen.py deleted file mode 100644 index cb1b1203191625c65fb2dabbe43745765f164578..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(36168)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff-m8-36168-20260420_105739.csv") diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_train.py b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_train.py deleted file mode 100644 index 82c985ff6d3944bd036dfa71622bbb24270bd042..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/input_snapshot.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/input_snapshot.json deleted file mode 100644 index afb06026ad5c12e797e6176319ce465cae2ef01c..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b966e576aa6f7b036d3d1a0463aba5becb1e45ead8aa01c29a0dd8363c389ae8 -size 1349 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/models_tabdiff/trained.pt b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/normalized_schema_snapshot.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index deba68c32b660b9e7fa7e9cfdccd59ef4292be5d..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d733310afeedb79582ccecc72b050f6a9a712817177584d3824924c50e502e38 -size 7627 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/public_gate_report.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/public_gate_report.json deleted file mode 100644 index d2305373767d564d589d8e48c962a0103dbf6a39..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e89b0ea4d2520e690eac7b5c89e20eb797f4d5895a64f12a22ec9f64ad8a635e -size 908 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/staged_input_manifest.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/staged_input_manifest.json deleted file mode 100644 index feeadfa9519b05e8bf4111cb860f16731b231b65..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42fe5ad0ef8e88157fdd06913047dd7b6b442fc37e20b249a38468cb3a80a9fc -size 8408 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/runtime_result.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/runtime_result.json deleted file mode 100644 index d3dedad84ab35d8c6670957e71b0c533ecacc07f..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7b4ecedf2f7994f6a8a43b9e95efcc9017bd50b99ea0af73e8afae231d3169 -size 606 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/staged_features.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/staged_features.json deleted file mode 100644 index f6660d28b2b2b983ae8e354a0add8bce458a78b4..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf7f5cbab67fd23b227d3d6dd45fee61797fb10d962495c5e6e65ae5dbcb5f0 -size 1570 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/test.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/test.csv deleted file mode 100644 index e1c4866e541b88f8bcd3b88381c7e56d4df06443..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6221943e422e75c8317b79b7ef93e9cd01f61fdd8de6ce42909a8e4610966310 -size 370991 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/train.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/train.csv deleted file mode 100644 index fd7d8791840b6811b098820db4ed9e74cf5d627a..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cbb71aa793de19869a138d41aea5808f772b31082741b185ffb8ca7b821833 -size 2964802 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/val.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/val.csv deleted file mode 100644 index 09f0041420455c56eb1f79c62940d135e8bc6ea3..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee8612128aae92155906abc0fdc752ac24fd04d63c78c080c89e3900efe6525 -size 370535 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_report.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_report.json deleted file mode 100644 index 0887e9e21e8f00edfd3b4a1b2e9505092bd21b07..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8344edbddc4dd8a8ee1248590595957dccab906bb2d0c1332fcca425c378973a -size 316 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/model_input_manifest.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 461ba3236e22b44d03ad6e660520ee3e22a033ae..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c1e64273ca147a3dd8d1c74d804f8b68ecf557c1190500f2e82ca15812c856 -size 8600 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff-m8-36168-20260420_105739.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff-m8-36168-20260420_105739.csv deleted file mode 100644 index 5dab54de8b8caaf361591d8743acfe9bd5a1878e..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff-m8-36168-20260420_105739.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c3694bcb633987b40127b66c2490bd796ba820ef93ba7e67daae96c3e0418bb -size 2217128 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff_train_meta.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 448c9512c34253f81fbdc10dda12aa4baadf7f0b..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3496884bbf65554293359f822dfa3b7d4ceb94176ff612a743fcf7ab6344f300 -size 325712 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 593b28d49c204d0e1075baeb8750f38436a36e50..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7a7263704577346e726c9bbb028fcff4c26bb80a5b0bb53ba51f837bb032fc3 -size 2604224 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index e88ceb178856d7d31d52246a773185c0479b4a07..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c835a96cb99a6301524d1db4e5eea75a00f20c7550b7fe45c815ae8608d2fc4d -size 325640 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index f9cf206785192d97965eee4ea30dd08808aa8365..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2724f29951cc2e602d10a7c82b57c4195ba6724f76660c2c4fc108eb8a5b36 -size 126744 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 07e2a13424a0435006d25dfc6527e9c7d0d87f40..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae3f0ae4e117a2087b337ccec94a15b29288bb82a257e7e365f10bae858de8ec -size 1012832 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 67100b637a59e5763f8cdd2f88903fb689ffa72a..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4be0ca9af68d34304fc5334fdbb476d406a31fbc6859436083ba3c03e68455f -size 126716 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/info.json b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index fd130809469564bf519860d9eda64f48ba5c18df..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7ed50691f1a9c508f82f0948ad66ecdc4efa8dcbe344ff2a684fc8ec45c3893 -size 2839 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/real.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index a72a30e960cceb1a9ec8c150fc7abdd43406157f..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642fbee0b478d6b279f67ec3764e9924a3dee4629819ed5348e514ab235462f4 -size 1518044 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/test.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 3dfdd137a7ce6d740ccfe53813f7f21f663620e2..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0fc6523d65339bf0243357893e4cedfad92557a539af651d5635a3e11f6c0a0 -size 190042 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/val.csv b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 693d57bd1bed2f71ae6f67e0babb284fe4bfc9c3..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f83dbfcbfa31160044f8b0ab9b54cfee3979f419d30565247b5952135233cc -size 189663 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 7decd58e04e7f2634a36caf501e5f737bcd241bd..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535b6f560bad35c4b451af25a2cdc8920d6fc9e4758b8d5a55f1113a23ad2bba -size 36304 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 6de42d9b9d2e98ac13fbeb62391fe185ffdd6210..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fe448bbe15f46b1714e7d0ebca94f3df952a9ef5364159dda69ccefcdce02c6 -size 289472 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 767e8afd51e6c70a5f0176301b8689f1c9936303..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1753b831cd869698cfcb6fcfca5c339028ab8a6c0e220334cde914837f221610 -size 36296 diff --git a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/train_20260420_104546.log b/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/train_20260420_104546.log deleted file mode 100644 index 13608ae82a05782e1069debe37215e3f69731fac..0000000000000000000000000000000000000000 --- a/5090-Success/m8/tabdiff/tabdiff-m8-20260420_104545/train_20260420_104546.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bad36a5ec9b66c9668e03814dda968f39d70c00d5a6cd9d72a3847b8294b5187 -size 1179089 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy deleted file mode 100644 index 76ea5443e1432f7c518a98888f9e82d37db2afc3..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a5fe7639d701f4c32b06e33cdd3038b55aadd74306244f4859f7d24b4aa3a58 -size 853888 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py deleted file mode 100644 index a352853f19deb854554c3e6800c4111d5339b88d..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(3680)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json deleted file mode 100644 index 42751f2930d8712ed156356d7d1a23fb1126bc6e..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbb05645de402f61fbe09d3bf24d4e27fd84d3828f317dd9f110f763ef7a3244 -size 1147 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py deleted file mode 100644 index 261f39d95f127bc30d0beb723ce82298f7837e07..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib') diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv deleted file mode 100644 index 1a5aeefebb832834472df7124a22b2c8efd9549e..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16f1593f317248e52d6aeb1c06697a47badf4d6565a4782aa017c9312a12e427 -size 3108369 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib deleted file mode 100644 index 32c2c5dacdb99156f8277a9d657a34703afdf5db..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef37d075d6ac6264731530d5a18bcfecad357e69e487405711ad151c9acf1b49 -size 1392369832 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json deleted file mode 100644 index bda2a66a39af3709e98a1af0cc964812202974e8..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0b3bbea6d5dc00e01c465bee90f12d1748421ab9456cb87b1338ea52cae4425 -size 1356 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib deleted file mode 100644 index 32c2c5dacdb99156f8277a9d657a34703afdf5db..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef37d075d6ac6264731530d5a18bcfecad357e69e487405711ad151c9acf1b49 -size 1392369832 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 94f20a646944b1d26771a77af24be8e9c4041e43..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67595708c2c19190410f8afea4b51e9a39f1e5f68e9d4fb4df13bb9b0c08edc8 -size 27287 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json deleted file mode 100644 index 58c4b2258e74084733a78313f48ebe425de549f9..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85dc3b45dc260b7c3fdc9b10b693ffcbda43a705dad8eac67757ee71833dfcf5 -size 912 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json deleted file mode 100644 index e6922ed1d318f8c699842bd6edac92a4391b64de..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb6f7a9d27b6ee6e1c22a6819ba550801cbb51dbde3d7295900204d538ebafe2 -size 28103 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json deleted file mode 100644 index 89ad513690674ebdbe3ac8c23e2cd8ec2a7a6c4c..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:928c9ba3d238d8a2a2df9e11a73e8c7a3339fa9c6335f7f9d9ecfd572fcb8766 -size 622 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 71af0941587ce3e1e3a65654788ce654ab79bb9c..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:778ae6a0d9cca222a1bf4da72fc27b6c8b24000719daf48e4adda7943f3a4e62 -size 331 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 98dd3f9c41a065ec8a41938cae6abe2d2be1bbfe..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc8c637411b7477d986c1ebee93025099d475305b1c343c47878afc7215798e8 -size 28310 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json deleted file mode 100644 index a242315a1b9b686a992242d76d9ccdc0156f1e6e..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0541ebc162054f0e18e2949b26487b63a9a875b658131594c2420f9da180e494 -size 5900 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv deleted file mode 100644 index 628770353833f1dc63d727f5bbc3c5bf7d8180e7..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:165b9f8df9afdbccf1a6362155a785860134438138af92d7288cbe88b4965b03 -size 111841 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv deleted file mode 100644 index dabe62a5dca077c9f19f338b30e0ea316947620d..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f723c8c6f475f4dee37b81af1fc803cca3362ca22bea09c90cc39404b034b23 -size 885832 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv deleted file mode 100644 index d03fc614be3e0e5f3e8e96f7c7f84a14889d16ec..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff8bfb6a9fa9b786c8e9a34d4619140e43ad25ca275d2459cc179352865f670c -size 111513 diff --git a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log b/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy deleted file mode 100644 index 4512a9ced006055e662b62593fc864edcb9107b2..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3947eeef27a6612459d1d353a47ae22f8e0515ff5fa222136469de2a9acc6a96 -size 740512 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py deleted file mode 100644 index acbb9003e0262dab983bd21c5cb052572cccbff9..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(10888)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json deleted file mode 100644 index fd3f0b9f99f06a783fa7f027ce8db15b7c85ba04..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea2867b5fc46f0a7890cd7137b9bd657ee50d042c3d09fe8f2a0365a4db62693 -size 282 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py deleted file mode 100644 index 75273182a1d760c921f285610702768633147f48..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib') diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv deleted file mode 100644 index edb27d0d3b915ef762f41cafa69b25c533a9f4db..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forest-n10-10888-20260430_132532.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6b7d7ed75a1d675d959e8fa2d7365eaf9926243cf70ae7d1047a97c3ffc576 -size 3314416 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib deleted file mode 100644 index c702d09b12abb5629181210ba176482301bb3724..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a900dfb9c759f6018a6c0cd5d3ce9afa13145a3ba537fe3b07937ea29b209b -size 163317107 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json deleted file mode 100644 index c72ad8aa1d5b58dcc6f286eca2338841f9eb779d..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efbc112b5a7151efdeb3818091135b8259128d9ee01bc46e9f4af14d4b9904ef -size 1368 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib deleted file mode 100644 index c702d09b12abb5629181210ba176482301bb3724..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a900dfb9c759f6018a6c0cd5d3ce9afa13145a3ba537fe3b07937ea29b209b -size 163317107 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 41ad942e0e7111a5e160731dd649477639cdce12..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee895fc1a117cbaab0b9758f74f0febe347530390032f18a87436840b7e0e60 -size 9156 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json deleted file mode 100644 index ad0ca82e830d2d6ffdc48edcff77ef67e3d8e49f..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:835bc3e7d1f3cba7279e31030121610d389d32ff0faa1982b1ef1d2b40622247 -size 919 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json deleted file mode 100644 index 8d7b7d909e8a98ac4292f33730fc306ef3a8ba7e..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e3d7b712b36d345c54fa2b03eaf10ac755fa194e530928133d3751ef51313f -size 9982 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json deleted file mode 100644 index 9a74c259e74046cf6dabf7d921f8b07aee79373e..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd2c1d72ec9da3875ba3285f282065be9192d36be80fe98fe260a52fee98ea6 -size 630 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 237dcec1461e52fabe165c2b15143383a694d1b6..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc804786d929db5bf38bc92a4ab27830b45e003ec278de8ca530e79994f55a44 -size 333 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 3acdea2b40ceb39ed6295871f5113564ac237ef0..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e6794c559a59f0d85f98eec2084062b4684390f1bbb87f35a8a01159eaf0c28 -size 10191 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json deleted file mode 100644 index 958082d9eaf32bb5c0e51065a9b91270a9f34a9a..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8641c4ae826d5fd344143623ff2fb6bff4f650e4dde3268bee6b5441b32a2a -size 1658 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv deleted file mode 100644 index 62d5c41bd7356911a3e55a800aac2ff00a02cb06..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ba1cede34438e7c99e1e5b51c660cd2422bf4cb24556d5a54bcd1574d4dab9 -size 379709 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv deleted file mode 100644 index 90e6e0252dad22e8f286734580ec1c999b8293cf..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d264cc48e17ff398df7edeb6819e5f66b3dbf14935184253bf21ac0cbb1d84e -size 3036991 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv deleted file mode 100644 index 933f64ac2f7ad15b50d3fbbea8fc861f9beec864..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:158fe1f6049fb53cca70e222d76ff7901731586869da103df04b314ad2f195e1 -size 379595 diff --git a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log b/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n10/forestdiffusion/forest-n10-20260430_052420/train_20260430_052420.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_gen.py b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_gen.py deleted file mode 100644 index 387d97b2d7af7c6982cf69ec7eaa65bd2d5393ba..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n10-20260424_012902", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n10-20260424_012902/model_500.pt", - "--num_samples_to_generate", str(int(10888)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n10-20260424_012902") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv") diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_train.py b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_train.py deleted file mode 100644 index 8eff3c828ed6fb22c2fa8e9d74e46acbf8ddf605..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n10-20260424_012902", -]) diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json deleted file mode 100644 index ac4e1858088817d3d54151f11d1a72645ab5f951..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4585becaf9a659b9673c4670c939a5e26d588529b943d635e1455da85d364b53 -size 1362 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/models_tabbyflow/trained.pt b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 41ad942e0e7111a5e160731dd649477639cdce12..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee895fc1a117cbaab0b9758f74f0febe347530390032f18a87436840b7e0e60 -size 9156 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json deleted file mode 100644 index ad0ca82e830d2d6ffdc48edcff77ef67e3d8e49f..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:835bc3e7d1f3cba7279e31030121610d389d32ff0faa1982b1ef1d2b40622247 -size 919 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json deleted file mode 100644 index 88f0c7b350b138da3e1f276a4676c6768883ebcf..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa465d76a327716e7a2c6152596a932de832272d49c0db1700abb17e7f89888 -size 9967 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json deleted file mode 100644 index cb97231e4fe17942639253f8eaea114a5f5fcfc8..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13dc4735074bf057ef5529fcc44162b9ccfa23ca219c4d5619186bdd677568fe -size 629 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json deleted file mode 100644 index 958082d9eaf32bb5c0e51065a9b91270a9f34a9a..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8641c4ae826d5fd344143623ff2fb6bff4f650e4dde3268bee6b5441b32a2a -size 1658 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv deleted file mode 100644 index 62d5c41bd7356911a3e55a800aac2ff00a02cb06..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ba1cede34438e7c99e1e5b51c660cd2422bf4cb24556d5a54bcd1574d4dab9 -size 379709 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv deleted file mode 100644 index 90e6e0252dad22e8f286734580ec1c999b8293cf..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d264cc48e17ff398df7edeb6819e5f66b3dbf14935184253bf21ac0cbb1d84e -size 3036991 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv deleted file mode 100644 index 933f64ac2f7ad15b50d3fbbea8fc861f9beec864..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:158fe1f6049fb53cca70e222d76ff7901731586869da103df04b314ad2f195e1 -size 379595 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json deleted file mode 100644 index e10459cf678671f06df7984278bdadf76fe25f0c..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:735055645f094847c63830a8b99e61b472c3e87af130ae6ccff4ec5b32cc06fd -size 324 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 4ab03c426dbc8d81342cfe851ed855ad3dbf061c..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d38a4c7edcbf55564074940a98856fde65792ed52d1200cd6f019d5070563567 -size 10167 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv deleted file mode 100644 index 66bf764c2e38aa8abb6bf2bfd40d0e4aa581545e..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow-n10-10888-20260424_013059.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fd7cae0904c835d579498c95209c2d4acec6bd0a75d97f5dc0f215801937440 -size 1875977 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 77a21f61ea08a644f83709f88dc72e4c3263e40a..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b0e984e63163282e9e3e6f4e988a9aa0c0fc0fe686cb575496f5380ba143c45 -size 357 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json deleted file mode 100644 index 7c182d63eed6a469ecb3e4794adf3abd7d31fe7e..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:724fc5d3ba99045a25fb1c48c64c5088a032d5b16c9cfdcef91365ffcf03153f -size 261 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 8646f42e2ddee6cf21eb535446914243c479fba6..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f058439ee168330b9b2a70ec721feda0c55c0a88e96cbb5702ebd19501a6c0 -size 128 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index f4b834d0e41c4e3c0298795bf199227682e7a12f..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b8ad5e8efadbb77ad97050d9671086e522ea00697ef8c3520b29cec15c264f -size 128 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 44bbbc2a19e167c638acfc8cefeebea43e76e8c6..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d7158424ae373dcd4711ace727c5e768e39322e83d9bcdd2b01241082b732ad -size 128 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index c5d8ba67f6a981341e9efadf036f3d4c22c2610e..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20ad133c64a39fd85df2dd333007d6b059823fe8fddf944e6b4caa4ba7aa893 -size 87296 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 77e9c4cb5c8d759516d23e12aea89a79d4b1926d..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfad1d15886cf21273bd1d59ba14eba75a867e5d09be8236ef2ae29de3eac27c -size 696960 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 5f8f4cea06d921a4af888dda6301f823f7d0942f..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e355cc31f1c8a99a018204b79908d0beb6c13e3a000d5a17c8c7f3e91e052e -size 87232 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 5272fb4fa13fe316d13414d61061c66f54d21865..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fcb06bfc220082050ece298366d667bd97b95efa95e965d40093f0e4c8d8868 -size 3372 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index daad1b742c7b6d6f45cc13520e3b10138c2a4940..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee3b2deb0aad35b351555460e09f853efc909dbf3dcdfd4f678e63d5a1e4d4e -size 2980975 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index d9a8587dfc068abe92f4d5b23ff6f6aa8d49eb83..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25c17df9785a5fbc3d2da7eb03f1c7f8ade1b4d374bb7c1e62175532e2ff3dc -size 372786 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 331db728bba9d0898b57a90eebead5aa487068af..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:293450202245cd97a34d312f00f36066beadd8d44904e4c87a1689bf3a7b79ca -size 372641 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index dea1a57aa8a887ed2976a43013af61b12c9fbe8b..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2002897f718b17a428567bd92d3da27b68af3556fe59b0b07d69b791f0adc56 -size 11024 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 9656093820e99038d56c854bb41b26b61ffa7586..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2de98f44ad1cb27938b91b070c8ea71292c22e292b8733eda5f1783374e596e3 -size 87232 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 7e6147a75f59a28ebafeb47bb98ce263bb6e10e3..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0881ebe42fb6755741678cb4e88e4698c907814cb9167f23fefab6d78fad428 -size 11016 diff --git a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log b/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log deleted file mode 100644 index 23f3e221f0921266ee7bfd6a4aedcdbbed394e2f..0000000000000000000000000000000000000000 --- a/5090-Success/n10/tabbyflow/tabbyflow-n10-20260424_012902/train_20260424_012903.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca3e870ec680fb74fb8367bea1deb281d9f34514da270522f23f9a31a203397 -size 398546 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_X_host.npy b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_X_host.npy deleted file mode 100644 index 271241f78130b5517767b66686f871e64bdd15ee..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0346bf8583b64028d74f6afb3d6f48466083db517af967cfb868f8f8fcced3ee -size 669588 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_gen.py b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_gen.py deleted file mode 100644 index 88b83b1f10a3b1e79a8feb60c41ba190ee43f415..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n11/forestdiffusion/forest-n11-20260430_060457/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(15215)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n11/forestdiffusion/forest-n11-20260430_060457/forest-n11-15215-20260430_111653.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_meta_host.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_meta_host.json deleted file mode 100644 index 8dd008267725994d28f9bba1b6e520618f0f2b52..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ed8eb6447a805f070ef97028581db180781bab16b408001ec27966d50596db -size 147 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_train.py b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_train.py deleted file mode 100644 index b8c8f392941ee0583dc61eaef5d2e55224f84511..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n11/forestdiffusion/forest-n11-20260430_060457/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n11/forestdiffusion/forest-n11-20260430_060457/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n11/forestdiffusion/forest-n11-20260430_060457/forestdiffusion_model.joblib') diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forest-n11-15215-20260430_111653.csv b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forest-n11-15215-20260430_111653.csv deleted file mode 100644 index 30a2746fb27add5f05262f3be3d8a18f5cfcbf16..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forest-n11-15215-20260430_111653.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d4190649c825393de6a4b6a14c854854d1dcdf003448f6a8c465a94ae312d2 -size 3041798 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forestdiffusion_model.joblib b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forestdiffusion_model.joblib deleted file mode 100644 index 25a7f7d77c3abcbca2f53425ef7bd0f852d2a8e4..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372f5e5236c1aa03b7ea5350ea8af51caa3a75411fa1470de79e180a30f1a2c6 -size 106363881 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/input_snapshot.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/input_snapshot.json deleted file mode 100644 index 2711074f516212ae49541b4e4204297a846be861..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bed3eb8be5a20725890b0121021e9b1a59e4729f6ae0d1e146be89a6780fa95 -size 1368 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/models_fd/model.joblib b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/models_fd/model.joblib deleted file mode 100644 index 25a7f7d77c3abcbca2f53425ef7bd0f852d2a8e4..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372f5e5236c1aa03b7ea5350ea8af51caa3a75411fa1470de79e180a30f1a2c6 -size 106363881 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/normalized_schema_snapshot.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 9b5dd2b4d66e54e5dbeff78b827bc48cfa7dbdf1..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c3209b66f9891477ccb430a3d02e3a299eb9c1a2d045bbf528bdfeb8de4fb0 -size 5283 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/public_gate_report.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/public_gate_report.json deleted file mode 100644 index 3cc5bcade9d99cc84596a69e4d5aeaaad485a517..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baf2940ef129d76e327bcff0ca803a09d5a81578702a5e5eeeb4a239dab4308 -size 915 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/staged_input_manifest.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/staged_input_manifest.json deleted file mode 100644 index 266fbbcc8d25051f71d21f96993f832d1c859633..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e92a165de03b843548f78b9e5dc121739484efff3b273d045f44e91dc17dbe52 -size 6109 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/runtime_result.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/runtime_result.json deleted file mode 100644 index 84aa9c2212ccb0df4c365fb0f7b499b86f0b5a63..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1e6ccac02b502ef3ed1f98d67c5fa1124aa9fd15a071981cba92e5ff19cb99a -size 630 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_report.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 2f66b485976ac04944df5603225a28e68c18c150..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:632ade3d43af66f55652223caaecd12057f9a05b1a3e2aee1ca8bcddb036bb2c -size 333 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index f1509a72eb12d659a7eb85bd170021692badb31f..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd978138f0103c59b2e63b66296e3ec6f9b5ea4e986111b85aeccdd1c7b78f7 -size 6318 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/staged_features.json b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/staged_features.json deleted file mode 100644 index 38380510b7674c7cdd856f51da52bd91fa879aba..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ea5e7a5363e366f12e9794c57325c7f28e71ef584464c2f78fa67b80eca9a82 -size 1025 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/test.csv b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/test.csv deleted file mode 100644 index 59e413eb15b50a2ac49cd95bbe57b0d0018ccf95..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4e935f84569b849b662718eaa19be605037d46a5f7391f164728d6d9c3bb50 -size 148017 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/train.csv b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/train.csv deleted file mode 100644 index cc5acd9fe00e8a233592b4da9797300adc83744b..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab621ac8239797506ce800c1409422452b8127da93add91dd9e6d63ddeec6f7 -size 1182326 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/val.csv b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/val.csv deleted file mode 100644 index e0a3b6ab9c53a7f8d97dff3290e643431f9ad023..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:374e44edf25e58ca37eabbef0485c98cecdbdfa9d24da738937f404840bfad44 -size 147784 diff --git a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/train_20260430_060458.log b/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/train_20260430_060458.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n11/forestdiffusion/forest-n11-20260430_060457/train_20260430_060458.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_gen.py b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_gen.py deleted file mode 100644 index e1419acb6b0b82dd91e7021f23d6211f600401c8..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n11-20260424_013117", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n11-20260424_013117/model_500.pt", - "--num_samples_to_generate", str(int(15215)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n11-20260424_013117") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow-n11-15215-20260424_013349.csv") diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_train.py b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_train.py deleted file mode 100644 index b402601bdab4ad3f8466e5c07a5b9bededc44ff3..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n11-20260424_013117", -]) diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/input_snapshot.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/input_snapshot.json deleted file mode 100644 index 8c3d44058502d8c78075f8f7d00473eb158aa997..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:544f14d177befe7439cd0b480c19806a7b9de1fd3f28c093ef523e4fd99e614d -size 1362 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/models_tabbyflow/trained.pt b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/normalized_schema_snapshot.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 9b5dd2b4d66e54e5dbeff78b827bc48cfa7dbdf1..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c3209b66f9891477ccb430a3d02e3a299eb9c1a2d045bbf528bdfeb8de4fb0 -size 5283 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/public_gate_report.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/public_gate_report.json deleted file mode 100644 index 3cc5bcade9d99cc84596a69e4d5aeaaad485a517..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baf2940ef129d76e327bcff0ca803a09d5a81578702a5e5eeeb4a239dab4308 -size 915 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/staged_input_manifest.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/staged_input_manifest.json deleted file mode 100644 index f7d987e8c855321d116c0d1f4dc41699272d8cfe..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:755c34563e97bf0fb274248456212fce325b3483056d75092022bc957d30e652 -size 6094 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/runtime_result.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/runtime_result.json deleted file mode 100644 index b40fe236e0a46905aad278299b6f9ccfa6e96078..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22efa30e9628c8e0fd529d96b32a259f4356456213b9209ca665655ea3bdebc3 -size 629 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/staged_features.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/staged_features.json deleted file mode 100644 index 38380510b7674c7cdd856f51da52bd91fa879aba..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ea5e7a5363e366f12e9794c57325c7f28e71ef584464c2f78fa67b80eca9a82 -size 1025 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/test.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/test.csv deleted file mode 100644 index 59e413eb15b50a2ac49cd95bbe57b0d0018ccf95..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4e935f84569b849b662718eaa19be605037d46a5f7391f164728d6d9c3bb50 -size 148017 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/train.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/train.csv deleted file mode 100644 index cc5acd9fe00e8a233592b4da9797300adc83744b..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab621ac8239797506ce800c1409422452b8127da93add91dd9e6d63ddeec6f7 -size 1182326 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/val.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/val.csv deleted file mode 100644 index e0a3b6ab9c53a7f8d97dff3290e643431f9ad023..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:374e44edf25e58ca37eabbef0485c98cecdbdfa9d24da738937f404840bfad44 -size 147784 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_report.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_report.json deleted file mode 100644 index f204840876d6b2bdf9c712a6337e7124697b9637..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:220be71fca10c7cc451c4dd51d78b8b47b0bf596a68de57fad9d4af7000fd56f -size 324 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/model_input_manifest.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index ec298fe071886022d86dee0f9c9868decf6deb04..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9eef8218913b743bd76c7aef78d6fd2c5e54c001dea325b9d2073d12e97a41d -size 6294 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow-n11-15215-20260424_013349.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow-n11-15215-20260424_013349.csv deleted file mode 100644 index 24f6e990c2751b11a24b803a47109a7a80491394..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow-n11-15215-20260424_013349.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3975e0320c2b1e91a29ff995d63f544de8d7306cf0ee5d60b4e6ec59ef08704b -size 1555793 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_resolved_ckpt.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_resolved_ckpt.json deleted file mode 100644 index d374dc5c332e1a99091157199ab7cb92f49ebbe5..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae14936c35de50178916d1d2c4a5dd2421c75f6ac23596f2f8499d3262ebefbc -size 357 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_train_meta.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_train_meta.json deleted file mode 100644 index b1afd165fb84c83c7f2c32cc3d6427018c5de830..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ae21fafc1098f003a176b72ad74d48efcc3f3683c460121747056355f6e4c9b -size 261 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 410d723717ee7a0191605f4611401945ef89e867..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63a207f7b641055535168d6c2adcbfba9304302e282ee7d0b7f133f68e0aad1d -size 128 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index b7c97eed0415cd5025177b10e0386f1711d421bf..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf8a68ea367fd7a99272b102465a0e5154a3d819c3ce2787e7dad22a291cbc8 -size 128 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 78eb673fb670cfde53bb979bc5e56cd476fec32e..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b73f5a31cad122c8afb48f61777fac4d15d6a9969156d1355c0099f1accba14e -size 128 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 1af594c6799ebaebe63933b83123093b350a3f3a..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebfb319be6f315748f5159b26b45d38e9206b856b48e95364fdec90ffc663707 -size 76248 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index cda65645f7509c4b59dba4a620ca6db54dcdbe84..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:013e32900eef106da63d972b40b61296d91c04d1ce8196fd0cb8d54081f58c59 -size 608728 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 953a76f02065904e4a05932e1ed5aa138c5060e6..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb2eb47a510ab2684d0fda1c233fb4671dc189a77b704fe218acf79443a62a9 -size 76168 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/info.json b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 648c0d85c2cac5df544808f757fc0004b0a9797d..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43323f9404081e128bc9caecfa56bbad79f2ae4da6496b06c0994aec2dac233 -size 2218 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index cc5acd9fe00e8a233592b4da9797300adc83744b..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab621ac8239797506ce800c1409422452b8127da93add91dd9e6d63ddeec6f7 -size 1182326 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 59e413eb15b50a2ac49cd95bbe57b0d0018ccf95..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4e935f84569b849b662718eaa19be605037d46a5f7391f164728d6d9c3bb50 -size 148017 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index e0a3b6ab9c53a7f8d97dff3290e643431f9ad023..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:374e44edf25e58ca37eabbef0485c98cecdbdfa9d24da738937f404840bfad44 -size 147784 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index da3aeebbed3b3846e45f08cdb1ab683db9d15ce2..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825ce3e2cdf78c6714903278473b81851367919d7f5810d9c1c71c9f02633540 -size 15352 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index b523a92a6e5006ca3c440fc79afd02297be1f7ee..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95905dd042874f4c4e7523f7525b2864e220ef3c6fcdc58877ca3944645899cf -size 121848 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 084d7578e6a5ada1f4e9d587e69c1beb323a7d2d..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:babb398ab19fc90389945862a1227d04f9aa48293af50c7091056137a6d2f2f5 -size 15336 diff --git a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/train_20260424_013117.log b/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/train_20260424_013117.log deleted file mode 100644 index d006587ea54151b010f6600c82ffa1e7ad38027f..0000000000000000000000000000000000000000 --- a/5090-Success/n11/tabbyflow/tabbyflow-n11-20260424_013117/train_20260424_013117.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b8557ec48f9adf0f93e7e46143199183c2470d2dd85d22c1899110e43dbec75 -size 492821 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy deleted file mode 100644 index 075e8e25056b4ca2c86d7078cc954afed5c8c255..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c282e7e528a5fbc6cc907c17cdd55fd90bb8c151019e5c9dbf7fe7a223ee4718 -size 3136848 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py deleted file mode 100644 index 0ca14a518e211c52b84b59340b4ed83538409cbf..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(196045)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json deleted file mode 100644 index 53a65dc6278013fceeefaccfdbfeacefa96eb72b..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f13f9854e6164fbeb51363a17123e8b80d508183d0476f54defcb375b709799 -size 86 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py deleted file mode 100644 index 82e8a6bff475a62e8bfce0580ec90f2bd39d1003..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib') diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv deleted file mode 100644 index 0e657e4fc595fbaccc8cc84fd9ffe0cccfdd6619..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forest-n12-196045-20260430_132034.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:967b07bd941247067770cdc9f84fe4eb12b95384bec077f39365e1c96e38f3c0 -size 11223499 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib deleted file mode 100644 index 1b6fefa75960af9fa401e52b07cc4e03c2f9a378..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde85cb46c69af8e58003f3c9ba38c3cb7489e0daad825cfbdc348087a484680 -size 42802965 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json deleted file mode 100644 index 686111766c5ab321e3079cfd41bee1eb059004c6..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43051434935c101bb4a5fb69f335a64acb5b23dcc055247a3736e164852f2758 -size 1368 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib deleted file mode 100644 index 1b6fefa75960af9fa401e52b07cc4e03c2f9a378..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde85cb46c69af8e58003f3c9ba38c3cb7489e0daad825cfbdc348087a484680 -size 42802965 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 16f097e5aa31ca0209272ae8290611061e878ca2..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f557e091384db0c72c9acb9ef1549554fc2a2d69f9990d9697104a90556b8a68 -size 1878 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json deleted file mode 100644 index 8a20a44aad6a627a8b1957a8baae3d1e4363f038..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b0046f67a201d002249201c233ce395a7eabbeb1e096bdf5ec4e6afffd2489 -size 920 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json deleted file mode 100644 index 77c2f81994f6b970eb29ce4f3f7b3c131f64fd12..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc948f6b8c43c64c0b095c03e8ec3b289e6209fa05c9e895356e2fd2e610888e -size 2704 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json deleted file mode 100644 index 4c8229650ebc012faa9a9bcb6233e8fa4259cbed..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2610adff8ce33a02c7c2d744e8b0e5d155545f0bd5f8b5b8114d3c650124c496 -size 631 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 946b0c99d05c4792fa1b2d27ab61fdfac4e46ccf..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c89b72ba0fd28914f1d7e073a555d29011175cb766a37f13e12baf2262aac27c -size 333 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 8c58801bf0369b2c1e0c54d9641812d9ffc93833..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daedba8c02e66acfa9f6d3f2de35fa7540d254a2625d82c3c87c9d63675884ec -size 2913 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json deleted file mode 100644 index 6cd197b2539240a25af8e22062cf3ef7c3eea320..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:148b95cbf4c3da3ebc38686f20ef1e724b56b701abfa24065d77f9b417e8671e -size 382 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv deleted file mode 100644 index 337e8e477426cd837a2169731ff6ef5025d06f36..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26 -size 315789 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv deleted file mode 100644 index 023dad2054b44ff77ffcf6f4554ad423242e80c2..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350 -size 2524420 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv deleted file mode 100644 index 8dc60d3ec85d7e82382b2245a4ce835645e4a714..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959 -size 315663 diff --git a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log b/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n12/forestdiffusion/forest-n12-20260430_111708/train_20260430_111708.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_gen.py b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_gen.py deleted file mode 100644 index 9d357149712584e6748fb4f9e969c89a705ed5e5..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_gen.py +++ /dev/null @@ -1,34 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SAMPLE_BATCH_SIZE"] = str(max(128, min(int(196045), 1024))) -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n12-20260424_013405", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n12-20260424_013405/model_500.pt", - "--num_samples_to_generate", str(int(196045)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n12-20260424_013405") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv") diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_train.py b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_train.py deleted file mode 100644 index a192dd8024440f2940201e4ee32075d243df4247..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n12-20260424_013405", -]) diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/input_snapshot.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/input_snapshot.json deleted file mode 100644 index 4b0aa44ad21d75a79ec385724183d738f2a000c5..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85285cc49e7d64813f0a4522d6baf5b0d2063bae9fddb3646c812dce5b5a28da -size 1362 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/models_tabbyflow/trained.pt b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/normalized_schema_snapshot.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 16f097e5aa31ca0209272ae8290611061e878ca2..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f557e091384db0c72c9acb9ef1549554fc2a2d69f9990d9697104a90556b8a68 -size 1878 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/public_gate_report.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/public_gate_report.json deleted file mode 100644 index 8a20a44aad6a627a8b1957a8baae3d1e4363f038..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b0046f67a201d002249201c233ce395a7eabbeb1e096bdf5ec4e6afffd2489 -size 920 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/staged_input_manifest.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/staged_input_manifest.json deleted file mode 100644 index 0bd56adaa514bcb13952fdb354abf8e1dada98f9..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72ce5db35f4b3ff499bb8f0630dabbdee93ee8a491c7f89df5225babf44a64c0 -size 2689 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/runtime_result.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/runtime_result.json deleted file mode 100644 index c8e3e57dd36ab716cfe3232611cf5a164ae8578d..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec5c4a0933f3fe0b6f776978c79c4174d9effcdfacc7006b3fb45b33ac542076 -size 468 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/staged_features.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/staged_features.json deleted file mode 100644 index 6cd197b2539240a25af8e22062cf3ef7c3eea320..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:148b95cbf4c3da3ebc38686f20ef1e724b56b701abfa24065d77f9b417e8671e -size 382 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/test.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/test.csv deleted file mode 100644 index 337e8e477426cd837a2169731ff6ef5025d06f36..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26 -size 315789 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/train.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/train.csv deleted file mode 100644 index 023dad2054b44ff77ffcf6f4554ad423242e80c2..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350 -size 2524420 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/val.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/val.csv deleted file mode 100644 index 8dc60d3ec85d7e82382b2245a4ce835645e4a714..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959 -size 315663 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_report.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 1d1c8ec9c816a611ef25b9c741b2566d78faed84..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6db943e2e64ac99af1018b34040faf810d6e36e60f0741ec5a4b120c0ae8bb4 -size 324 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/model_input_manifest.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 3fb771327b54efc117c16f77dfe0dadac8439fcd..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014a19d366b75177cdc353a16c41b5e3b6b50d89d526f2c94d05e602238f5dd8 -size 2889 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260424_020158.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260424_020158.csv deleted file mode 100644 index dd9c35ae25d666c6b5d69ac69e404b409c525154..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260424_020158.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99d903f4534ad7788e7b1d347431aca9854a3177dcdace7167d1fba4bb55809f -size 2179157 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv deleted file mode 100644 index a237629c2b155a7e898b1206261599ae68f0bc57..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:796617f525c301099794fe2a054089943996b006499b931bd7010c80f8d71b52 -size 4271884 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_resolved_ckpt.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_resolved_ckpt.json deleted file mode 100644 index c7ba35cd5eeee5edf3029b39f330c864b46aad50..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a1968bf959cac6a32a8d27e08f383032c4e20ef146cd053f55658cac12dd62 -size 357 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_train_meta.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_train_meta.json deleted file mode 100644 index a0f2049634c15c8c20be32caa51ab1a497a83423..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6bdbff550a8225909d53e7d68fdb688700a107f976c5297da2f60be2915010c -size 261 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index b44653dfc3d286d11d6bd86078fc8d6a9046aaff..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ce55bbdfb7eab7dd62ec2634fd43eb2719d69b3ce562b395cc8fa4fa781fd4 -size 128 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 704ba20d4a7148d049d3bf5c65ec080433d4bcce..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2990601a724cc562f148a8faccfd59df9d7f0a12638af6e2ef170b620ef2ed45 -size 128 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index b44653dfc3d286d11d6bd86078fc8d6a9046aaff..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ce55bbdfb7eab7dd62ec2634fd43eb2719d69b3ce562b395cc8fa4fa781fd4 -size 128 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 76a833ad95f1ac9563fd6fa46e86c101399fbaf1..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e247636301a1981ac7cc72e7b33206a827c1b3d791491a99a8373b46459b7a7 -size 294200 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 3a10d2206edab79411e0d4cfad829581558e8b9f..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49524bebda68f2ad3e5d8743be06fd57d099132e132562e7806ad11ee5aca1d2 -size 2352668 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 54d6bb4bf730d01ccd9daf4ed493e674f72ff193..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b8d9d825333a72763ce433fabeb6a8bc2d7d1d22cfa1f71f49b472e4ac00aca -size 294200 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/info.json b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index af2e329f92b43d570d2d6b09659a770c3425fd5e..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7be208e4fe566758a7d565464cf09b26852916ced27b4dacbbc216661e4458e -size 1112 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 023dad2054b44ff77ffcf6f4554ad423242e80c2..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350 -size 2524420 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 337e8e477426cd837a2169731ff6ef5025d06f36..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26 -size 315789 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 8dc60d3ec85d7e82382b2245a4ce835645e4a714..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959 -size 315663 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 6796ecf52957f7924f72568dd328a5a3f4f76dc0..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587fd6fe2d75caab988288d939395769ac7ea8c41a0938041ae5250bcf5e7351 -size 196176 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 403e02906d6ef0f94829fce6b6c3dedbf32ee65f..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:287f6835c6d89c1245143b25166673da2a55377c2ca2ead7f5bbc0e34cc03c1b -size 1568488 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index e07a37559d894dab3f6b182c756a6b4f321b62d1..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:693dcf53a187d58d619d0193dd178f117a2f1e98296ea30d8cb5bc8dd9d48647 -size 196176 diff --git a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/train_20260424_013406.log b/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/train_20260424_013406.log deleted file mode 100644 index ef123b07a131391539e15911e88315d567461f6c..0000000000000000000000000000000000000000 --- a/5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/train_20260424_013406.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5a0c6c2bed737b4651622d1777087fcd52cdd82cd2c1035d1f4e433a45f1545 -size 5050992 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log deleted file mode 100644 index 6cad0e56e413a4889eab6125d931fcd2dad3dbef..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260422_102218.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc03160c72791dde4c2cbe334ba6201e8ff479c03b1c7851bcbf84419f9b847 -size 822 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log deleted file mode 100644 index aa9140050e29b964fe3949eb6bb1041736255756..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_035117.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b9cfe67dd71f789323762b574961315524f95c0621350150b05ac97f476cc49 -size 6043 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log deleted file mode 100644 index 10e1a69d4b03e5a8b4f4d3402647ced7710b4c94..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260424_063026.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:affc0684d1464feff2e21f04938f1703463b5f3b1928e09a0bd2fabd2c1fcd20 -size 6043 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log deleted file mode 100644 index bdbbf745d079c234b913ac5ddce99ec4d36733cd..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155825.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23fc17fe1ce5273b42c7fd89fbae2e987f7c11193e052df5a34f6706cce29e0b -size 718 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log deleted file mode 100644 index bdbbf745d079c234b913ac5ddce99ec4d36733cd..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_155842.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23fc17fe1ce5273b42c7fd89fbae2e987f7c11193e052df5a34f6706cce29e0b -size 718 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log deleted file mode 100644 index 06e6143624d7333b56090feead7a6c4a85981e12..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_160111.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b97e1abc4f0525efeba2c4b912c176537f2e03726529e611511c11d5683b706 -size 5959 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log deleted file mode 100644 index 701a2c6fe1b7f44ccc2aaa1196a1c45dfbe412ec..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161749.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d36cea4df223d9cd0bda6b6d5d34c11ce4a5674fbcf56bdfdaa435d50549ce -size 231 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log deleted file mode 100644 index 54699ac5d8b8691440b1ffbb6088d4d68992bfce..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260426_161834.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5be663030429af5882bef3da949850a383195eb54beb2418498e8880a9b9a9ad -size 31304 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log deleted file mode 100644 index ddff468e5663bf06c99df60841023b9934d2a89b..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/gen_20260427_222229.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d5544e9638e612848c0d792d2e6de215cbb86010e9fcec995d1cac02117f33 -size 6043 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json deleted file mode 100644 index 406df4a6517b26391667d32acfeb608e58e8f9a8..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc82a19104db8b163661ef0dd29c208d1326882145747907ee8c5c5d06e4585 -size 1376 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json deleted file mode 100644 index 19f948176377a57ce3e6b70eef2c70d0173c80d6..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7760a8c85bb67747cc506b1d6e4ce8b67356dbb923d9bca2f15bd8c30301355b -size 2378254 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt deleted file mode 100644 index caf8643525ccc353fa455008f44adb35375a2809..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/models_100epochs/id000017768245295048116224/rtf_model.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729102f2037d7c25c407c1877bdfa2ac468f304b58da5582aae68a80991b95e8 -size 242376163 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b2780e61514726eb9ad59eb3f2fd8c7f49797415..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:751759bbfaa7742bc3c8bd530c3d29bba8b0e6598d2aba0500b6b981508c8305 -size 358421 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json deleted file mode 100644 index 25ffc7b5f2f598d68e638ab78983d974ad87545f..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c39395266d5a745e3d9afd29e87d8d9d20fd9a6dd39389f03d40cf3bd8caf955 -size 919 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json deleted file mode 100644 index 214ed53d9859e1db84e91dbcee45f86498770d7d..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d90e209dda6979664929e1650da6258ab4e08ef6fa2392402b368ad06fe2b3b -size 359222 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json deleted file mode 100644 index 9e8f3f07230b004c271913a5ac614761f40680cd..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/realtabformer_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:506ae856448fbec745984e35d6313eaa3f6fafb49fa3cf7fecf39c9629015f9f -size 74313 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv deleted file mode 100644 index 36bfb7e2936f8a9b4e6d2b0a506fcdb7e1fabbbf..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-1000-20260422_102218.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e470e3c7cf4aaafe7d411f4acae8dd05fb65ebdec4b55e48ae46a53e236b14a2 -size 2164556 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv deleted file mode 100644 index 25c80d4c656776ab33ff418ae2cc74c12883bf31..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf-n19-56000-20260426_161834.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c524f37bcd179febb51b2eb6416965bdad132e6451eab31b0a0c32c2df8baf1 -size 120572894 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors deleted file mode 100644 index e7a519ae1411bd01bce340294fb376327f98c741..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5d687cafd252358c09a62c1887cc711fea77a80006b6fa85aeff80ede5f91d -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt deleted file mode 100644 index 169c01d09095c9d156bfa1541c650614694957c0..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d14dceb0c445f31a901c088fee5254a65763f670bfe74979afb6ca434f09c676 -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth deleted file mode 100644 index bc0dff6c22b0623a61546ddd3f6822b80feac146..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f13e4dc58de30c6e01cf7af49808790e4e4b32be3e10ef85d79c62996f9a296b -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt deleted file mode 100644 index f76fcca09fe85dc54986f9068a23e3cb9b1612c1..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25053adb93dfe6e48f1e2736559c84eaf5940980b06ba875fb26864ab6f8e884 -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt deleted file mode 100644 index d3d75e0b61fb5e902995b04f2105e6792949679a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1927e06dacd4b0dde5cad6c5b6c99647e30e0431f4f97aa9587e598268159c92 -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json deleted file mode 100644 index 2770c65e93c13bb377676d8289e0694d8062a28d..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a8c0753c1e832c81f2fc281a554934cf90bfeb54de2cafdf8785b844ce7b70 -size 323971 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174500/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors deleted file mode 100644 index 0d6d07b029f91b72ba2795677d2f66c44bb4a8ad..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:948eb5af1445afe4fae182c6e0f1aa2d854298095833cc7e8b4adcbc88b4a723 -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt deleted file mode 100644 index 1f1ea2f4014f4b7f975d32e1d63d5763dee44d66..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d05b6805eadcc62f6f65f13ff576728f93e36a4c023a12147e6b944a0a4a128 -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth deleted file mode 100644 index 2ddc42c3e884ec764f5631d5369bec5760039d5b..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7587e8c6adf9b41ba245affa695514235bb17af3c3c4c33440badc4e5d65ef69 -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt deleted file mode 100644 index 0fa13db48d464e2c41de346d566e2952b08c4d18..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae5404afb9075df60dcf081fa3ca71250b87370697b913fc303ce320c88d37e8 -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt deleted file mode 100644 index fbab8aa5b56cfbc2f0edda83107b4503e67280f4..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2abd68ed7eb79869f774c5c50a0b5a5114546cbc3e5772f6778798c29065ee9 -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json deleted file mode 100644 index 17e61703969b6ae2b2d5cff1487b9fb667b557b7..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea8c415bdcc93a614fe3128d480f25d41fbf370724a8af13ab3aa0545133f8cd -size 324160 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174600/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors deleted file mode 100644 index a13ce9c84005181ea313699b72ab6336adba95ca..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22054a0c7ece94d2c6306fcdae737806ce1d7bc2aa5d8911ccecea63e6219a9c -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt deleted file mode 100644 index e2429fc3d370b6dd2c0d196b3aca3c4b4c4b2374..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b9fdf5532564521d17d57fa051849772af4d0bc91e98e2301ca8d7022f9362d -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth deleted file mode 100644 index b7a35962ef8a34845b7600d7b91f0851b385f04a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f7573095afb63fba95d71d359f104fe75435416b4fc87929c193782807cf181 -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt deleted file mode 100644 index 4e1437f1539ed8910b75cceb9ff4740761502747..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd97dab23e8c436e2d61d84cf31128ca587c23dfdc1eb70f346e3e54e8ff038 -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt deleted file mode 100644 index 4af53c3f623a32db0982df2a480471acc18ed8c7..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de8a897c5f2f8b59c5c462e47a057764ce2ddd4d5bfa01474978443f9e7ffa0 -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json deleted file mode 100644 index f1548774825357d4b1be26c1887afe0c294f2af9..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0ff1272743d82fcfda383add5f4f92e439af5cf8e46f610429e38501035980 -size 324347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174700/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors deleted file mode 100644 index e341fbfe7a206f934b85986860772f7bc66e61fa..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:275a015a0b2e1d2326e619f40d26d19136a4e72b23cb166f1e209577961b6346 -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt deleted file mode 100644 index 067d9056e263e4436f4044fdff0b017044a7872b..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e517ebec54af92d8810f88b3be1b6cbec0b536c28af89805b1da4ac92ac0ef5c -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth deleted file mode 100644 index ba6a53a6c87c702d3dbbe48946f7b2b4bb8b1644..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c693c78e71795f77159ede7ecaa68415e947ba603bf50c5c2564112e412c4b31 -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt deleted file mode 100644 index e31c926dab5d819490f5f3ad7a2999abd41dc383..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7c3e95ba365029287f2a3ac7961e19a3f20d673cc7a73f4e96db8db246c3ee -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt deleted file mode 100644 index b72cb46597163ba63e279648da7b89380e5c01e0..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ebb09de12400cbbfa22b9c7fe9877fd76b3deff4a20e6b44ab38393a47fe1ed -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json deleted file mode 100644 index 7ad1bdc7468b8b31c3c143cd0a1cd2cd975a4943..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1101b3f868d7ae3301168aaf202a9f97747aa3579b99dd0b1da0ac651e53d88a -size 324520 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174800/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors deleted file mode 100644 index 8ceeafc2e513632ec467a4a9b0a2d1c31f5b4a7f..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59df9e650a083a4caa7e370d2baae00b4f125d12b924333ada053c56572de118 -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt deleted file mode 100644 index b880140415bd25258bdfab2c43c5780ed487020a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c1112e14f5f5440b57cee285860303009d384362fddae7a761ef810904f2bb2 -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth deleted file mode 100644 index 1c74567a441cdd5a73569dca1f343698efbee698..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29dcef879a4077e4f4071725e8e7191f659a4b602c2cb5f9108163114fa673b7 -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt deleted file mode 100644 index a36fa9e3439237238cc7c8bf329facd9c6562b4f..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68fe66d3ccabe0de91165df08ce0c60f2cd874a2a11a60f23b7b39c43742f8f8 -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt deleted file mode 100644 index 8eae7548302b73b16916ac12f926a5036a42ed0e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31198d27fbba6ddd89f3ffe6ff9069288eef6ba5ec3e979ed239367888ce0b5a -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json deleted file mode 100644 index ef4341862aec5f3c5499294be90f2650c288fb26..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c35e4d155bf587f8c70b930d13f8ae8dd3f41fff4b64b01691bbaaee39ca193f -size 324710 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-174900/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json deleted file mode 100644 index ebed35c2ed7f4af1d003a014c3fd3d6ec7c0f97a..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51300714ff2ffb984ddab191af0eb7ee3252745ff52c92e90ba5f7470b3d934 -size 823 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors deleted file mode 100644 index 7f187d58d726a036f35f842a7eb2cc1e330c23cb..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d04695ff6c7e004f85947d4b3bf71933664f25d402ebfd5f1989c1e38dd46425 -size 242354632 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt deleted file mode 100644 index bc666c4ba576b6bd7c484d610761ee1ca5e6b718..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d270d4be71cd6c633a1fd52d4716c1cd68787e4cd4562863f6a1b3e5e30f1e66 -size 484758347 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth deleted file mode 100644 index 10a7effdb2d20c8881ecfeb2f5633a05bb254c23..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf03325e59d3a0741e001786f7f576b9985ad29bdf0c7a56ff0a2a228925350 -size 14645 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt deleted file mode 100644 index 9f1d34b9787cd3ef1e752e8eaa19efcc11ebfa62..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1dbefdd5e6295a6290d17fe61e170bc7d3d12af47bac6fe27bed15f7162c164 -size 1383 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt deleted file mode 100644 index 4f8cf66321d12d61f0a0a7d191bcabddf36ae813..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d644ce2ce520184eab77031250b77a23499d4bfd1e28025fb7dea3c8662dc0 -size 1465 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json deleted file mode 100644 index 22514c634e5da096e5f34dbcf25f393527bf141c..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a79bcf2e540802cfb846d00ec5b9da0becb79b882b99ecaf84ae6d1de98618c -size 324871 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/rtf_checkpoints/checkpoint-175000/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json deleted file mode 100644 index 598224da0ec75f12216eb6c5d7a1e8cce5fcfcf9..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3610d1caa68aaaef254499c47b2ffdcce3d93bd241cb066f6056f45cc6a56b0 -size 457 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json deleted file mode 100644 index 9e8f3f07230b004c271913a5ac614761f40680cd..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:506ae856448fbec745984e35d6313eaa3f6fafb49fa3cf7fecf39c9629015f9f -size 74313 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv deleted file mode 100644 index 0782055ac0e297e4f33734ea9d6fbc675ada3bfa..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71d7956b1019f9cdb46e50142bd5567f1efeaf7c9920aed5eb50c3f00da2c0d1 -size 15509649 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv deleted file mode 100644 index 943545180da6a0e28636d8a7fd6d2194cf793b03..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5baa195712a9e23e71059aba544f9a7d1cb46594f7f6903469966f66dbcc9beb -size 124172425 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv deleted file mode 100644 index 6fd83b156414885d8fe436120d68d3f997a18c90..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7a9fca60ae4a3ab1e2ffa7930243061d516b3838f19276db27a5dba6fbd905 -size 15543732 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json deleted file mode 100644 index b15a7385527f640fe82d5da7fb2d6206e41ca162..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd3cd748a8c4d8144c190db2171b43e4bc8a02c08b3e5f443e9d0a746c440b0 -size 326 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_transforms_applied.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json deleted file mode 100644 index a1a49756b2ceab54ab162c10892f629bf1ec82af..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/staged/realtabformer/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b44ecfe14309ef8e0ae23927582b7013290506526cb4ee7a9c520a01c7764928 -size 359424 diff --git a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log b/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log deleted file mode 100644 index 2c7faa7dda104dcda6ba2e9b2909fef56ce698c4..0000000000000000000000000000000000000000 --- a/5090-Success/n19/realtabformer/rtf-n19-20260421_030215/train_20260421_030231.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c216edf3a06e65d1753b22e559b8c2e9bec53b787911647d72455ea481d187 -size 13852310 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy deleted file mode 100644 index ffe3ce48f9ebc462ef53b409ff0fce8d0984900b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c1b6a6f543d411b42d7d5fd0a7c372a82624a86bb245a5814a4f3e0fb6fb59c -size 28976 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py deleted file mode 100644 index c4b1b23975a887938adf1194cc7f689bd027f2c8..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(1202)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json deleted file mode 100644 index 9685c6be96c31ced7de4777bbd529709401a03f6..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:968d8ed04309428f3be9285a52e7e64bd0bc0b6d07f16290ed7951d39dce2e18 -size 159 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py deleted file mode 100644 index ec505c8057b2e4ca0e7837cdf7219a88e0bd30d2..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib') diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv deleted file mode 100644 index 41d0a7b5dd620ab7053d6bc7a82042f3d8135cc6..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forest-n2-1202-20260424_102412.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:643d9f82851ad8a6f27895f4de8d00c3a83a3ea4b40169ef511c469dc570cb63 -size 102406 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib deleted file mode 100644 index bec3a8128a3e20e206245c79e08fd723606cbadc..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86a0abf0b6e98f917bf8305f22b32b66c8a4b0f9d6f263d0b2fb300c5d7dec01 -size 55092806 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json deleted file mode 100644 index 933c25123d1d9ec231b69bf676ebf50b595eccef..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60fa356508df45f8828d17545681d16a9f6c1f0c2b5f9f25e59f5ae4c856fc4b -size 1351 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib deleted file mode 100644 index bec3a8128a3e20e206245c79e08fd723606cbadc..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86a0abf0b6e98f917bf8305f22b32b66c8a4b0f9d6f263d0b2fb300c5d7dec01 -size 55092806 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 043f0a0669fef7728a3fbf330e2877b2404127fd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 -size 2987 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json deleted file mode 100644 index 6f7de537b29107189c0aea2e838522be8c41fc27..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 -size 927 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json deleted file mode 100644 index d04251e1733c5233d71bda7d358de525e093fb58..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a1a22ec641679561e046ba9021b64acc744f3c1365ab4512a71fbf2a783ef1 -size 3803 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json deleted file mode 100644 index ddc60168b6f56873a289d43fb068babc15e0fc3b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0805ddc80007a2feef793f1d3e76a4b9fa9b0c6db5f0f25b541f1acc08fb094 -size 622 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 5dedf95e33824c51a8496335ff0c6be4f9dc531e..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02db9b134425c0512dfce106aaa19d7377fc084f2378d73e9f4cfc7f8da068bc -size 331 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index d3012d0e0d50dfd0be7f814d2b91acc5556b6ae0..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21281024234f930543d24f560db67cb980a232c1bec8476329c08df96a4adbcf -size 4010 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json deleted file mode 100644 index 47086b59733f5be02c1812155d8c1c742cfd7c54..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 -size 621 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv deleted file mode 100644 index 8e752056b9f0d146f963f99f5d4df9e4a27737f7..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d -size 6068 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv deleted file mode 100644 index 19e6e5401b6078535637c660223158f2c341e3b1..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c -size 47624 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv deleted file mode 100644 index b2aeba5f63aae25e7bf98dae82bc1ad310432999..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d -size 6032 diff --git a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log b/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/forestdiffusion/forest-n2-20260424_075935/train_20260424_075935.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py deleted file mode 100644 index ad006179d2448bdff37a10e84674796e91799b9b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n2-20260424_004716", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n2-20260424_004716/model_500.pt", - "--num_samples_to_generate", str(int(1202)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n2-20260424_004716") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv") diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py deleted file mode 100644 index b04573cce074ab8972c337836b0beb2f5ff80764..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n2-20260424_004716", -]) diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json deleted file mode 100644 index a060d47ff7839b852c2ebe57933de33e2aa957df..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2744ae0603686de7670a49860e61e64b455733f99d54a32b81e4c166e59c9f8 -size 1345 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 043f0a0669fef7728a3fbf330e2877b2404127fd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 -size 2987 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json deleted file mode 100644 index 6f7de537b29107189c0aea2e838522be8c41fc27..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 -size 927 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json deleted file mode 100644 index b5f229682133a4db1fddd6247a657f8d1c317644..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4af5767286f42d55076bb0cf9f2e5af5a67147eb8c9bd80a64e41b0b04d8f7a -size 3788 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json deleted file mode 100644 index fce328be3fd3e080a9612e4112c4f750039b7756..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bc18d5ecff1f73100846ae485b1cb72780afda899b1e4169f9ff55c6262423d -size 621 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json deleted file mode 100644 index 47086b59733f5be02c1812155d8c1c742cfd7c54..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 -size 621 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv deleted file mode 100644 index 8e752056b9f0d146f963f99f5d4df9e4a27737f7..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d -size 6068 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv deleted file mode 100644 index 19e6e5401b6078535637c660223158f2c341e3b1..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c -size 47624 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv deleted file mode 100644 index b2aeba5f63aae25e7bf98dae82bc1ad310432999..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d -size 6032 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 7c319451b7ffce776921716820a3bb26222f6aef..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:835fa246cbe2f8075e133bccd39ebde1ff7d2da70e3d89380004106559c494e3 -size 322 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index a23c04cc924b7773e33f5b3a2132c4fd59b659e4..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7371f4d33840855d13a05740215840e5ed5d7c286006e2c9c45de31ba50c925e -size 3986 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv deleted file mode 100644 index bb0bbf608d0aed9e48f6ee35611a606919828232..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow-n2-1202-20260424_004754.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:010e13b7a4e1ee5c43f580a349f23dfa621b75241eec78d99a17c194b17b2b40 -size 60417 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 2ef93aec450dd2288353361c6b1812979f8c2db9..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37058db9648618a0fa508864b352cf0a22db70cc294fe7ddf86c8eddf190a388 -size 354 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json deleted file mode 100644 index a066e856928d84d829b7d38e1ceb10a74b912348..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b020b51d9f1e3253b4619c1069429ed31b8bbe0f942b44111a554861fc7f66 -size 259 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index da03456cf3d91075bbe603cc445cc23feae7a9fc..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4948088e66a7824ff076579372cb41b8a8db86d4089803a704fcc51a95e669 -size 128 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index f920b76255185e754adf535384aad6987c05598c..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc28a3f1c3275272a5da98eb1fc488caebc89724510c28d6b3d3d88895a4091b -size 128 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 86505a62ca64bcb1705973ad7bda5966c5b47d85..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d42e9e77f0c0c3640219e2266b31e7c65afe33f33fc3322e8e81ee4a3e032084 -size 128 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index ca258653948a95df632e6b225063577c24e32e0a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd704fd2d6901f4c0e113cf6909cfcf1c090ed9b8831c8a2f7c9a8ec9b475fa -size 3148 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index be34645b9b76bd259ffc15c69f5aaf8c47f7e826..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12464821ca33b640e6881f28297a24e1a58c1f6e95e1c649c918636df117b7a6 -size 24168 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 6a0d74f13f809106681a613e477d1d0608731959..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb7c7b8a2d65d2a4cbeb7c7e62bd71be02a26b7c30caf65c0c18a36e8edc20e8 -size 3128 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index b03ef3f1aae6c2bd92406c2d08d62fe5798fe1d8..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0a699931e42f38809e0d05aa9312164d72322d191839dcd04b9fa89fdd0720 -size 1532 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 6fb53e9e8acb704e3c2b2a815309b9aef7c9d58e..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:477cb1158c20c9c6c3f11f456474c29ffabb61692984a890493a9473e89eca2b -size 47624 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 6e7d15e0ea2de034628f898167e4ffd746fb7c7a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:478806ba155c87581c7e445e2e3fab861276dc9f9f8aeac47b63d20b27c71524 -size 6068 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index b678e48b42898c8917dc9aec3b5eb699f25c870f..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69821fa785ed9414687baacdebca8949e9edb1291522b70952c3196b9aa15953 -size 6032 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 8ba429b76391236123e494d1461771e8f5da3df8..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f9ed66b7eee9392bfb84547620fbc49f60a01af4e17881eb2be22b0c8e2e62e -size 1336 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 91328d40d60af249e7f9ed986ff06611d315bcdd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e67daafa79dc92da8a0c0f8bf3c92105cf782f7095fb28d1d6a3b4327f174b5 -size 9744 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index fb6aa3d2d18e6b600c5f6b41db470baae5c5166a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c52d829e5148065de9cee2a3dff4c30e6b6142eb9a77b06bb7edeeaab724287 -size 1328 diff --git a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log b/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log deleted file mode 100644 index 2ac30d452b1740a498c23ff9e0f639e0c5c47f0a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabbyflow/tabbyflow-n2-20260424_004716/train_20260424_004716.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e9fcdde1cc1bb0e583e3494d53a29218b6c853ece330be989dfb049d7e67c75 -size 205907 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py deleted file mode 100644 index 32df299f56f564e816d70c05496226c3d4c1d046..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(1202)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv") diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py deleted file mode 100644 index 526868f08922c7e96784bd2978b4e86a21ecd646..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json deleted file mode 100644 index 9bc9cde4e74e296a6225ba0a17ff47bf9f5c6f1d..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a5a734efd36f25fad6c73fd323be6b66cafef30aa65d35d10c09a79b5713510 -size 1343 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 043f0a0669fef7728a3fbf330e2877b2404127fd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc1fc64385203f3efba1f465940d7b364c828a5051ab8923f77a8b24a389f858 -size 2987 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json deleted file mode 100644 index 6f7de537b29107189c0aea2e838522be8c41fc27..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3b23b2a5a72def0b741e2490bc58ec4a30dac9449a4bafde1734dd3dde95c2 -size 927 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json deleted file mode 100644 index 8fb47787ea6c16fc84560cb5b945c77062e3d9c9..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a96c268f76a3b9d25e9d8cd6af9ea88d35551cf5f89fe936ab96e69991e72c08 -size 3768 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json deleted file mode 100644 index e0d346b26f1060beec945fd8a352d72f33c618ee..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530a04a0a9cbdca62f6b3d572b6fa5537808c6bbd132d5b841e714268f21ed1a -size 605 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json deleted file mode 100644 index 47086b59733f5be02c1812155d8c1c742cfd7c54..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c8a225c8d4f6e94f39e8c536f8ac2967890d3ce3d7d86ee9ac88166c88fb149 -size 621 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv deleted file mode 100644 index 8e752056b9f0d146f963f99f5d4df9e4a27737f7..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b641c03347c5b451dd6fb120aecc9e3480dbac4929a14978b5dbeb846946c5d -size 6068 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv deleted file mode 100644 index 19e6e5401b6078535637c660223158f2c341e3b1..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f270db0e48d7595f0870d0491470f20545dcc0f3277388206c03b47ced9c294c -size 47624 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv deleted file mode 100644 index b2aeba5f63aae25e7bf98dae82bc1ad310432999..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc14d060a0f2177ff380c42c2fbf1dd0c5410f1b5904a2bd1f0e28e3ca71fe0d -size 6032 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json deleted file mode 100644 index 6e146c4c9e558d96aef5adfd97d0f16210ba2522..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263ff90c177004968a80ed733399818c88e1b30a5cfc5154924e7ac98659e519 -size 316 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 48f4edca3796d44480a3c39ff18c93190669576b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0823f34880b4442101f42a3791892f81813b302a55b8993245560fb02b6eb28 -size 3960 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv deleted file mode 100644 index fdfece199ab4a32cf0363dd83ed492a9e5cbb398..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff-n2-1202-20260427_160557.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4d507137cf79b2ca337db5a0e65ebb2ab916654c199b33912a2615f21b29ba -size 60017 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index da03456cf3d91075bbe603cc445cc23feae7a9fc..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4948088e66a7824ff076579372cb41b8a8db86d4089803a704fcc51a95e669 -size 128 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index f920b76255185e754adf535384aad6987c05598c..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc28a3f1c3275272a5da98eb1fc488caebc89724510c28d6b3d3d88895a4091b -size 128 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 86505a62ca64bcb1705973ad7bda5966c5b47d85..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d42e9e77f0c0c3640219e2266b31e7c65afe33f33fc3322e8e81ee4a3e032084 -size 128 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index ca258653948a95df632e6b225063577c24e32e0a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd704fd2d6901f4c0e113cf6909cfcf1c090ed9b8831c8a2f7c9a8ec9b475fa -size 3148 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index be34645b9b76bd259ffc15c69f5aaf8c47f7e826..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12464821ca33b640e6881f28297a24e1a58c1f6e95e1c649c918636df117b7a6 -size 24168 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 6a0d74f13f809106681a613e477d1d0608731959..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb7c7b8a2d65d2a4cbeb7c7e62bd71be02a26b7c30caf65c0c18a36e8edc20e8 -size 3128 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index b03ef3f1aae6c2bd92406c2d08d62fe5798fe1d8..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0a699931e42f38809e0d05aa9312164d72322d191839dcd04b9fa89fdd0720 -size 1532 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 6fb53e9e8acb704e3c2b2a815309b9aef7c9d58e..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:477cb1158c20c9c6c3f11f456474c29ffabb61692984a890493a9473e89eca2b -size 47624 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 6e7d15e0ea2de034628f898167e4ffd746fb7c7a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:478806ba155c87581c7e445e2e3fab861276dc9f9f8aeac47b63d20b27c71524 -size 6068 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index b678e48b42898c8917dc9aec3b5eb699f25c870f..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69821fa785ed9414687baacdebca8949e9edb1291522b70952c3196b9aa15953 -size 6032 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 8ba429b76391236123e494d1461771e8f5da3df8..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f9ed66b7eee9392bfb84547620fbc49f60a01af4e17881eb2be22b0c8e2e62e -size 1336 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 91328d40d60af249e7f9ed986ff06611d315bcdd..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e67daafa79dc92da8a0c0f8bf3c92105cf782f7095fb28d1d6a3b4327f174b5 -size 9744 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index fb6aa3d2d18e6b600c5f6b41db470baae5c5166a..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c52d829e5148065de9cee2a3dff4c30e6b6142eb9a77b06bb7edeeaab724287 -size 1328 diff --git a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log b/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log deleted file mode 100644 index 1582374640e847c211e10d5624bb355416bd954b..0000000000000000000000000000000000000000 --- a/5090-Success/n2/tabdiff/tabdiff-n2-20260427_160011/train_20260427_160011.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8785026ac0e1e0cecc8bd7bdcaa19999b5a698c9b8f5a2be8aa3adc5279145d2 -size 292188 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260422_140726.log b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260422_140726.log deleted file mode 100644 index a5b18d4a43c794513c7b07a954ed8bf6201e07b8..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260422_140726.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b34fc922939090ef00177746a48c3902da9a3249a2f49ea6e26c26257e80a3d -size 796 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260424_035100.log b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260424_035100.log deleted file mode 100644 index 8a4dfb25e8c10e8910ebf4359c4f570a731bfdc9..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/gen_20260424_035100.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:205c5e1b373104ea5773eafabf8107f278af2a588184825fe308223ea65915c1 -size 4454 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/input_snapshot.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/input_snapshot.json deleted file mode 100644 index 0344bb3fe580c6868a12e4e9012f3d9b5caee0bd..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd3cdbea0263ae5b035b91527c43c8e23a3688c154495dad1ebea2add3196dd1 -size 1363 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_config.json deleted file mode 100644 index 1b15dfe0a6fc768492314379bcb8380ae2a56c6b..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c25fdd703d5576eeb17f6a08e55250fc973006fe6915caef4a402cf6ebb90bc -size 19306 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_model.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_model.pt deleted file mode 100644 index 34e5cd10f4d4314b0eefc20544a2123202449b56..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/models_100epochs/id000017768380433061638144/rtf_model.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc30314f87e7dd526fbb486ab1250155b6e2b5d867f39a90ed8047771416dc20 -size 173922787 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/normalized_schema_snapshot.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b6f805cb611b5eb24d24c33860f3897d44b92b71..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81093ad7315dba850c2b92af3ef28cb2cb4b937f961dc1dbb466b60c355d7f24 -size 2463 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/public_gate_report.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/public_gate_report.json deleted file mode 100644 index 1d58a2d510ce243dd476f2099806db9e4f5bf470..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4adcff0fa029aea42a6c910c34e47fd0aa0b155017ded717a5c03b5f0ecfe829 -size 912 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/staged_input_manifest.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/staged_input_manifest.json deleted file mode 100644 index d1fe02de8e9359bc327dfc7514646aa9371c8d1a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b2093824c8947e561c9c5bae7616dee8b1987086f00b1b2e3e8353eac173f6 -size 3264 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_features.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_features.json deleted file mode 100644 index bed22f25df74704c6b61abbbac3f2f2c632a52c5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a22ed10942cfed5c408e8c1e37d6169591f60d625b40c117dea9aa4a57a5b8a -size 445 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_sanitized_info.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_sanitized_info.json deleted file mode 100644 index ae318a042d4d9f10da480a573dd8949e0eb147f0..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_sanitized_info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9d3db5e82b63e789ad48a971f3f556cba1333bef55e32c860cdac29064003e6 -size 206 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_train_sanitized.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_train_sanitized.csv deleted file mode 100644 index 2764e67a44dc7935c4c3370bde96cd6c1e661e5a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/realtabformer_train_sanitized.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b3bbe5a712d13abc94bde7e45442353042add877f237b19f9f67890d6c2fb4e -size 247687 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-1000-20260422_140726.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-1000-20260422_140726.csv deleted file mode 100644 index 0f0c8eefd3cad0e4825dc0e585a9250b8f7321a0..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-1000-20260422_140726.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06afa7e50f97d6392f4501cd50b73b6caefed8023ae5308b198ae0d9588200a -size 32375 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-7654-20260424_035100.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-7654-20260424_035100.csv deleted file mode 100644 index a83f0953385b7715616bb56a0c41243eb41f3872..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf-n20-7654-20260424_035100.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251dc2092269854a0d9b6f216ed7deb806bbd6e6d8e87023404e794c3cfca8ec -size 247753 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/model.safetensors deleted file mode 100644 index c75708997cd9d339eea55cb6e7686ac6f3361312..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1045db9eeb76774c80c531ee1aab24b9515641a88094c3a68291db9377e64a -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/optimizer.pt deleted file mode 100644 index 38a893c2e4b557e2224add6bf0e5f2575e41c9ea..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747f2e7068c57e6955aabad75a6780d5182d9869e0f6ad7fbcc46029cbd78d66 -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/rng_state.pth deleted file mode 100644 index 98b9e09f7689f65e8246810b1472469c3a0a0e97..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6d3eb6633911e8e8223638069bf97b08d967f0d8ad2a9fed3ff6810c923d3dd -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scaler.pt deleted file mode 100644 index 42a5ec4dabc974d66158a2cf013cf8357db64d50..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e38612b15e012c1492710006e7e72e9799734c40ab5023956cb7843f321bface -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scheduler.pt deleted file mode 100644 index 4329ae412236b641595b73a3f8e591752e67e6e3..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223b01c29bd9fdc79e4da60d3555eb34a7ce01b1fd6a7477ce09f6a08ce1e46d -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/trainer_state.json deleted file mode 100644 index 2649760aecc423fb79f83e2f606e33f7cbf09ad9..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bdb7d0755bd5e6fd21727c5a518241ccb3487b8421b08264a20ce215fabb69c -size 44153 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23600/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/model.safetensors deleted file mode 100644 index c533cea1e4695e565c53f5016414573c9752beeb..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30c5a46aa503053d6940f461908f738e7e29f0679293f21c346e2eb54ef3d09a -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/optimizer.pt deleted file mode 100644 index b48bc66b0a78be4f2e8e8ca09c05b427b10ad84c..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbe6bbd53bf4fbbe8c936f35887da48e2fe95df0cae0cc3399049ab3294bfc61 -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/rng_state.pth deleted file mode 100644 index a5a49f33d7ff1d54b4538a64cf920ec75d0c65e5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af7a5af62d96883524c6e6516736d9032c9c76df78affc3336c03d3743d523f -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scaler.pt deleted file mode 100644 index 8278d9b8264cf80758df7cf3f0a5fe29f3dca998..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b904b3109fba7c85fd3f6fe672660570ac5473ed60e9cc82dc16bc62215fbcd0 -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scheduler.pt deleted file mode 100644 index 3eded2a9f41d3980f014f6afad572d217af49694..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a25f08ea548595e9dc33f7266623c501c3078d063c5f60b463df944bb3a69b3d -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/trainer_state.json deleted file mode 100644 index 5a2da8b65bd484eb9c1b0d4bd6e03abe5026c534..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d712f17ae8da52237e24f0d3e01ef4a0f469837cddbb0601984dc8f06a69cfa -size 44340 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23700/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/model.safetensors deleted file mode 100644 index 6f9388e52a701271096c58b07c4a1092192c9b99..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fa858a362502e34158b030f525e70a101f4ddc7a520006c3f8560de86019aa6 -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/optimizer.pt deleted file mode 100644 index 2163a102ee4844a89c866cb9003c28bb5917b00c..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a4fdfa41e16197d1b97326074174427b34df64e5c6e1ec85741ca1a7957e7f6 -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/rng_state.pth deleted file mode 100644 index e83f6983514ceb78bebc0987e07d755b85b69b79..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec6039000420ca8cd3a682bf1d08948f2ea5571f765fdfd2b019916ac5b58ada -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scaler.pt deleted file mode 100644 index bf9792f9f910307bb665963862de69dd4b54f411..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f645bd4ef3e8ed57cfe1fb472b75aea1ba39b0bed03e397652ddd0f1e10d60f8 -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scheduler.pt deleted file mode 100644 index fd38aaac0c12973b7517710605971b26ada76f53..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eee599d90031a5ea0606ee351d06bfd797b2712ddbd9e2b725a04be5b4adb3e1 -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/trainer_state.json deleted file mode 100644 index 11b78a3f33533037bf92e136705062061d24e86a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9860470617920bbed6df4e816576027d5f82425f4c02533dfebc82c6ca37c43b -size 44327 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23760/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/model.safetensors deleted file mode 100644 index e525d453ce1c5acffdcdabe107a24b2c70d33f84..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036d0b82a117a7e494965237ef88e3b33119bddaff7a61ec80d23634b42abe8e -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/optimizer.pt deleted file mode 100644 index 31693db10252782644140ecc6e224fc7f646cf73..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20b43666958b72ed9d7a7be5c95d2d7a1b28c7b60d4892e2cb9683f8523ba88a -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/rng_state.pth deleted file mode 100644 index 1716320d751f706d8b3ebb56514898fc7d144865..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10be91472ac2c14d8eddc552d58351e180549c3625bbc342d29eecc5f4736aa1 -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scaler.pt deleted file mode 100644 index 34d03138b2eab5536659e3aa14bc250a341bf6ed..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40b8001523f17dea2ede4245891ec026880b5999b27488c441c406f2c59ea09 -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scheduler.pt deleted file mode 100644 index a5dca41f5c4887ffc5f037d2259dfdf8a1a1c66a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7499127d670ad932448e012b879f4b7a3fa1fa5f1fe465800d5f98b766f1bf8 -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/trainer_state.json deleted file mode 100644 index 1f0ffec014fb5b85619e8ee83d48980ee8989c50..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e900f1668528ae37c9f5eb05e6efae75e240b6367ddbf4399d77366ec81b00 -size 44526 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23800/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/model.safetensors deleted file mode 100644 index 52f31006e0ffa8a53d2335cee46eeec06095f40f..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923867e27f16f83a3fbd13a12c14386a55c1c843c730b06f50a6b1a61c55299d -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/optimizer.pt deleted file mode 100644 index 0dd376ae1b0d972c041f4a17c65d7a1f26f82179..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:977f3e8160915023c3839d6dda0db64f63f71baea8d188d52185cf2d1c07a396 -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/rng_state.pth deleted file mode 100644 index f34a20229c4680e085af4270ebf11daf57728d94..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:228127894535bccbd8fb56259212cb2dafd9c92f3f60d3d0a395bce4bd4c07e4 -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scaler.pt deleted file mode 100644 index e08b3cdd3e3f5b9ea7aa5d19f3e47a13a1f3ef5a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5980413cb7eb3830d257a937de8d2786334fbab6438cd3476907cb219d446277 -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scheduler.pt deleted file mode 100644 index bf26652b77c69ca179ca20b5d3b7a0495d5c8f92..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf50062f00aef76df5f9efd4b800381fc76db0a94cb4590ebaed7fd9c4e561ab -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/trainer_state.json deleted file mode 100644 index 1ab50be61686d66f901810fd3ae40e0567c5b72f..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:779032f7df83781ead9dae5b35f2d2a5d102ca9a1b30bd9530bc7bcd7a43447d -size 44712 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-23900/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/config.json deleted file mode 100644 index 62478ca95439f918f6f2874767f00f587df2f260..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a967dbd8f82c07951531e7f105cbf4bb3fa4e7646f46bb86a616610057f09b -size 821 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/generation_config.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/generation_config.json deleted file mode 100644 index c553cde097be85188d7beb4b21c315fd90322cd5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/generation_config.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba646891af3688a94e7af450f87ec1aea9e6c5339741bb2fb42433d6da3346ad -size 194 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/model.safetensors b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/model.safetensors deleted file mode 100644 index 4bc2fc0d2981957c327fc268b0a2eb21dd5c975e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/model.safetensors +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e6e2a7ace3d428862e09b5610180d150e1a6b87909c37d24eacce12c7a9de4c -size 173901256 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/optimizer.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/optimizer.pt deleted file mode 100644 index 29b1dcdbd10282bbb5dd992717acb5ab95445181..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/optimizer.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:125791bd219fb7a687c22c5144755e87191b8033e405d2d13eba65be02befd23 -size 347851595 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/rng_state.pth b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/rng_state.pth deleted file mode 100644 index 3c5755a4955a76cea467a4d5b3c41d92a7e12131..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/rng_state.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:199852b501f1fe1702def8a5d7d4078e6ab6dd7b25dce6046a43c87fce0455f7 -size 14645 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scaler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scaler.pt deleted file mode 100644 index 241c562a134e120f8bc0122a1b0edce5a549c38a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scaler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae029a8e6af9f014c9ef8b713fcd28cef1f184648ddde977ce75efc89ca9a242 -size 1383 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scheduler.pt b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scheduler.pt deleted file mode 100644 index 1e595bce4a59c6bf5ca3710fa4d90bde2861bd61..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/scheduler.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4ea89baf3075c7771c0458f068007f02f0ff6ed8052497de9c55167563e8a90 -size 1465 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/trainer_state.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/trainer_state.json deleted file mode 100644 index b383655da083e7dde829889f2ea00b7ab238fb1c..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/trainer_state.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953ea72d774c46384ddf696455bde771986ad51ce889e9496038c282f1c7a577 -size 44866 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/training_args.bin b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/training_args.bin deleted file mode 100644 index 34d68dc0e0fe1c1f12a2e581dd1b166aa7178a9e..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/rtf_checkpoints/checkpoint-24000/training_args.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2cd88337d1d846c6918d2b3b63fa3e5c93f12fefc082497590da854a564607 -size 5201 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/runtime_result.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/runtime_result.json deleted file mode 100644 index ced49abe5a298a5831fb64bc8922b56b12653f0f..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe11fd55edc87bca50355a6030e528f6ab850681d0c66c7f6550a6aec86f6f32 -size 456 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/staged_features.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/staged_features.json deleted file mode 100644 index bed22f25df74704c6b61abbbac3f2f2c632a52c5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a22ed10942cfed5c408e8c1e37d6169591f60d625b40c117dea9aa4a57a5b8a -size 445 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/test.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/test.csv deleted file mode 100644 index 88524bb10b10f11146922a7f3382c62f2bbf780a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce -size 31623 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/train.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/train.csv deleted file mode 100644 index eb2ea62137a67a2c34081011d3829d00d95e6096..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 -size 252576 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/val.csv b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/val.csv deleted file mode 100644 index b36522e18a2e531ac4d4530bf29c2b19cde71f35..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 -size 31620 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_report.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_report.json deleted file mode 100644 index 3e9cd607f84b3d86a1a05ed7dc958177707dedf8..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72211e18fd506606723a36ab5dc4ca89db1cf9373024587251562ec492e4a982 -size 326 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_transforms_applied.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/model_input_manifest.json b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/model_input_manifest.json deleted file mode 100644 index 13e20cc0893ee696e6d4d2990d9357dca6bc3cbd..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/staged/realtabformer/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a648d1c6fda5b1ff1e422a83b61f8d2b0577c74e88422cef8809f4979a410c7 -size 3466 diff --git a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/train_20260422_133552.log b/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/train_20260422_133552.log deleted file mode 100644 index ca165c4c54e7182293a2d43be1fcfc5befa7138b..0000000000000000000000000000000000000000 --- a/5090-Success/n20/realtabformer/rtf-n20-20260422_133552/train_20260422_133552.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f10cfa127a4b3b605b2680d6a476ac583827d99865caede5be4731ae8805e92 -size 903464 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py deleted file mode 100644 index 0d705afa2d5f5332e33cd1211101ef3ce02905fd..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", - "--num_samples_to_generate", str(int(7654)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv") diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py deleted file mode 100644 index 901fe4e053db945aabf846dfefdf053408841d46..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_efvfm", -]) diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json deleted file mode 100644 index 46336eb7abd802103b6cd20dd83ff84a9661b00a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5795b9a74a5600778e83394debb2aa090e785727b5cc57ec23f5fca6df87ae94 -size 1359 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b6f805cb611b5eb24d24c33860f3897d44b92b71..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81093ad7315dba850c2b92af3ef28cb2cb4b937f961dc1dbb466b60c355d7f24 -size 2463 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json deleted file mode 100644 index 1d58a2d510ce243dd476f2099806db9e4f5bf470..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4adcff0fa029aea42a6c910c34e47fd0aa0b155017ded717a5c03b5f0ecfe829 -size 912 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json deleted file mode 100644 index efd3551e8258b47313c042b42c845d6aad038088..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2f4b3d0a3a54243e2ff3a9803c7612f1dbd6012254c33c68f314606532ad7f -size 3274 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json deleted file mode 100644 index bbafabeb4c0a1f82f5144b8a9fa7fb61fa879e14..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a77e1b550dfc46570b380ab1d5d688a91d36035acc2c5da12f311cc1fd69ad2 -size 466 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json deleted file mode 100644 index bed22f25df74704c6b61abbbac3f2f2c632a52c5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a22ed10942cfed5c408e8c1e37d6169591f60d625b40c117dea9aa4a57a5b8a -size 445 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv deleted file mode 100644 index 88524bb10b10f11146922a7f3382c62f2bbf780a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce -size 31623 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv deleted file mode 100644 index eb2ea62137a67a2c34081011d3829d00d95e6096..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 -size 252576 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv deleted file mode 100644 index b36522e18a2e531ac4d4530bf29c2b19cde71f35..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 -size 31620 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 2ab280d43269c7af472f5c13a8900dda96076f4c..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:543e340350414bc35bc98d255d21b3b2f31ee5b98f253b0d61e46c9384cee032 -size 324 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index bdb1c1c8deb443651c5d585d14a0921440b2920b..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed91e482d2d8a074a96101f865805ca2dff09adfbc2212b1d866b8ca432461c -size 3474 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv deleted file mode 100644 index 9cb524b8547d50395949dcfa27b37057e061e40c..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow-n20-7654-20260422_005231.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a028b08173fd5ca109e891ba9da1cef98d31342486ce2a54e1bd6eeebacd563e -size 370385 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json deleted file mode 100644 index 18d978a0406162ed2e2c2d1db8b7fffaf089fe0f..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 -size 78 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 1c42f7045f54e7883280960369bffb2957cb3f08..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8a3e907423912922dc74debea1a7688c24feb5b3859637959912b83a043c7ce -size 128 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 250f542eb146abfda6680a39cde12061aa6b0ed4..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4194e6e409780847a5c5c1a8f0e11c3720e9c00be6e4ef21a7dfae672a5e2a07 -size 128 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 2c1eef3a10a2f18719a91053b7449312f8aa10d3..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50b0ffc476e3012c5ab9f72aae12d8bd3ccfe8962e6bdbcde8d631518e4ba613 -size 128 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index dcf6de926fc3575b581de86e979dad9994666135..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d87eff75b7ce715afa0a998295f2d0b23dbf50bbbcf891011bc811a095a722ec -size 15456 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 9295fcc46f71ef2fba389dae775f102c4a15ffc5..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5fa6ece900b1f48c4d7336f1661143550c14968e8fb364ff1efef26c17dd6a2 -size 122592 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 81cfaa992a51f2e8d02661e80b1df5639d82af06..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e8cd35a8682e0368ff34d4f72dea66e0433fe7797ed794839beb06a17f55373 -size 15424 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 54c7aaa6c9234986a3a70c20ab3365f0599be07d..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f00090459ae6cf1b2632749e88feb9659324878da0793574141fd480cbd870c9 -size 1230 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index eb2ea62137a67a2c34081011d3829d00d95e6096..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1a8d2910fbc1f78f2a58a208938e8c565d222cccaa0f516fcfd93a0d46db489 -size 252576 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 88524bb10b10f11146922a7f3382c62f2bbf780a..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5db4ad3456ef2c15e4c6e8e3e2405eb0d506997097ae5af3de903a5fe5608cce -size 31623 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index b36522e18a2e531ac4d4530bf29c2b19cde71f35..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b80a697c0aa16609cc20a3c7365f6fc3de47345dbd60d4a31b2012b7388af44 -size 31620 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 5d46c08f704f7dd69856855cef1e1e3678129bb3..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:957c31415386eb02b801b226cf04617575ae987b56f9cd449eb84f4ef63a5d82 -size 3960 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index e8fcdfc684493b109ade7e1db54fe062b9f582cf..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf23dddd80c93a0db5c33c2b827318fc85f88ed6ac86837e956bd7141eee438f -size 30744 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 482a53bf0551d3951864d37f4f55b383d62ed5eb..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:337b39111a57811c0445a55f1f78dbeaa88b47f6ba712b1dfbcf8ab32f8463b8 -size 3952 diff --git a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log b/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log deleted file mode 100644 index 9208d16b02b99d3cab6520985d6c0759b95f3715..0000000000000000000000000000000000000000 --- a/5090-Success/n20/tabbyflow/tabbyflow-n20-20260422_002904/train_20260422_002904.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7aa54e54aae8571f3a247e465cb76546fff8670302ac72864ab00940d231198 -size 358192 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_X_host.npy b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_X_host.npy deleted file mode 100644 index bb3be252292265fb98716334d40ccfaf8d75d244..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b15fb02a2af34c0c93fdfe59170a6f8c933a7a529162825116447fdff3efa1ff -size 188192 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_gen.py b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_gen.py deleted file mode 100644 index 8273848b85713f392e54c1d88062b5480b07ff33..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n3/forestdiffusion/forest-n3-20260424_102420/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(3918)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n3/forestdiffusion/forest-n3-20260424_102420/forest-n3-3918-20260424_151326.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_meta_host.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_meta_host.json deleted file mode 100644 index e0875b547415a37f97082a1e3bffd5c0e6ffbdc2..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0287f599c103622a82983571d356b54f9e7eb7b6cdb44c37364c01d0a549a6a -size 219 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_train.py b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_train.py deleted file mode 100644 index 311cd7a9c2b9eb7edb2e53d785ff08aeacd46a85..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n3/forestdiffusion/forest-n3-20260424_102420/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n3/forestdiffusion/forest-n3-20260424_102420/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n3/forestdiffusion/forest-n3-20260424_102420/forestdiffusion_model.joblib') diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forest-n3-3918-20260424_151326.csv b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forest-n3-3918-20260424_151326.csv deleted file mode 100644 index 0599af18d006865027620c58983c012fa9ed2883..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forest-n3-3918-20260424_151326.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df078a271327545c330dfd4f2f4cc7cee476c015d2b30d764a2fc3a0e7a599e3 -size 885219 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forestdiffusion_model.joblib b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forestdiffusion_model.joblib deleted file mode 100644 index 97c0a1e4c71f4022efe52bca5f98047c272f3378..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c579041dc1aaaeadaf91fbd683249e84cebfe161fceabbb3a7cc8e2597f20f63 -size 112963509 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/input_snapshot.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/input_snapshot.json deleted file mode 100644 index a58e561acdb5fe31c48da9082ea1fbd641c3d7c4..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40aa5ff48c57d8d6144b1613a0e40f756e296985f6913a7e1dc53fde1083087a -size 1354 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/models_fd/model.joblib b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/models_fd/model.joblib deleted file mode 100644 index 97c0a1e4c71f4022efe52bca5f98047c272f3378..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c579041dc1aaaeadaf91fbd683249e84cebfe161fceabbb3a7cc8e2597f20f63 -size 112963509 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/normalized_schema_snapshot.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index de2eb975cd4598d89d1f197e208efa0729d167f5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d6ea2b78489a6f1d2a4546e12404214ae439c9439a9922bea713ec72b4b12a -size 5698 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/public_gate_report.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/public_gate_report.json deleted file mode 100644 index a507c8a569505b230c98048ab9445bd2e67d1465..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4967e78d725b24c05f5b3570c195d02364189d2b48e7c72f7b0d60a203964a4 -size 914 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/staged_input_manifest.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/staged_input_manifest.json deleted file mode 100644 index 7ddd23cccbdef767ffa1ec3cf498394bc21e05e8..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:257998a3f2938187d6fdb6340c159e3804d696727c412218a22884b32b343f11 -size 6514 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/runtime_result.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/runtime_result.json deleted file mode 100644 index 7a0ea42a14120cd7dbf6f95aba4bdc536158ca1a..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aa9ddcd9749ef8b9ca742891b51a17d91f21db9d721eb086cfc37184037aa22 -size 622 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_report.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index a450c9e0ec9a627a1b42ec61b97bec0c8ec79029..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52aeae30e31e0b7ac8f6dcb4a84795034f896bc0f44b9662e342d531864aab0a -size 331 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 97199c7b39864579abec7f9e1081d1928f28e5bc..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6812bfaec3fabd6f437783102c47ce54c53b55538642f4534fa01d12b6bb6c1e -size 6721 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/staged_features.json b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/staged_features.json deleted file mode 100644 index 2c89eee7ba7f48b6e72fbf9bbdeb46bbef0681d5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554e7aee4c0517bcf9d7810fc4a5563b6ed24d721bc267fee16aa28edd889143 -size 1179 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/test.csv b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/test.csv deleted file mode 100644 index db5cd50d3746410ea470625fa2ba2c8e9775cc0d..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e107152a94432e2a37ff045c00cfe35e1be30208b1553080d7dd0ede256d3b -size 28944 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/train.csv b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/train.csv deleted file mode 100644 index 87ca26726fe82ccbaa397919305b043c17eb374e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7813c8cca73ba4bfc6559215257b341c21e459980ad17ae6ddc809306bc9a0b9 -size 229945 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/val.csv b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/val.csv deleted file mode 100644 index 6acf84c76c47093b513c46d5503972a2dff275c0..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5979d9675567d9d6642640c9b84fc6c49e492604144723c30f50516c05cee6 -size 28791 diff --git a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/train_20260424_102420.log b/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/train_20260424_102420.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/forestdiffusion/forest-n3-20260424_102420/train_20260424_102420.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_gen.py b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_gen.py deleted file mode 100644 index 2d0a219e9c7128448006ae8bc8c8ed83204ba377..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n3-20260424_004809", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n3-20260424_004809/model_500.pt", - "--num_samples_to_generate", str(int(3918)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n3-20260424_004809") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow-n3-3918-20260424_004905.csv") diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_train.py b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_train.py deleted file mode 100644 index 2921ac0191c04fa1c353560d3d43c6304921df49..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n3-20260424_004809", -]) diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/input_snapshot.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/input_snapshot.json deleted file mode 100644 index f54de26c62fac79ad2fce968be19223392046c9f..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f2d87b74e0452cdfd6ea961b9b8556edce9fee613934bb7b4a0afcb66d78423 -size 1348 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/models_tabbyflow/trained.pt b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/normalized_schema_snapshot.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index de2eb975cd4598d89d1f197e208efa0729d167f5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d6ea2b78489a6f1d2a4546e12404214ae439c9439a9922bea713ec72b4b12a -size 5698 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/public_gate_report.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/public_gate_report.json deleted file mode 100644 index a507c8a569505b230c98048ab9445bd2e67d1465..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4967e78d725b24c05f5b3570c195d02364189d2b48e7c72f7b0d60a203964a4 -size 914 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/staged_input_manifest.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/staged_input_manifest.json deleted file mode 100644 index 9f0e8fcb2b09863ea90ebb0aaafe05642de08984..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c955bf9bbad2e8a7b4c35de56e2ea6cf65fd422f55f63f451aaefefa817a649 -size 6499 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/runtime_result.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/runtime_result.json deleted file mode 100644 index c60987f02acc3b66f249da33e06990afaf17142b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac4c8a83fdb7f9614067bf9c2ed5376cdafc581ebfedd1a17f00d659300b5af8 -size 621 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/staged_features.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/staged_features.json deleted file mode 100644 index 2c89eee7ba7f48b6e72fbf9bbdeb46bbef0681d5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554e7aee4c0517bcf9d7810fc4a5563b6ed24d721bc267fee16aa28edd889143 -size 1179 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/test.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/test.csv deleted file mode 100644 index db5cd50d3746410ea470625fa2ba2c8e9775cc0d..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e107152a94432e2a37ff045c00cfe35e1be30208b1553080d7dd0ede256d3b -size 28944 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/train.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/train.csv deleted file mode 100644 index 87ca26726fe82ccbaa397919305b043c17eb374e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7813c8cca73ba4bfc6559215257b341c21e459980ad17ae6ddc809306bc9a0b9 -size 229945 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/val.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/val.csv deleted file mode 100644 index 6acf84c76c47093b513c46d5503972a2dff275c0..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5979d9675567d9d6642640c9b84fc6c49e492604144723c30f50516c05cee6 -size 28791 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_report.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 2d224ff1ea6fd3e823384d40143fb4f2011a3ab9..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c9fbe2924dfbd2491befeb1a6fb0b94bea3b31caa937b27bd795c2db7892b08 -size 322 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/model_input_manifest.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 96ebdd6642619565c94f7c2690f7dbab161f4b43..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd2978ea7f0f172dbb48a9cd2072630f27929e3571db9cf68ab204f8cb13823c -size 6697 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow-n3-3918-20260424_004905.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow-n3-3918-20260424_004905.csv deleted file mode 100644 index d1f65b8ea332441578f1def3bb66e1760abcab01..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow-n3-3918-20260424_004905.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d71bcaf3dd0c3708850fd4b2760b1e7ff1181e573714336df1eb53b380f18dc2 -size 334414 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_resolved_ckpt.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_resolved_ckpt.json deleted file mode 100644 index ec8cd1a30aeba99ad480b0f83b6b6f657ef0432b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75aff1ba8077173bb05ac8b19e94a71bab0c25552a121fc2a24964773d340c1a -size 354 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_train_meta.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_train_meta.json deleted file mode 100644 index d009906a77438d15a5f3f52e684f97693bb35f25..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd398cae8deff1899bc8ed715f4352addc9a9521e49f5138e55347756a896bdb -size 259 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 77300e96e72973e5bdd491fdc2ff488d46bad161..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce91b6dfaf19448a869b5bcb1f1753fec40a00d88e1d5fcc00cbb024cc1e6f5 -size 128 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 76306e45faf838d072c21b887a4c1d43d486dc1b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f6573fdfd40c6332a9ef925bcb48bc20f08b3a6f72b6dceb949ae36d1871f7 -size 128 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 4b9063ac251407ba1c1727fe1bcdd8ff981415a4..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e48d6349fe17746f671f60130a98df5a33aa01efaa9a952048058757e4928d96 -size 128 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 63bf9aeee07c8078b79e9c93c91e4c867902ca70..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2cd4ab669626ec5a99adf028a895d59a75ebc9bb91ab71c41c77391df775cfe -size 21732 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 94beb8413ef55592710518365965f4cb503523ee..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:093d8f405d764277d5a007953f25ab6466f0857f71f0d8f3c437463fb5bf240a -size 172520 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index fcc834bc1d45a480ececd2e5d657a110f747c9fc..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dc17f5d2988db8878c402437cb8c4418dacde526af02239d35f7cc882070441 -size 21644 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/info.json b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 0ed7cb9fae620a4340bbb6283bc7fa61f62a1949..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0b7515358b77dc990eb6a8a4e66ca9550129ac9122806c53df1a12ed8a1c3c -size 2507 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 87ca26726fe82ccbaa397919305b043c17eb374e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7813c8cca73ba4bfc6559215257b341c21e459980ad17ae6ddc809306bc9a0b9 -size 229945 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index db5cd50d3746410ea470625fa2ba2c8e9775cc0d..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e107152a94432e2a37ff045c00cfe35e1be30208b1553080d7dd0ede256d3b -size 28944 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 6acf84c76c47093b513c46d5503972a2dff275c0..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5979d9675567d9d6642640c9b84fc6c49e492604144723c30f50516c05cee6 -size 28791 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 86a73f666214efe18dcc2781a17379d92fd351d5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf1ed0f154d853f0c8a86aa0c4f8bf1a3f3c0740850456b100f756b752d4a4a -size 4056 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 1f737a58cd26592130c3604aaa90044a451eb576..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85ed37c52f0ea54dfd3a476dcfafff02d61e92783748e5ee9aadfad20578bcb1 -size 31472 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 42159d766a50acc6585944870008ea988e6ae3c1..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d425ee281bcac1395c3098261d557c6812fde1a6b567ac486b3f7768e2ee60f -size 4040 diff --git a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/train_20260424_004809.log b/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/train_20260424_004809.log deleted file mode 100644 index 679e3568430ab12a8ebbca91b4d8bb015d636eb7..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabbyflow/tabbyflow-n3-20260424_004809/train_20260424_004809.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b07f48cb3107e1b7c535b717a42d0686fc095f0a12218c72b03501c654f368 -size 206577 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_gen.py b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_gen.py deleted file mode 100644 index dadcbe7060556144253f33fe5bb84f4dfbf0711a..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(3918)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff-n3-3918-20260428_051455.csv") diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_train.py b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_train.py deleted file mode 100644 index 581040845bee33c44dcc22f222bdf63d0c0e5a21..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/input_snapshot.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/input_snapshot.json deleted file mode 100644 index 15e70556e49c3055e549973e3674c929ce4eba86..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a467a69b3000ad8bd77f729132fdc6e9c3a1fbff6ea684ca5b8305255dd07694 -size 1346 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/models_tabdiff/trained.pt b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/normalized_schema_snapshot.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index de2eb975cd4598d89d1f197e208efa0729d167f5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d6ea2b78489a6f1d2a4546e12404214ae439c9439a9922bea713ec72b4b12a -size 5698 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/public_gate_report.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/public_gate_report.json deleted file mode 100644 index a507c8a569505b230c98048ab9445bd2e67d1465..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4967e78d725b24c05f5b3570c195d02364189d2b48e7c72f7b0d60a203964a4 -size 914 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/staged_input_manifest.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/staged_input_manifest.json deleted file mode 100644 index a535c785983d2b0c91c024a4755d377a2af0fe61..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08484546def74acb722b196e52ef19eeec72032301cebec1c98f7175f87a93f9 -size 6479 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/runtime_result.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/runtime_result.json deleted file mode 100644 index 64f829ba2fee4e281284853ea8fcbeeb409b68f2..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9f30eac2a4d55e5ac64581a3e3485d93468c450ed1bb46f7da61a1f885ca33 -size 844 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/staged_features.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/staged_features.json deleted file mode 100644 index 2c89eee7ba7f48b6e72fbf9bbdeb46bbef0681d5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554e7aee4c0517bcf9d7810fc4a5563b6ed24d721bc267fee16aa28edd889143 -size 1179 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/test.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/test.csv deleted file mode 100644 index db5cd50d3746410ea470625fa2ba2c8e9775cc0d..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e107152a94432e2a37ff045c00cfe35e1be30208b1553080d7dd0ede256d3b -size 28944 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/train.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/train.csv deleted file mode 100644 index 87ca26726fe82ccbaa397919305b043c17eb374e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7813c8cca73ba4bfc6559215257b341c21e459980ad17ae6ddc809306bc9a0b9 -size 229945 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/val.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/val.csv deleted file mode 100644 index 6acf84c76c47093b513c46d5503972a2dff275c0..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5979d9675567d9d6642640c9b84fc6c49e492604144723c30f50516c05cee6 -size 28791 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_report.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_report.json deleted file mode 100644 index 73be428cab70a15f12665671a44ed54d4df769ff..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dca0145b7a2350e022d23ad05757136faf9886d2bcc9b2a052cdcf49b03d2ae -size 316 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/model_input_manifest.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index 51f18509c0dc84c44f42b27858f09fe22f72580b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99f69fc637fd7ec127ae06a2d17168ad4cf87e27ebf3961ea3fd40d56d91f25 -size 6671 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff-n3-3918-20260427_161600.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff-n3-3918-20260427_161600.csv deleted file mode 100644 index d9d3cf8381d0a349e44d76fb8fa3191674d1c030..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff-n3-3918-20260427_161600.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6caa6584f66cf33ba42657eb9305af3d1d2732c73641ab979dcd3609b76f365c -size 339591 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff_train_meta.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 77300e96e72973e5bdd491fdc2ff488d46bad161..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce91b6dfaf19448a869b5bcb1f1753fec40a00d88e1d5fcc00cbb024cc1e6f5 -size 128 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 76306e45faf838d072c21b887a4c1d43d486dc1b..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f6573fdfd40c6332a9ef925bcb48bc20f08b3a6f72b6dceb949ae36d1871f7 -size 128 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 4b9063ac251407ba1c1727fe1bcdd8ff981415a4..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e48d6349fe17746f671f60130a98df5a33aa01efaa9a952048058757e4928d96 -size 128 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 63bf9aeee07c8078b79e9c93c91e4c867902ca70..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2cd4ab669626ec5a99adf028a895d59a75ebc9bb91ab71c41c77391df775cfe -size 21732 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 94beb8413ef55592710518365965f4cb503523ee..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:093d8f405d764277d5a007953f25ab6466f0857f71f0d8f3c437463fb5bf240a -size 172520 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index fcc834bc1d45a480ececd2e5d657a110f747c9fc..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dc17f5d2988db8878c402437cb8c4418dacde526af02239d35f7cc882070441 -size 21644 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/info.json b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 0ed7cb9fae620a4340bbb6283bc7fa61f62a1949..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0b7515358b77dc990eb6a8a4e66ca9550129ac9122806c53df1a12ed8a1c3c -size 2507 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 87ca26726fe82ccbaa397919305b043c17eb374e..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7813c8cca73ba4bfc6559215257b341c21e459980ad17ae6ddc809306bc9a0b9 -size 229945 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index db5cd50d3746410ea470625fa2ba2c8e9775cc0d..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e107152a94432e2a37ff045c00cfe35e1be30208b1553080d7dd0ede256d3b -size 28944 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 6acf84c76c47093b513c46d5503972a2dff275c0..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5979d9675567d9d6642640c9b84fc6c49e492604144723c30f50516c05cee6 -size 28791 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 86a73f666214efe18dcc2781a17379d92fd351d5..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf1ed0f154d853f0c8a86aa0c4f8bf1a3f3c0740850456b100f756b752d4a4a -size 4056 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 1f737a58cd26592130c3604aaa90044a451eb576..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85ed37c52f0ea54dfd3a476dcfafff02d61e92783748e5ee9aadfad20578bcb1 -size 31472 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 42159d766a50acc6585944870008ea988e6ae3c1..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d425ee281bcac1395c3098261d557c6812fde1a6b567ac486b3f7768e2ee60f -size 4040 diff --git a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/train_20260427_160923.log b/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/train_20260427_160923.log deleted file mode 100644 index 67edd439acc4b35e067eae2ee3f822e68b769722..0000000000000000000000000000000000000000 --- a/5090-Success/n3/tabdiff/tabdiff-n3-20260427_160923/train_20260427_160923.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3ba83d747cb09d5bbe86a4cee92e63fabb64dda08f698db8c0ab414b8f830e4 -size 292526 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy deleted file mode 100644 index 71253e1449082f83fac677d476c323a687dd85e6..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e62899a86fca12a5b462c65d270b3c37cf263644b64d5fddfd2bdf0d188f1ec -size 5579408 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py deleted file mode 100644 index 6ac8448cd47c3b3783a65e7217f275b9ac99eb14..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(17010)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json deleted file mode 100644 index de7e887b967d7afd9105f7670186722a65e48dc5..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75230234ac2623210adb58559484f73bfcd268bfea0eb224af897ed307c84ada -size 1880 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py deleted file mode 100644 index 66b92156fbaf21744798217a832d3574e6a43769..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib') diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv deleted file mode 100644 index 2addec4abdef373ea1b8497d4ecb5dd93af46451..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15965f47b79f1e6b345160514f5e0ae4602dc312f7d6447f9e273962d4b6bdc2 -size 25005692 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib deleted file mode 100644 index 5fabf14b45afb523c97fb1cf3e216173369e26af..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b449839e151b64f84a72225d88fd56c53552dc31ce0161391fa38f20a2381b3d -size 800631067 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json deleted file mode 100644 index 3ab676a303d4974a9e2a72a4103ccd9fc6fe174d..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ec458cd4eb74c595dec961ced8ad07508fd9b11ebe66986920511fb65bffadf -size 1362 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib deleted file mode 100644 index 5fabf14b45afb523c97fb1cf3e216173369e26af..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b449839e151b64f84a72225d88fd56c53552dc31ce0161391fa38f20a2381b3d -size 800631067 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b3aad602a688a34895b129c83a02f4db72425d05..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1040c08505d7d12423246ff5edb775aa195afb74ff3a306f09e495c391bf3797 -size 42956 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json deleted file mode 100644 index 6ba05929f82d7b9d58551ea56d7202db1310bd5b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba35a161dd75f710820d3bfe711fff6d2a6b1a86f34a55adcc8a63db00b3add -size 922 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json deleted file mode 100644 index 47ceb0ad830417cc6681b6876e3b5f735c358954..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1af514de02794a1c407b1ff2390c7a608762aca5c22ee6c66ac9d81516fdaffa -size 43772 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json deleted file mode 100644 index 16e432a28f81134b7603df72623c034481c53eed..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc2d72d581bf7b55c621ef6f063eb3b3ac5c58b6b900cd0184d03fd90115e6a -size 623 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 512c3e1bb471dfa509fcec534f2d680a19afb996..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a9e9ffed191f78978cc4dd6af614d6c35184ccc739fa724f51c52fe617d9c8 -size 331 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 127e362cb49a040a2f7e31c5c9cc05e8bb97b8f4..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c4032dda9437fb227150853b98d992f0a24ce70850bcb74c4b1ddb321969ed6 -size 43979 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json deleted file mode 100644 index 9044091780209860e78a00c1842fc769071c526f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eed8a8509e7adba3169b6a451170f1d5c52adc97fe7669ef197ac560954c45bb -size 8650 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv deleted file mode 100644 index b5a5085de2f99ef857c74ebea69b8c49b87f4a47..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16efa6819477c1d61f1a80a9e480021d1814a8076e1c0f3182769e7e31fc5142 -size 2403226 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv deleted file mode 100644 index 73fdadc6c761b490009d6c17b097dd3a054f09aa..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c15cea644970e0d6a9c73d949153a38425fa473a8d0b4e2e70cfcdc7d09ec440 -size 19205735 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv deleted file mode 100644 index cae3c8ad01ae68002685fe8358ba644e613b9e1e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c0a9b6eb141b64fcd162a8de3c3c11047c60f0d92a250663ea03cfc688bce3a -size 2412771 diff --git a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log b/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py deleted file mode 100644 index ce9bdf9126163d1a397c898aff67fb7b66ba0535..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n5-20260424_005140", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n5-20260424_005140/model_500.pt", - "--num_samples_to_generate", str(int(17010)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n5-20260424_005140") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv") diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py deleted file mode 100644 index e3dbac797372960c7bfd4061ae1e7c66d7066d9f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n5-20260424_005140", -]) diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json deleted file mode 100644 index 2d8943da31cd19fae5c5914c96bfa29c7e5ce93c..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9d7b985e4e9b7fcbae4d596f710919f5fcd4eee2f0a9b7d785ec448a71bfea4 -size 1356 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b3aad602a688a34895b129c83a02f4db72425d05..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1040c08505d7d12423246ff5edb775aa195afb74ff3a306f09e495c391bf3797 -size 42956 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json deleted file mode 100644 index 6ba05929f82d7b9d58551ea56d7202db1310bd5b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba35a161dd75f710820d3bfe711fff6d2a6b1a86f34a55adcc8a63db00b3add -size 922 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json deleted file mode 100644 index 8254b9f3e89d411c0343a0d3990ec01fbee55f55..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ba5d436882a51649eccb7b2609f89a954c97414ce5fb9b8a12012c17e5fcd1 -size 43757 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json deleted file mode 100644 index f0dc833d97ea8d4099783fc7718840f38f5f70a7..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50143c10deb85f94993467ac23679f4fdb5f4a524b76d9740cf061952749f63d -size 622 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json deleted file mode 100644 index 9044091780209860e78a00c1842fc769071c526f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eed8a8509e7adba3169b6a451170f1d5c52adc97fe7669ef197ac560954c45bb -size 8650 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv deleted file mode 100644 index b5a5085de2f99ef857c74ebea69b8c49b87f4a47..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16efa6819477c1d61f1a80a9e480021d1814a8076e1c0f3182769e7e31fc5142 -size 2403226 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv deleted file mode 100644 index 73fdadc6c761b490009d6c17b097dd3a054f09aa..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c15cea644970e0d6a9c73d949153a38425fa473a8d0b4e2e70cfcdc7d09ec440 -size 19205735 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv deleted file mode 100644 index cae3c8ad01ae68002685fe8358ba644e613b9e1e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c0a9b6eb141b64fcd162a8de3c3c11047c60f0d92a250663ea03cfc688bce3a -size 2412771 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 2f8c651808881b32e5f6137127d566e9c3932eda..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f56ec057fc3993c8d30dddad540e72359fc18e8639935636f514f592dfdacdf -size 322 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index aa809949aa973ed3bff8ad6211885c4ed95f0b85..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d082d648428e160ed02e5ffc9f8ce0738a29225b88edaaf1c19da704c179393b -size 43955 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv deleted file mode 100644 index 95ad0644ed25557e817d048c049c344d10a86318..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60cb25fa05c7041540c130dcbb8add460f6556beec2545dcf8bd83da28a6a44 -size 12783949 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 8d03933c714bc78d614fcb5b1c9287f5346675fe..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1053945ed112d9976bc0adc9779a5c9acdc011aa551da7fbf02ec4748fedc10 -size 354 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json deleted file mode 100644 index 89d647e713eaa05fde8cd0de011149ecd9ea9438..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:404fc02f55eb1e0ab773b9785a4f7bd5b0160057f74da34b2c59b417173db6ae -size 259 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index acbfab81e5703548de104487d1e2cac7a6474599..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01715909e33970e4991f672876ef5c32ebe5f832d202d748681216985f7dd3d5 -size 128 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index ed73632ec65baaba45a7f8b0604d7be07b5f311a..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c217e9fa2eb58a5bf8256d8debac889f88bff8995f4ca2d68cb92de0983c3508 -size 128 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 3a75218561b975b9f661c066ba8fd657b285ff88..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4328f449a9a7b4adac8a5e7b546e572fd1aa1fc4ebeaf2ab472909c833b6dcf5 -size 128 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 79b7b3d300694a95bc536ad9937c6eaf5613a36b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b671852c8765833b907565a264c1a42bf13698dd89a3b25bcf475c9ef29221 -size 689276 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 7b9f0dc9112ce24fc451d2da7a6a29d8d79cb08e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70742374c706536dd52d5f7ec8528d05e1be277472224d9ad495e6a8d4c07e7a -size 5511368 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 744227ca5df60c5a7a4f921f23a85b1d990cc43d..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee22ac52654dbcdd80ff7b441fc2678006dc0fb43a06092b3215b15798d0fc1c -size 688952 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index c8ab5d05e669bb3fc60763b4615301f3072967f4..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e468394e985d7841b448d90932172e8d52299a0be95cc41593c2a0c898e47b1 -size 16147 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 1486e3dbcabaf1e1977bcc9825cd0be6ccc2b4b9..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f94069dd6e2bcc1031be722334e8e7e3c3cdee67aa78b498c2d3ca53808d7b1a -size 19205735 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 570945ae7dc767680c5b33e69c43ea12efeb7c0f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd863c98841085d3f4fdf25dbccad7c0f7f98aadb75cd7e6e6a0194e8691229f -size 2403226 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 225210e7d9bd354702047006c8760c38a6491f31..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d8dc78a49ff5e90119b85f4690f11a2bb67f83ed9f0d5b7d100a2c01e4ea8d0 -size 2412771 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 874095ead93edbd2da364aa29a03e0b82c37d600..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89330ca29893599dede20c18bf763b01e46583ff69b6e5ac57c3b72ebcfda44c -size 8636 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 28436cd26ba90c091982494ba2a14871901160d5..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6a3d466951752d1548e2ee4c8a47227974e225e3e909e3d098245eb0dc1b73 -size 68168 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index df5b09e75c10a6c6883c9533ec5648c67a05f26e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc27f5adb4d4173b4471a678f0db103db30d1fa86014ec4c22bf7af115698422 -size 8632 diff --git a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log b/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log deleted file mode 100644 index 37e053ed62c71785bd1b9f92691854dad374b6d7..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3088e0ba5b88bc5031382e3ea7fe80afa13f3c05332819a567a15f6c28ca4dfa -size 676246 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_gen.py b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_gen.py deleted file mode 100644 index 623f3cee187eb4f9aca63e39b10737b6908be4a0..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(17010)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff-n5-17010-20260428_051510.csv") diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_train.py b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_train.py deleted file mode 100644 index 7a35c16f4dc05a1a19c2dd88baa2b246acd825e9..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/input_snapshot.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/input_snapshot.json deleted file mode 100644 index 0e7acf051bb77937dfe31a3c711b3480a3558ff9..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aaea3a77b1150237df7c87c0b0af9f0f4dc8dc8220a769add334e1648e4cb5f -size 1354 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/models_tabdiff/trained.pt b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/normalized_schema_snapshot.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index b3aad602a688a34895b129c83a02f4db72425d05..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1040c08505d7d12423246ff5edb775aa195afb74ff3a306f09e495c391bf3797 -size 42956 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/public_gate_report.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/public_gate_report.json deleted file mode 100644 index 6ba05929f82d7b9d58551ea56d7202db1310bd5b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba35a161dd75f710820d3bfe711fff6d2a6b1a86f34a55adcc8a63db00b3add -size 922 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/staged_input_manifest.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/staged_input_manifest.json deleted file mode 100644 index e244eff1873eabd0281c5f0fb884c69e23945726..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:106c8028105408879ddbb35e85f2e8f57165ae87fed8edcc1729d0742883739d -size 43737 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/runtime_result.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/runtime_result.json deleted file mode 100644 index cd12baac488786e2125b4e474c0017bb718b332b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bbe61e6e6286e534511688aaf07b1ba1e61feb0d1a36b1973d019f5f3bfa2ec -size 844 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/staged_features.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/staged_features.json deleted file mode 100644 index 9044091780209860e78a00c1842fc769071c526f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eed8a8509e7adba3169b6a451170f1d5c52adc97fe7669ef197ac560954c45bb -size 8650 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/test.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/test.csv deleted file mode 100644 index b5a5085de2f99ef857c74ebea69b8c49b87f4a47..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16efa6819477c1d61f1a80a9e480021d1814a8076e1c0f3182769e7e31fc5142 -size 2403226 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/train.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/train.csv deleted file mode 100644 index 73fdadc6c761b490009d6c17b097dd3a054f09aa..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c15cea644970e0d6a9c73d949153a38425fa473a8d0b4e2e70cfcdc7d09ec440 -size 19205735 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/val.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/val.csv deleted file mode 100644 index cae3c8ad01ae68002685fe8358ba644e613b9e1e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c0a9b6eb141b64fcd162a8de3c3c11047c60f0d92a250663ea03cfc688bce3a -size 2412771 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_report.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_report.json deleted file mode 100644 index c69f1f288ce774d8ee20a07cd21c03b79bd4ffc6..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6fe60784ba231f562b663d113d31e154245b12b7404591ff8fae51d462c268c -size 316 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/model_input_manifest.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index e71075bf66b570904c0c725e9e3bbcef0200e69c..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f02aadb736c51f5766d66dfa0f6336c0065bdfc14749183056ede31d649c9a7 -size 43929 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff-n5-17010-20260427_165932.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff-n5-17010-20260427_165932.csv deleted file mode 100644 index 1916b4951b642b51fa3e8be70be4bcfb0a92a0e9..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff-n5-17010-20260427_165932.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069c2974f13c22cc9c9e3250dd4432a51f5f72a2c8cc1a08f0d7a522acb357b2 -size 12868957 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff_train_meta.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index acbfab81e5703548de104487d1e2cac7a6474599..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01715909e33970e4991f672876ef5c32ebe5f832d202d748681216985f7dd3d5 -size 128 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index ed73632ec65baaba45a7f8b0604d7be07b5f311a..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c217e9fa2eb58a5bf8256d8debac889f88bff8995f4ca2d68cb92de0983c3508 -size 128 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index 3a75218561b975b9f661c066ba8fd657b285ff88..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4328f449a9a7b4adac8a5e7b546e572fd1aa1fc4ebeaf2ab472909c833b6dcf5 -size 128 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 79b7b3d300694a95bc536ad9937c6eaf5613a36b..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b671852c8765833b907565a264c1a42bf13698dd89a3b25bcf475c9ef29221 -size 689276 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 7b9f0dc9112ce24fc451d2da7a6a29d8d79cb08e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70742374c706536dd52d5f7ec8528d05e1be277472224d9ad495e6a8d4c07e7a -size 5511368 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 744227ca5df60c5a7a4f921f23a85b1d990cc43d..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee22ac52654dbcdd80ff7b441fc2678006dc0fb43a06092b3215b15798d0fc1c -size 688952 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/info.json b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index c8ab5d05e669bb3fc60763b4615301f3072967f4..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e468394e985d7841b448d90932172e8d52299a0be95cc41593c2a0c898e47b1 -size 16147 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 1486e3dbcabaf1e1977bcc9825cd0be6ccc2b4b9..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f94069dd6e2bcc1031be722334e8e7e3c3cdee67aa78b498c2d3ca53808d7b1a -size 19205735 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 570945ae7dc767680c5b33e69c43ea12efeb7c0f..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd863c98841085d3f4fdf25dbccad7c0f7f98aadb75cd7e6e6a0194e8691229f -size 2403226 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 225210e7d9bd354702047006c8760c38a6491f31..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d8dc78a49ff5e90119b85f4690f11a2bb67f83ed9f0d5b7d100a2c01e4ea8d0 -size 2412771 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 874095ead93edbd2da364aa29a03e0b82c37d600..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89330ca29893599dede20c18bf763b01e46583ff69b6e5ac57c3b72ebcfda44c -size 8636 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 28436cd26ba90c091982494ba2a14871901160d5..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6a3d466951752d1548e2ee4c8a47227974e225e3e909e3d098245eb0dc1b73 -size 68168 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index df5b09e75c10a6c6883c9533ec5648c67a05f26e..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc27f5adb4d4173b4471a678f0db103db30d1fa86014ec4c22bf7af115698422 -size 8632 diff --git a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/train_20260427_165112.log b/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/train_20260427_165112.log deleted file mode 100644 index 84728128e3b482202a5187acb628bf08801d85af..0000000000000000000000000000000000000000 --- a/5090-Success/n5/tabdiff/tabdiff-n5-20260427_165109/train_20260427_165112.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0430b914a705737b0498cffacf21642a04274eb220486f5ca85207d02dbec29 -size 705842 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_X_host.npy b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_X_host.npy deleted file mode 100644 index 3e8c4e6425d2c57f8aa1bf14b8fe50d261bf5d4e..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e4ca71ef754aec60001d4541bfbd80348f65da032f4a0588c700c98f612c952 -size 435328 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_gen.py b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_gen.py deleted file mode 100644 index 3cd21f71b3a5fd79d256f192cd025d94ee8d089c..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n6/forestdiffusion/forest-n6-20260429_032351/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(6400)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n6/forestdiffusion/forest-n6-20260429_032351/forest-n6-6400-20260429_112707.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_meta_host.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_meta_host.json deleted file mode 100644 index a1b1e8280917fc68e2f02030fa54bc7fcf9dd376..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36045a33c52e95514db5c5cd893444c215c7b02999ccf690a572858846dd7ca9 -size 145 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_train.py b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_train.py deleted file mode 100644 index beeadad00cfcc8c72b4ce27b584eaf550a40ffcb..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n6/forestdiffusion/forest-n6-20260429_032351/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n6/forestdiffusion/forest-n6-20260429_032351/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n6/forestdiffusion/forest-n6-20260429_032351/forestdiffusion_model.joblib') diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forest-n6-6400-20260429_112707.csv b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forest-n6-6400-20260429_112707.csv deleted file mode 100644 index bdc4cf341dede28ff4fa321869aa93d943d07f36..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forest-n6-6400-20260429_112707.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ae9d7224f6573e1bc4c1dd64ec5cc1076d324f286014e8f7268e6dd79eba910 -size 2052012 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forestdiffusion_model.joblib b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forestdiffusion_model.joblib deleted file mode 100644 index 5eb5ed7ad33162484eab17625bea7f86e8cefcb3..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:905b8e86c8d85b5655c943e692bb10936883b8471f6ec0a66f91efd0942f10db -size 160032467 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/input_snapshot.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/input_snapshot.json deleted file mode 100644 index 1597edd339e9bbe535b95e35affd3e08452e4fa4..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98164002f2c1d3f2152342226b15af48950c688da1057e597f4abd1b7790858d -size 1354 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/models_fd/model.joblib b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/models_fd/model.joblib deleted file mode 100644 index 5eb5ed7ad33162484eab17625bea7f86e8cefcb3..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:905b8e86c8d85b5655c943e692bb10936883b8471f6ec0a66f91efd0942f10db -size 160032467 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/normalized_schema_snapshot.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 4ad8c09943815b2efa863a7cb75ceb20e6c08412..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b240ee2cf62a2868bf54e3b4393eadd3d7751825bf4bb34743e85547f7cbcd3 -size 7725 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/public_gate_report.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/public_gate_report.json deleted file mode 100644 index 6fbf00d8a434e02c91cb6cb5f396b30fc68df2db..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c34e3ea923f7c8932850719a37b5f5774c68fc80501b8fe2312f2a1e30ed09e6 -size 908 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/staged_input_manifest.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/staged_input_manifest.json deleted file mode 100644 index f86fd5f5dc83e222d4f877a4a08aa7001f869a80..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:585a5f5fec070d82bf2e618c57294219fff3095d63e2bce16a63dca21c66587a -size 8541 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/runtime_result.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/runtime_result.json deleted file mode 100644 index b068dde146d8c712760d92199eba466b2d29d666..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:966e837da926d67cc834095f459441ddc2c8599f34690e86185881232d265aa4 -size 622 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_report.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index e3e75a704492881132a7a49af56bd7f13a59f3a1..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c091cae9df248f8e557230c0dc57f274196f668b3bc44c4a33db77b38fb0a36f -size 331 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 3bb161e98f890df78b9597d208a3169f06ae9160..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3761ba74ecd3d86bd2efbbde9cc3d152fd56e125f41c5771108ad9d424b3d3f4 -size 8748 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/staged_features.json b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/staged_features.json deleted file mode 100644 index 2d2a5831e53751dc10411b2a0a723d2929f5a795..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2869694dd92d59628a62fdd1349d4dd69eb6608ed9b0fdeb4b0800b6334d81 -size 1520 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/test.csv b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/test.csv deleted file mode 100644 index 64d039a1664b74ef81240a9ba69ab982a78be184..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1922293e501d8f17f56a321a1305e44d20a6ad7ed67e97af754dea170989fc5 -size 39918 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/train.csv b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/train.csv deleted file mode 100644 index 25108968eaf2c7995080c74fba26ca496d015c72..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8545a9761061bd99d67935948928e2840e6ae4b5c9760cad2de82198676db2b -size 316902 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/val.csv b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/val.csv deleted file mode 100644 index 933b52194b2ae481787d393e22f1a96acb482a5a..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a3dd7f655f8086e53402dcdcfa42297d586d8483f2afd6e1bbc6bd3521303f -size 39705 diff --git a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/train_20260429_032352.log b/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/train_20260429_032352.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n6/forestdiffusion/forest-n6-20260429_032351/train_20260429_032352.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_gen.py b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_gen.py deleted file mode 100644 index 203b5b9af99356862563476f0e8c376671b257e9..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(6400)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff-n6-6400-20260420_051801.csv") diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_train.py b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_train.py deleted file mode 100644 index 55c6fd225a09a0feb382a3bcd61e28eb89c12bf3..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/input_snapshot.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/input_snapshot.json deleted file mode 100644 index 3ac1ced55b9cf5321bcf9cb586dfae1ffc2fbe85..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a7ce80bc99bdababcf0ce4413c35e080330373250cbc94aa2c3f022419c1723 -size 1346 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/models_tabdiff/trained.pt b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/normalized_schema_snapshot.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 4ad8c09943815b2efa863a7cb75ceb20e6c08412..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b240ee2cf62a2868bf54e3b4393eadd3d7751825bf4bb34743e85547f7cbcd3 -size 7725 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/public_gate_report.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/public_gate_report.json deleted file mode 100644 index 6fbf00d8a434e02c91cb6cb5f396b30fc68df2db..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c34e3ea923f7c8932850719a37b5f5774c68fc80501b8fe2312f2a1e30ed09e6 -size 908 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/staged_input_manifest.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/staged_input_manifest.json deleted file mode 100644 index 06b1bce7ce16336ca6b271fe83c33c1f6af9e80c..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0151dae143c3dcc3158ba4c0d10d479205872f29ac642f0c3678345eb5d99f1 -size 8506 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/runtime_result.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/runtime_result.json deleted file mode 100644 index 1101f8198d618cc2d1680683bb15ef533eeba643..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d7295e44cd9cbecc6b3d62182250fcfb9ad51f3e55e65fabab5e3df8c330ec -size 451 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/staged_features.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/staged_features.json deleted file mode 100644 index 2d2a5831e53751dc10411b2a0a723d2929f5a795..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2869694dd92d59628a62fdd1349d4dd69eb6608ed9b0fdeb4b0800b6334d81 -size 1520 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/test.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/test.csv deleted file mode 100644 index 64d039a1664b74ef81240a9ba69ab982a78be184..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1922293e501d8f17f56a321a1305e44d20a6ad7ed67e97af754dea170989fc5 -size 39918 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/train.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/train.csv deleted file mode 100644 index 25108968eaf2c7995080c74fba26ca496d015c72..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8545a9761061bd99d67935948928e2840e6ae4b5c9760cad2de82198676db2b -size 316902 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/val.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/val.csv deleted file mode 100644 index 933b52194b2ae481787d393e22f1a96acb482a5a..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a3dd7f655f8086e53402dcdcfa42297d586d8483f2afd6e1bbc6bd3521303f -size 39705 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_report.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_report.json deleted file mode 100644 index 986fcb400eeb3c13fd0e1873fde282ebc9788daa..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac182b2a7211453f6ee22ccfb2b6f208ee9aa898a2e871ca5733bae86bc864f -size 316 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/model_input_manifest.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index e539dc168cf2f6f50ee49b0c00ed71bce522e223..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a539408069bd5bb30c036787599524cd650701bf2f513dd399d2021c2503ead0 -size 8698 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff-n6-6400-20260420_051801.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff-n6-6400-20260420_051801.csv deleted file mode 100644 index 6a00aec0bf1883ad3a6a64f0a5ea3bd96f977243..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff-n6-6400-20260420_051801.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875c20859830087fe892e552d6cb55aeae005201577b5dd4b41c5b2e3a702508 -size 72327 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff_train_meta.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index dcc7dd94f87579b7d7bcac8c3059cac9b797e0dd..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4951e852885baf08e84297cae58e4c48b42258e284b3ad9e6b7d9b5d0f8332f5 -size 128 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 136aea2b11e9f3dae96425d68d93f57f0261d965..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f36bc04fd4784bdd71cdf76db3bc10e00251759c48d501d1d7b5437ff785c82 -size 128 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index dcc7dd94f87579b7d7bcac8c3059cac9b797e0dd..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4951e852885baf08e84297cae58e4c48b42258e284b3ad9e6b7d9b5d0f8332f5 -size 128 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 74d0a13a7ed80805b5ae63af20c1470be50ab6a3..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eab90bae74e43019484aad1c20a49a193c24617a02d280145f244b438b25672 -size 51328 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index def13e7d3573d9da1f67050d7e4ce6241fc9d1e5..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:393035466f24178ccee0946bd1ab6d8b7bc07677142b5798ad07b8d2e2b65962 -size 409728 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index f992bc9cb7c8fb2fe2a1d57b44b7acd46b055766..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4661fb6b5ee9a958ed78a0ee07482da68b9c75aa53b5b0308f10bff861c33405 -size 51328 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/info.json b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index c2d7e6e933a4df25b4fda2255c41ab55f4e6b4a1..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ecd473f3ee40332c70f84cdca0228b0b9fdb0b07c7a01dbcbe8c570e2ebb18b -size 3094 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 25108968eaf2c7995080c74fba26ca496d015c72..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8545a9761061bd99d67935948928e2840e6ae4b5c9760cad2de82198676db2b -size 316902 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 64d039a1664b74ef81240a9ba69ab982a78be184..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1922293e501d8f17f56a321a1305e44d20a6ad7ed67e97af754dea170989fc5 -size 39918 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 933b52194b2ae481787d393e22f1a96acb482a5a..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a3dd7f655f8086e53402dcdcfa42297d586d8483f2afd6e1bbc6bd3521303f -size 39705 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 53579929d656121dd133f9a7d3dcd0a67786e3f8..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:033db5328408416ad69417a0308d68cb40650982599f6f2e8028dda49a123c86 -size 6528 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index 8f4c36c6fa08e00773b3d55f2682ff16844b5f63..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc1d3e281e647d8507df1305552f87513b9d8b7aad284e535e9fa2d0c18071b -size 51328 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 8ff39d1135a007a7c40821d37bb47de5172842a3..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37008cd909bf480e62c53c242969398b8ccfe51a107c41ab26025395bdada3fd -size 6528 diff --git a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/train_20260420_002739.log b/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/train_20260420_002739.log deleted file mode 100644 index c11ef68444d50fb921202a33e082989b51c9227e..0000000000000000000000000000000000000000 --- a/5090-Success/n6/tabdiff/tabdiff-n6-20260420_002739/train_20260420_002739.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e5227683888f18c9e9453d7eec77baea9f29fda9f991544d17ec3ec58df8084 -size 374069 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy deleted file mode 100644 index 1e97df8ca4e630236ae8a387cbc3a870a605a7d3..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b032f7a31465316707b8ccc14c471ba547117b3984020e68b05bfb07cff07064 -size 598752 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py deleted file mode 100644 index 685ab5037603f86c8f3f95190209a479a809ae45..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(5756)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json deleted file mode 100644 index f0dd398b66d4ef2640a76cdaae1dc113a2e77b81..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:375e2b958d06b1b3184e88ce662a4f45c617d67f127b8f97749b95ec83669da5 -size 349 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py deleted file mode 100644 index 061fde4065445e6de1678f2bbc6213238f34907c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib') diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv deleted file mode 100644 index 0f2b868663f23db9fe9af505ca27fe3b487259d0..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3a9bdd89503ac9ba82e5a6795a7b602624987f9872990a8e19eeb1d0bde8068 -size 2743478 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib deleted file mode 100644 index 19e50758de26a31c3329175b95099ccbdce93ce1..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:978705115cd75ed4c5f27181668f17fbbdf76ea37d71d1438af6870c6c0d77c8 -size 373731938 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json deleted file mode 100644 index 0c163576208f9f43adf078c19265470087320394..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1da6b9fea1b649b34caf21020f36be9ee38822a29317d90e2ea71faddda6e744 -size 1359 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib deleted file mode 100644 index 19e50758de26a31c3329175b95099ccbdce93ce1..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:978705115cd75ed4c5f27181668f17fbbdf76ea37d71d1438af6870c6c0d77c8 -size 373731938 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 82b9988ad486c131538641726bf6a4c8bae16400..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:646e1b27cd8e324a8463de3268e11702bbbcdab1d0a78d69f8ed72fa7e100c80 -size 13736 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json deleted file mode 100644 index beae613814e405ef9ddd624c5ca2823922a7941c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4cd955640275268623ec8b09cb3f1762c7f1982df575fc505c51ac63d184fae -size 913 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json deleted file mode 100644 index 8cf320f68a35760cb634438496d5de35876ec9e5..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4234441e4959e5b7fc77cdcd2641c66e71b6b53e4025216507f11d607d36794 -size 14552 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json deleted file mode 100644 index e12075ce9c8b83cd52352291b62720f0c040d1dc..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e1a5f21628635b6ce19c9cdc6ab9dd76091c5759a1144bbbb56dc1a3b500e98 -size 622 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 16cccb58b3dc788ae55878beac02d70c2fb51f91..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0f6736899a9d7bf5e75e40076f098dd45a4d00dacb4f2fa9ed40e03924a0658 -size 331 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index 6070278a445ca288b8e3c0c4ffe0737e208e7f79..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6640ddf2bd1ce808ad6a0e9ee3829a3944e250bc1a3f5315fafd3d588f9de748 -size 14759 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json deleted file mode 100644 index d4e3188eebc6d67cee352aec4195350387837e69..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad4c860fb14b4aef80e4091c0039d6577083ab45f295021b0b12bfc25e6943c -size 2468 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv deleted file mode 100644 index 2c05732e985c71e0154838bf427e6267c09c0d87..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0731037d09d95f7a553a1218c66989f46f227b625f157e82288353f6207e4b74 -size 319021 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv deleted file mode 100644 index 9e0bf2dff0420c0a0dc6b48351669a7a741349ac..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c93ff85e52a90a0052111e11b1e1c12384cd3347d5eb67b002eb135facb8678 -size 2550454 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv deleted file mode 100644 index de45385829a4e5cc6588d72d67198727a315cc03..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e727c26565f8b1f0e3b70e7aaddd0da66fb14bf82d7424894c8418cae0f9adfc -size 318859 diff --git a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log b/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py deleted file mode 100644 index 5aae3ad258eb4485e698e7a28e3615d917ba475f..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n7-20260424_005916", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n7-20260424_005916/model_500.pt", - "--num_samples_to_generate", str(int(5756)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n7-20260424_005916") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv") diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py deleted file mode 100644 index ac9df391e50ab832f0528a1c113a10e2f5f156ae..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n7-20260424_005916", -]) diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json deleted file mode 100644 index be90ff4f59bbfb72665a4808f4cde89dbd11ad47..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c72a450dbeef8f3cdb361bc5f4b91a011d45bae1479cffc3d0c2329e393ea8ae -size 1353 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 82b9988ad486c131538641726bf6a4c8bae16400..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:646e1b27cd8e324a8463de3268e11702bbbcdab1d0a78d69f8ed72fa7e100c80 -size 13736 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json deleted file mode 100644 index beae613814e405ef9ddd624c5ca2823922a7941c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4cd955640275268623ec8b09cb3f1762c7f1982df575fc505c51ac63d184fae -size 913 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json deleted file mode 100644 index c1fdf268ec1d29929d0a25fff69e37793fd7f032..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b0468f058b5a2bb4b061d9a70a196a5b7bdb3d5194ccadfd63a57450738f84 -size 14537 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json deleted file mode 100644 index 29124b82fafd9b7ef4727d979d50f5680b6211aa..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9069b1fe9f45d3ad45f091fa1f4d0040ded5c90f47b58af3d06cb7c4153f7bfa -size 621 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json deleted file mode 100644 index d4e3188eebc6d67cee352aec4195350387837e69..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad4c860fb14b4aef80e4091c0039d6577083ab45f295021b0b12bfc25e6943c -size 2468 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv deleted file mode 100644 index 2c05732e985c71e0154838bf427e6267c09c0d87..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0731037d09d95f7a553a1218c66989f46f227b625f157e82288353f6207e4b74 -size 319021 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv deleted file mode 100644 index 9e0bf2dff0420c0a0dc6b48351669a7a741349ac..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c93ff85e52a90a0052111e11b1e1c12384cd3347d5eb67b002eb135facb8678 -size 2550454 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv deleted file mode 100644 index de45385829a4e5cc6588d72d67198727a315cc03..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e727c26565f8b1f0e3b70e7aaddd0da66fb14bf82d7424894c8418cae0f9adfc -size 318859 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json deleted file mode 100644 index a8277c2718cf58fc6928f9495c1867fb2463cc3f..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01cca1dd12c354dec29a2be775f739f38d63c9d903e00f24e1f05823754797a1 -size 322 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 8926120fa1cad7bb4cb56bed7ff1496d1c7c1c0e..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c18a71fc31a65ee7a420b179d717470d13a3f18f55a780c91174ce2afadf90 -size 14735 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv deleted file mode 100644 index 0cb7ba165a1d60b0d33989ccfed115c2bc2ee72e..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c642abd74f01275cf54247365a599687162b108e24d6a8e006146e3964d6b8 -size 1702027 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 49a1a67268668a56d2d80b22ebeb599cb8276bf8..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c10794d685e1d43731a87f1802b64c4f99a891d36040c3a79392bb809b2d64d -size 354 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json deleted file mode 100644 index 8073323de63627a853b82945c2afb40820b1da9f..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e5617dfa1c410e1cb7c5a6d73197dd55b346a60930f4ed9f8af089302b33790 -size 259 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 5829cc17a1197d9f4b5e83655f962bd0b5fb135c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db2415aa9b8b864d41aa3c0b1893046161f44a0a135df575cf1abab0471db84e -size 11648 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 9404dfaa1499b31fb76f1727e4601c511ab50688..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f78b2c5a37c689043f0aeec93f66fda3bf072cb137e2076d3dbe68ca08cbdda -size 92224 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index b7f79a7112b4a88f9f2aa5e3f58c80c6067c6037..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a318171e455d0fe9303bd84419123ad9df4b8ab7f878044cc96f7a42d9e237f -size 11632 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 6f07d8b4d731cb53e253cdd6c2649159f199f122..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cc2ede4c99c545b284a14501f0f56814b67d5a9af754bcc02b8b5c82144d3c -size 66368 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 95350bc1139be3dde7816e51c03e9e4f8f237fc1..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2fa133546ee5baedd8798191c95ab50b8b16ece7691d38e87351e5c9fb31087 -size 529680 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 554c1cb362a5cde8893af01b65ac10228843636b..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dcbe6d9abf4667ca6905af68ba05cc6a6b2239383c6ba9d015341d56580c76a -size 66276 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 6718cc5b8b4f0f347f17a1fdd5fb0c14448bff21..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76e2bfc433f8567684cb22b84249d06b667551e07eccb69ed7ccb768df27f8b1 -size 4731 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 5158e002232b413ec76232c2a9e3e227f87f964a..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3568a36ceebe37895bbe531bf33960a8f3e92081374d6593a90d527db77c08ce -size 2398728 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 2e3173cca1925e2c7ab857bd0210f2d5e2e45dea..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d6553e824f8ef603187537167e96b88670c160602a99eee892ad92d3c5e3f4 -size 300083 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 756777732770229e1c8f5cb00d48d22bc9fd0639..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c29eb0692df16d7ca3cf1a377ce5d59c8a632d29b95a6b5b8117ba4fb35cb1 -size 299851 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 1ffbfca513cfdb8f8d39d37c64053c8a8f37cdbc..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bca28451cdd1ff22c02a8bf07c1bf72b5248cc8952e2485e383b3faa31986c2b -size 5888 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index ab7434280fc7ced9e9e30bcef9ed42f056b47ca4..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bebac2125fb63b558b4823121de974bd27d56510e604b621fcfb249325136e0d -size 46176 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index c4f536e1cb1886e848c629c73ed8f2cce89b8499..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:856ab54307a9811034fca3be35a052ecc8aec97b68a38159a4f6fb633a936af1 -size 5880 diff --git a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log b/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log deleted file mode 100644 index 282467c62addf9782bd3ce992d6b017dd9a65628..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1956274ef091548f2790641e007819c71153f1cfa02e3cc2b05ecc5dea46cce -size 303939 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_gen.py b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_gen.py deleted file mode 100644 index 4855f8dc82eede04792e5c4845208df673706dc8..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_gen.py +++ /dev/null @@ -1,36 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", - "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt", - "--num_samples_to_generate", str(int(5756)), -]) -# test() 写入 tabdiff/result////samples.csv -import glob as g -base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable") -best = None -best_t = -1.0 -for root, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(root, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t = t - best = p -if not best: - raise SystemExit("tabdiff: no samples.csv under " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_051518.csv") diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_train.py b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_train.py deleted file mode 100644 index 3ac3c2a6316994d6d7ff73eac8f002acb76bd953..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/_tabdiff_train.py +++ /dev/null @@ -1,21 +0,0 @@ - -import os, shutil, subprocess, sys -td = r"/workspace/TabDiff" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds" -dst_data = os.path.join(td, "data", name) -dst_syn = os.path.join(td, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(td) -os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["TABDIFF_SMOKE_STEPS"] = "500" -os.environ["TABDIFF_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "-m", "tabdiff.main", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_learnable", -]) diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/input_snapshot.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/input_snapshot.json deleted file mode 100644 index 89494f7172c5ae21270fe235bfcf4041fd273adc..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ef1991e47d24ca118a4034ff308517685e1bbe50b797cf64e8963d5a0d9b62 -size 1351 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/models_tabdiff/trained.pt b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/models_tabdiff/trained.pt deleted file mode 100644 index bc319a55a9c7152a1137f968b6fa1c735125ad11..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/models_tabdiff/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb -size 74 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/normalized_schema_snapshot.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 82b9988ad486c131538641726bf6a4c8bae16400..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:646e1b27cd8e324a8463de3268e11702bbbcdab1d0a78d69f8ed72fa7e100c80 -size 13736 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/public_gate_report.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/public_gate_report.json deleted file mode 100644 index beae613814e405ef9ddd624c5ca2823922a7941c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4cd955640275268623ec8b09cb3f1762c7f1982df575fc505c51ac63d184fae -size 913 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/staged_input_manifest.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/staged_input_manifest.json deleted file mode 100644 index 28b667a00b4cee2984cd856518c7b33da0c56006..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be1f700575fb9bc1393f0196b730d5e7d1d25ba536867ad6dccdba00bf8c9999 -size 14517 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/runtime_result.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/runtime_result.json deleted file mode 100644 index b13a36d9d573a2e744ee096a5710478ad7562ce5..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00bc067379b710c0654ecab35237df2d9edf7d19ccaa6dd598446b724acd6a8f -size 451 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/staged_features.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/staged_features.json deleted file mode 100644 index d4e3188eebc6d67cee352aec4195350387837e69..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad4c860fb14b4aef80e4091c0039d6577083ab45f295021b0b12bfc25e6943c -size 2468 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/test.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/test.csv deleted file mode 100644 index 2c05732e985c71e0154838bf427e6267c09c0d87..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0731037d09d95f7a553a1218c66989f46f227b625f157e82288353f6207e4b74 -size 319021 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/train.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/train.csv deleted file mode 100644 index 9e0bf2dff0420c0a0dc6b48351669a7a741349ac..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c93ff85e52a90a0052111e11b1e1c12384cd3347d5eb67b002eb135facb8678 -size 2550454 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/val.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/val.csv deleted file mode 100644 index de45385829a4e5cc6588d72d67198727a315cc03..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e727c26565f8b1f0e3b70e7aaddd0da66fb14bf82d7424894c8418cae0f9adfc -size 318859 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_report.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_report.json deleted file mode 100644 index 11f273eef1c1ce14ac1fd16e1507c4e5ff82f72f..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097033f7e05e39cc41d647b7a6880530ac971f9d7fcd1a8efb21ad23f2678b10 -size 316 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_transforms_applied.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/model_input_manifest.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/model_input_manifest.json deleted file mode 100644 index ee7e96498c30dc3d6399fb8b528b526603cb35e9..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/staged/tabdiff/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc9ad84cafbe4643738ca3e776b608a1a115ccff4903ceb523c8495b19fe83da -size 14709 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260427_172600.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260427_172600.csv deleted file mode 100644 index 175b92fdfd26bf4d614e4973b83290a4d929cb20..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260427_172600.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:629549b22587a98c2bc22178cbfb841597f678e788ec8668010acc059a957dd2 -size 1480533 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_004503.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_004503.csv deleted file mode 100644 index 00feb739a528c9900e434427a5668d9e19d1e7ad..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_004503.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61911ee797e533d15bb7d2aa9ea63a4e4a1d4591e20a674889a0e5f61d8edbcd -size 1480763 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_051518.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_051518.csv deleted file mode 100644 index 8d8c6521768ed9c5cc9dcb5f9255251ff7ba42ea..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff-n7-5756-20260428_051518.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b59c4d11f3603b05e069447f691b58bb44c9bf4f4ffc447a13a7c6267243bbe -size 1481224 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff_train_meta.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff_train_meta.json deleted file mode 100644 index 8b4a6fee524b92cb40edf776da6b57beb276a50e..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabdiff_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 -size 82 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index 5829cc17a1197d9f4b5e83655f962bd0b5fb135c..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db2415aa9b8b864d41aa3c0b1893046161f44a0a135df575cf1abab0471db84e -size 11648 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index 9404dfaa1499b31fb76f1727e4601c511ab50688..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f78b2c5a37c689043f0aeec93f66fda3bf072cb137e2076d3dbe68ca08cbdda -size 92224 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index b7f79a7112b4a88f9f2aa5e3f58c80c6067c6037..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a318171e455d0fe9303bd84419123ad9df4b8ab7f878044cc96f7a42d9e237f -size 11632 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 6f07d8b4d731cb53e253cdd6c2649159f199f122..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cc2ede4c99c545b284a14501f0f56814b67d5a9af754bcc02b8b5c82144d3c -size 66368 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 95350bc1139be3dde7816e51c03e9e4f8f237fc1..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2fa133546ee5baedd8798191c95ab50b8b16ece7691d38e87351e5c9fb31087 -size 529680 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 554c1cb362a5cde8893af01b65ac10228843636b..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dcbe6d9abf4667ca6905af68ba05cc6a6b2239383c6ba9d015341d56580c76a -size 66276 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/info.json b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index 6718cc5b8b4f0f347f17a1fdd5fb0c14448bff21..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76e2bfc433f8567684cb22b84249d06b667551e07eccb69ed7ccb768df27f8b1 -size 4731 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index 5158e002232b413ec76232c2a9e3e227f87f964a..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3568a36ceebe37895bbe531bf33960a8f3e92081374d6593a90d527db77c08ce -size 2398728 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 2e3173cca1925e2c7ab857bd0210f2d5e2e45dea..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d6553e824f8ef603187537167e96b88670c160602a99eee892ad92d3c5e3f4 -size 300083 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index 756777732770229e1c8f5cb00d48d22bc9fd0639..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c29eb0692df16d7ca3cf1a377ce5d59c8a632d29b95a6b5b8117ba4fb35cb1 -size 299851 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 1ffbfca513cfdb8f8d39d37c64053c8a8f37cdbc..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bca28451cdd1ff22c02a8bf07c1bf72b5248cc8952e2485e383b3faa31986c2b -size 5888 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index ab7434280fc7ced9e9e30bcef9ed42f056b47ca4..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bebac2125fb63b558b4823121de974bd27d56510e604b621fcfb249325136e0d -size 46176 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index c4f536e1cb1886e848c629c73ed8f2cce89b8499..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:856ab54307a9811034fca3be35a052ecc8aec97b68a38159a4f6fb633a936af1 -size 5880 diff --git a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/train_20260427_171900.log b/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/train_20260427_171900.log deleted file mode 100644 index dd60e84eda96a94c81d0a2de3e765080c00f21ca..0000000000000000000000000000000000000000 --- a/5090-Success/n7/tabdiff/tabdiff-n7-20260427_171859/train_20260427_171900.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ffa214c120a3a1249afc72b88215256c1457bdccb02ef9b30dc4a02b4e132ee -size 372370 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy deleted file mode 100644 index 536bb6dcc3f20e9f9d2726ceca2c418988442e4b..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c851723338ee65328edd3eedb75e312f3d5bb58cb53948d48e144a9961e94bf -size 598120 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py deleted file mode 100644 index 1e17539dfebb833bf121256470d4b853ecf4ceab..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py +++ /dev/null @@ -1,8 +0,0 @@ - -import joblib, pandas as pd -m, meta = joblib.load(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib') -# generate:batch_size 为样本数 -arr = m.generate(batch_size=int(8794)) -df = pd.DataFrame(arr, columns=meta["column_names"]) -df.to_csv(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv', index=False) -print("saved", len(df)) diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json deleted file mode 100644 index 8fff9720cc2552bdef67e15ea0d2e31f852ffc68..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40a8af0690bdc43746012687fec2f78b25517b2a7cf74ee31a6b69fc2ad8ec7e -size 261 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py deleted file mode 100644 index c72be8f550d8a528efb3b07be88525acb5db3e73..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py +++ /dev/null @@ -1,20 +0,0 @@ - -import shutil, json -shutil.copy(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy', '/tmp/fd_X.npy') -with open(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json') as f: - open('/tmp/fd_meta.json','w').write(f.read()) - -import numpy as np, joblib, json, os -from ForestDiffusion import ForestDiffusionModel -X = np.load("/tmp/fd_X.npy") -with open("/tmp/fd_meta.json") as f: - meta = json.load(f) -cat_indexes = meta["cat_indexes"] -m = ForestDiffusionModel( - X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, - model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, -) -joblib.dump((m, meta), "/tmp/fd_model.joblib") -print("ForestDiffusion train OK") - -shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib') diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv deleted file mode 100644 index 8e51ff7882afb6e824ccf5ac27c782df3d0557e2..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12333b533410ad699768293645a93ebf400d7b2aa8638ad45b4bc91ff0d2aa2a -size 2439733 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib deleted file mode 100644 index 7a3a393d6a996490a14fc53448f5d0a0fe85c643..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c19cc1b8a575629aee6dbc11631062a3ae079eb6eb335793b6eccd41d898750 -size 165572285 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json deleted file mode 100644 index 91bf13f1476e41ef0802065f414de30f54bc9a72..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0d81070417845ca51e4527eb1798270acd99583924b15610cbc5e1613a9f9f -size 1354 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib deleted file mode 100644 index 7a3a393d6a996490a14fc53448f5d0a0fe85c643..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c19cc1b8a575629aee6dbc11631062a3ae079eb6eb335793b6eccd41d898750 -size 165572285 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 01d0400293b0026926d5a8972a7649041eabdb3d..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:653eac75afead5f53a09d01b5319fa3ecb7e7618590c4578c04e260759b78ed9 -size 7864 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json deleted file mode 100644 index db0a78ebf4eb7d38f2ff57840453b5261edbdee8..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe26882333f29cac798f0b59a80b62564e54077705a877de3c23a4fde28fd84 -size 912 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json deleted file mode 100644 index c6c751bdcb6908191ff7a5bcfe2640dc560ebf9c..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d6ad89e6d62beaf869e1d341bc66cbf3a2ce1d926aefe58e8336205ca2aec7d -size 8680 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json deleted file mode 100644 index 967b7ea937b9cf1696b3d71adf34921e2f1f5fda..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10dbe0d1698fa4e4052b56ae9df8113f88553b36bc73a00227fe943430afdd36 -size 622 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json deleted file mode 100644 index 2975085285b3a804af3232ff7f42ce305ad992c9..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8fb3908b5b831b4c44dc31993a64b1bacb0d28deccd82655d0b782abf3b224a -size 331 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json deleted file mode 100644 index e42a0965354b0d6266d8091e154658144ccf8e7c..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d47216996f4ee3006ba7163702df7ab6fb8a3a2102c03238aca74b47a02b2e -size 8887 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json deleted file mode 100644 index 98bd86d6749bbfb05bc5b74b255a874138cc5f9f..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d885776c1caf3bc43a474d54dddcd3c92230d85db294c1655e00797e0665f08 -size 1636 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv deleted file mode 100644 index 5396221e42ec898e054b7bab90e77558d7591eee..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c -size 54106 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv deleted file mode 100644 index ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 -size 431866 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv deleted file mode 100644 index fdc86ddf1af25be653b15bc03a2cecf6e2c64289..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 -size 54170 diff --git a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log b/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log deleted file mode 100644 index fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b..0000000000000000000000000000000000000000 --- a/5090-Success/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 -size 25 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_gen.py b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_gen.py deleted file mode 100644 index 12cc57fa260a545ff9807ebbdae90ee3aa27688b..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_gen.py +++ /dev/null @@ -1,33 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds" -dst_data = os.path.join(root, "data", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -dst_syn = os.path.join(root, "synthetic", name) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "test", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n9-20260424_012703", - "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n9-20260424_012703/model_500.pt", - "--num_samples_to_generate", str(int(8794)), -]) -base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n9-20260424_012703") -best = None -best_t = -1.0 -for r, _, files in os.walk(base): - if "samples.csv" in files: - p = os.path.join(r, "samples.csv") - t = os.path.getmtime(p) - if t > best_t: - best_t, best = t, p -if not best: - raise SystemExit("tabbyflow: no samples.csv in " + base) -shutil.copy(best, r"/work/output-SpecializedModels/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow-n9-8794-20260424_012846.csv") diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_train.py b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_train.py deleted file mode 100644 index cea34c527cc3fb34b9fecf9ecd99b6a6205188dc..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/_tabbyflow_train.py +++ /dev/null @@ -1,22 +0,0 @@ - -import os, shutil, subprocess, sys -root = r"/workspace/ef-vfm" -name = r"pipeline_ds" -src = r"/work/output-SpecializedModels/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds" -os.makedirs(os.path.join(root, "data", name), exist_ok=True) -dst_data = os.path.join(root, "data", name) -dst_syn = os.path.join(root, "synthetic", name) -shutil.rmtree(dst_data, ignore_errors=True) -shutil.copytree(src, dst_data) -os.makedirs(dst_syn, exist_ok=True) -for fn in ("real.csv", "test.csv", "val.csv"): - shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) -os.chdir(root) -os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") -os.environ["EFVFM_SMOKE_STEPS"] = "500" -os.environ["EFVFM_ADAPTER_TRAIN"] = "1" -subprocess.check_call([ - sys.executable, "main.py", - "--dataname", name, "--mode", "train", "--gpu", "0", - "--no_wandb", "--exp_name", r"adapter_tabbyflow-n9-20260424_012703", -]) diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/input_snapshot.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/input_snapshot.json deleted file mode 100644 index 8f6223884ecad76be016592864a17a3581b6fd4e..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/input_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb6e8e3b2d6b01bdca99c2040f5676c1979a8303167cdb79c70850fa5ee66e5 -size 1348 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/models_tabbyflow/trained.pt b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/models_tabbyflow/trained.pt deleted file mode 100644 index f063a878c470d9d40f79db79881596e1e497dffd..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/models_tabbyflow/trained.pt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 -size 40 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/normalized_schema_snapshot.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/normalized_schema_snapshot.json deleted file mode 100644 index 01d0400293b0026926d5a8972a7649041eabdb3d..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/normalized_schema_snapshot.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:653eac75afead5f53a09d01b5319fa3ecb7e7618590c4578c04e260759b78ed9 -size 7864 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/public_gate_report.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/public_gate_report.json deleted file mode 100644 index db0a78ebf4eb7d38f2ff57840453b5261edbdee8..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/public_gate_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe26882333f29cac798f0b59a80b62564e54077705a877de3c23a4fde28fd84 -size 912 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/staged_input_manifest.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/staged_input_manifest.json deleted file mode 100644 index 65e22fb9dc9668f1c7302f216c99875babcf2eb5..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/public_gate/staged_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b447ae09f1ca97bbc87e830b9a01760eb9a38e2a926aab4291fe3ce810a2b419 -size 8665 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/runtime_result.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/runtime_result.json deleted file mode 100644 index e9d16fcddc3cbeb415c1e6f41258f77d146f9833..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/runtime_result.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33e440b74e1b579f4328fc397e86cc051a1fc1e760ec3079468bca95120bf1c -size 621 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/staged_features.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/staged_features.json deleted file mode 100644 index 98bd86d6749bbfb05bc5b74b255a874138cc5f9f..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/staged_features.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d885776c1caf3bc43a474d54dddcd3c92230d85db294c1655e00797e0665f08 -size 1636 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/test.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/test.csv deleted file mode 100644 index 5396221e42ec898e054b7bab90e77558d7591eee..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c -size 54106 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/train.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/train.csv deleted file mode 100644 index ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 -size 431866 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/val.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/val.csv deleted file mode 100644 index fdc86ddf1af25be653b15bc03a2cecf6e2c64289..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/public/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 -size 54170 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_report.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_report.json deleted file mode 100644 index 97886e2b6211853d81a10f7d9248cf69c297736d..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_report.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bd1a479ccb2b9fa3574949bd761a3e5268bd0780e27a906bfb4dc34143cbda5 -size 322 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_transforms_applied.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_transforms_applied.json deleted file mode 100644 index 6f3aaa01a627a955d2022165805d2786c0da78ba..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/adapter_transforms_applied.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 -size 2 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/model_input_manifest.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/model_input_manifest.json deleted file mode 100644 index 827b53ea7b1d52142d6a3581b4a1b81171277cc6..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/staged/tabbyflow/model_input_manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb2cb232c940a596583a5fe51eb1b649022ae1a29fa190adae8b772cf45cbe06 -size 8863 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow-n9-8794-20260424_012846.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow-n9-8794-20260424_012846.csv deleted file mode 100644 index aee93935aa6f855d5ee0c2e4e1554506e3019bac..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow-n9-8794-20260424_012846.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c5d31b384def7e853dec97e099ff299e8ebe97fb84d9ceaa781b17965dd6795 -size 911506 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_resolved_ckpt.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_resolved_ckpt.json deleted file mode 100644 index 63b725b6ac106edef31b7e9d54429477029cb53e..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_resolved_ckpt.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522af33d986936d60ab2d498e81801b8b128d2a76162cfdcdb8a0b1b374c1210 -size 354 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_train_meta.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_train_meta.json deleted file mode 100644 index 36c752ba475f0245d6694fa1282bbe5f3e9ec9f2..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabbyflow_train_meta.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1254579565b264715f78cf132e82a57469eb8d28e9f9317ee2cfe8df70da6610 -size 259 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_test.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_test.npy deleted file mode 100644 index a5c59d8ee3e0448c3b2a2355b32e05c9fc71c43e..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185cfbbae03a992223345f6140549ea66ae67683f5261066f9cb83dd7ce420a6 -size 128 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_train.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_train.npy deleted file mode 100644 index b728cb95636cb2cedad1b882ce125b9e18a90b78..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead8d3fac4c75439ddfe48e7715746832c4bcdd93f94830f2cfe08669b95fb5e -size 128 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_val.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_val.npy deleted file mode 100644 index a5c59d8ee3e0448c3b2a2355b32e05c9fc71c43e..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_cat_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185cfbbae03a992223345f6140549ea66ae67683f5261066f9cb83dd7ce420a6 -size 128 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_test.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_test.npy deleted file mode 100644 index 00d98a3191d0930abdf1a44dec9bfaed7de5fb4c..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eab9516ecff27932251cde94fe173ef0f77e59c846c36f4aea2d1942980edce -size 70464 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_train.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_train.npy deleted file mode 100644 index 636efa6ceac30a0236927aedc6ef0c0bb1a79efd..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1d44c64882653114c790dc5f3ebf710f9435469b196fc0408488f33f15fef8 -size 562944 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_val.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_val.npy deleted file mode 100644 index 830515d781b0f34066cd691d077b9f767752ecf8..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/X_num_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87803d0debb266a57200d66fd4f60552716d764eb3763d44e04eb83e6e516ae5 -size 70464 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/info.json b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/info.json deleted file mode 100644 index b4064c255efb690045bd07478efa2bda9a975976..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/info.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d45a4d5f577ae0567c2ba3db35ea0a8e7a0fc78b561bf6a1c953eef33a8ed7b -size 3329 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/real.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/real.csv deleted file mode 100644 index ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/real.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 -size 431866 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/test.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/test.csv deleted file mode 100644 index 5396221e42ec898e054b7bab90e77558d7591eee..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/test.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c -size 54106 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/val.csv b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/val.csv deleted file mode 100644 index fdc86ddf1af25be653b15bc03a2cecf6e2c64289..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/val.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 -size 54170 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_test.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_test.npy deleted file mode 100644 index 5bdf1f37c89d629baa4914509b2fc69f649f05d8..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_test.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd8cdeaeabe29d34160807ab5f85f2b95f0f0ae15da867f8254dfdce53cf668e -size 8920 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_train.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_train.npy deleted file mode 100644 index cf8806a62b995121746a47ad3b9aaaece22391c5..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_train.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ddb5636e9c4047ca663895882c87b086bc376eeb1d968c33ed9d34802be0657 -size 70480 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_val.npy b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_val.npy deleted file mode 100644 index 07da9bb6fa9b60644ff03af65ea8bf944bd4aba7..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/tabular_bundle/pipeline_ds/y_val.npy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2a6d94f0ff56f876afbd0747a1ebb198c6e878efdcbbdda339610e63cf664b2 -size 8920 diff --git a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/train_20260424_012704.log b/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/train_20260424_012704.log deleted file mode 100644 index f605f60f5aaaf268732ae7810048e6780d26f48f..0000000000000000000000000000000000000000 --- a/5090-Success/n9/tabbyflow/tabbyflow-n9-20260424_012703/train_20260424_012704.log +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f183241b159bf241aded668a2300919f5f608354562789d113215c6ce9928878 -size 383531