diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..0d82db534252879885bb76203b24c28042ad30b3 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa2899613f48fe7b0c0ca2c518ce2896ebd26e7d2025b33665328cc8ad9b42 +size 196352 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..2966e08f795e9a64c23a7db3a238044090631c1d --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_gen.py @@ -0,0 +1,8 @@ + +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/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..e225dae4d3c580b150ae5722d9b65615fe5cb610 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86e81c60fa31a4473bb91b1b00fb093c18ac84eb6c4ef84814633cf71aa5cc1 +size 216 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..78fa3606575c7d77a9b916d4a92f943a7ea74e7a --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/_fd_train.py @@ -0,0 +1,20 @@ + +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/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c220f698a6537bea09baf843e0f1e5e6a10e94a --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forest-m7-4088-20260425_150407.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a01baa8eb3c4b7ff3d043cd6894a5d71097282587fad4cb2e99899b4995bfeb +size 462384 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..bbc943f68145365a93e3b161c20b10f08b9fd5ed --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abf0214dab20cdd68dc06d6974be465f52c4df6f11b85e385c6c13e9ae1498a +size 158833936 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..2142a92334b1ac37f6a5b397d70ac8455395b574 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372bfa9a69ff241c2696555d1f6a8c95bba2b11a483d8ded0c87fc00c4a4ff0f +size 1354 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..bbc943f68145365a93e3b161c20b10f08b9fd5ed --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abf0214dab20cdd68dc06d6974be465f52c4df6f11b85e385c6c13e9ae1498a +size 158833936 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a305ef20cc51046acda7ff03d7a76b92159a7852 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 +size 5416 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..f71361b37e3dbba347c2e0f97cd11f646f0bf4a6 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb +size 921 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6b35f7480a11966ee49d7c5791879c84989f047d --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63c30d5d7ecb7128feb19d762e3f17da4121131be158f8ba15c290583c96985 +size 6232 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..43a576afbe3de70c7824d8a4f09346f69a20eb0f --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e243701f84839d2d58dec3430d5c9388ae35ad5716407e72ee8b86f3afa8864 +size 622 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..a0737f1fca1e0fad44d5760c2bbff3e377585459 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7637a69da8c74e9327b9baa28bc3e8254e93c13c98b9fd99c465ba6ff9c4f5ac +size 331 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b189fdb68632014d96a3e98276560a40391b6ad9 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705efb94b2e930bdddd3850dfb46ce4f4c182e22bf3d39a67740cb5b28ab756a +size 6439 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5518e0fa9584adb762220ce9a013055666bbaa9e --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 +size 1144 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..62356a4507e26f001358cade2a3cfad46c7591ed --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 +size 32934 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..78eb5ca5098b2cee8ce1f772367c8fdaa201276a --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d +size 262059 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2126589cc12e5c467611c829c49647b48fbcbe2 --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 +size 32704 diff --git a/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/m7/forestdiffusion/forest-m7-20260425_024652/train_20260425_024652.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..754997b01eb672761319da3c4b0448de3e61847b --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +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/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..8ee1726446a01d77905a67d490c32682717f29d2 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +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/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ac815305a4d84859de8e51e71852f84e523392 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b3d12e1d9a6069c30ac54441859e7d444ba4f937f73bed113b7a78655d1afe +size 1348 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a305ef20cc51046acda7ff03d7a76b92159a7852 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 +size 5416 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..f71361b37e3dbba347c2e0f97cd11f646f0bf4a6 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb +size 921 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0fc2399dfb59c3ccfe06bf64a75d078811b77ea2 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ae0579cea26d0cbc934a0439d174370733df6ac40c76d0e464cc9b605bde05 +size 6217 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..ccdff2a6516f161bb3c145f1e3b78ac816ed1d1d --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94388f8af8b950da72d1bb4c0dec876aecc29432deac0be2a0d0bc3eb8fcf7e3 +size 621 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5518e0fa9584adb762220ce9a013055666bbaa9e --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 +size 1144 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..62356a4507e26f001358cade2a3cfad46c7591ed --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 +size 32934 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..78eb5ca5098b2cee8ce1f772367c8fdaa201276a --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d +size 262059 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2126589cc12e5c467611c829c49647b48fbcbe2 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 +size 32704 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..096e27c1945e59c2c7e3075722620a020558cf2b --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d0a37eeac7b4181d1c4d49340edf01fbbef3954abe30552c65a43fd13a670e +size 322 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6f80441902a8c52e422de0f9a45db391bcf6324b --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9754d8b21a0dea39acb45c54ac23c759923ac7457ec7fe35977b133fc880681c +size 6415 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv new file mode 100644 index 0000000000000000000000000000000000000000..80bc7c107df1ccca225577d82735a72769922f23 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow-m7-4088-20260420_104315.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a069f287e2362aaf70d73b03a7d64ca8c084ecb881026fa78a04fb64e1ab55f4 +size 215879 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..18d978a0406162ed2e2c2d1db8b7fffaf089fe0f --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 +size 78 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..23d3f841448924067432a90e70aa643fc96afc51 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e79d348c0c3210c38a194fb7a9fda38e3ea640326557f24c91009a537dcb819 +size 28744 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..22e66cc024d9b5074441448f37a305cc02e2220a --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eabddf51b42a34df2c46915bd3f7823d70992a87a7b4348f0d965ea2758720 +size 229056 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..d45beb74ac76c6b1b78c43d2a84dbb5948c06e2d --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d50ef0b46e1fb653a51dbf4acb9f916dc446b7231943f9a6b7451e70c572919 +size 28744 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..83a81dcd7d6b86a6933f4d92ac15ec9bea48db49 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a305f5ada50cf38d0a07bba5df14a3142a287eb307628b2ccb94bc58b09555 +size 8304 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bee7e4e4d9ff82ae9f0ba56ebae1878ceb1d5ed --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27365d66c192dc751565eb7a7a303a152011ed9dcde15fe2d984494bc99f76a +size 65536 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c32af535c8e0f7c7ffaaac091d72311d446cb0d --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acff03281b4e2aa372312d567643a3c58a00b4d5e2851369738bf5cb77e7c467 +size 8304 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a0ce5806dd7471a8e1caad9ab185e613b63f7e53 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027b44fd74ca50866d719ad4ef864e5e46df2944615b92246d063a458f74d2d2 +size 2166 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..46da96f139585670033d0de3769524f03862ba28 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fed8a307c6d1b59bdc42864c1c1e83775062346c958966b74b8dba4e1eee241 +size 171393 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2d5ac1e117c6020dff51e0e716dc555e75cd644 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e138a1e0582bde29148a69f706d0f89de565357323f42edfbdcbff13f22b04a +size 21546 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a042ee8ba6c8e4a10387a42d3cfc5e1869e17f9 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c066309ce97c5463bb27ac6db069365007aec7df0ccbdfb99ba1ee869ba57761 +size 21537 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..2850fb0c5b1b24c2cb3df4e13a69dc8ab3541e73 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0961fe8cdc097f5b5207cac6f5de9a19e2bdaa147d96657016f42209d9937ae6 +size 4216 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae7e223df47c6f53cf1054ecbcc52bdfe1fb80f6 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e399abec3c5595f31558fc561b9a593229ef5ff35f8da35a57ba44fd3e338f +size 32832 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..abfaa4cacc14ca473062799caff02f5d6b4df3b9 --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e8242e97397b103fab80f09404d3aac1e0f49326bdaf2dfc608ad73a093eba +size 4216 diff --git a/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log new file mode 100644 index 0000000000000000000000000000000000000000..5c175a3dab20de40023b351938fc9e301c29141e --- /dev/null +++ b/syntheticSuccess/m7/tabbyflow/tabbyflow-m7-20260420_103649/train_20260420_103649.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b9f01e0e40e38d742af2e73a92a8c0fd868e10086a3e1408d3dc295470db9b +size 287931 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..bdfe1a980e7fec039fcb54b5f7d667cd056071b0 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_gen.py @@ -0,0 +1,36 @@ + +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/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py new file mode 100644 index 0000000000000000000000000000000000000000..ccfdffb873c168488a6bb4205a902323f4adad99 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/_tabdiff_train.py @@ -0,0 +1,21 @@ + +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/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c9efe03c63fdc4bda10fba5ed15d08c5944b1a53 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86115a03a98187fb5dbe8dd05ee6640db188534204dd4a4e71aa18c6d6775a9b +size 1346 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..bc319a55a9c7152a1137f968b6fa1c735125ad11 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/models_tabdiff/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb +size 74 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..a305ef20cc51046acda7ff03d7a76b92159a7852 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342769ee0e1e748969c71f638a7e56fc9e9405c4fed7b86ea9b4c3566dbcb285 +size 5416 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..f71361b37e3dbba347c2e0f97cd11f646f0bf4a6 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96f96753b4de94e7e19b995d0860f3c5f443e4578184f5c4af8f082bb9eadcb +size 921 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e486666b96f981a65ed3ea9d6f273263ad19a571 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e4ec600054f81fe6e6b14f38e1b979ce119d35a3e1d3efc2037c56080f26ca +size 6197 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..5438c7bc8869ad61bb7f77e237c66aa6ba86d273 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9535b11859ba9dc87eb3ac261b863cacfd39c8e44382cec50bb0ab579bf2331e +size 605 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5518e0fa9584adb762220ce9a013055666bbaa9e --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8758351f7f06bcf302527554be7b8c24038c4eb4fa49f1bb6202d094955e168 +size 1144 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..62356a4507e26f001358cade2a3cfad46c7591ed --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44e06410b9395c5c85e238168df0c6952d61bdfe49424863c651ef2b1f4bd8 +size 32934 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..78eb5ca5098b2cee8ce1f772367c8fdaa201276a --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f842ac0ec4c47a15867ef35ae0ceede4ef955e556ad5220f982151d22894e25d +size 262059 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2126589cc12e5c467611c829c49647b48fbcbe2 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca541bece6380791dc2c9f7012ec8acbde8a8d270578cc5e031b739f7a761bf8 +size 32704 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..3b2f9fe0994114bdaec03c24b18b4fc13c22347a --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5581e2c03e37f9c67c65fce954d663eef0cc81821898450d636798dca52be7 +size 316 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3509d169e1ca8da4af0d59d1992c7042056548ec --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/staged/tabdiff/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50864dda5a5780b5629ee50793ff572a1a1c44f1fb913e58bf885c4be5914411 +size 6389 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv new file mode 100644 index 0000000000000000000000000000000000000000..da83cafce244ca132d2bc10acacdf9fe230969cc --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff-m7-4088-20260420_103636.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f37868a2be351578296e146495597e38d60fc422a6d522a421e586e244e06a4 +size 215812 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..8b4a6fee524b92cb40edf776da6b57beb276a50e --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabdiff_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8 +size 82 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..23d3f841448924067432a90e70aa643fc96afc51 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e79d348c0c3210c38a194fb7a9fda38e3ea640326557f24c91009a537dcb819 +size 28744 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..22e66cc024d9b5074441448f37a305cc02e2220a --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eabddf51b42a34df2c46915bd3f7823d70992a87a7b4348f0d965ea2758720 +size 229056 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..d45beb74ac76c6b1b78c43d2a84dbb5948c06e2d --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d50ef0b46e1fb653a51dbf4acb9f916dc446b7231943f9a6b7451e70c572919 +size 28744 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..83a81dcd7d6b86a6933f4d92ac15ec9bea48db49 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a305f5ada50cf38d0a07bba5df14a3142a287eb307628b2ccb94bc58b09555 +size 8304 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bee7e4e4d9ff82ae9f0ba56ebae1878ceb1d5ed --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27365d66c192dc751565eb7a7a303a152011ed9dcde15fe2d984494bc99f76a +size 65536 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c32af535c8e0f7c7ffaaac091d72311d446cb0d --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acff03281b4e2aa372312d567643a3c58a00b4d5e2851369738bf5cb77e7c467 +size 8304 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a0ce5806dd7471a8e1caad9ab185e613b63f7e53 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027b44fd74ca50866d719ad4ef864e5e46df2944615b92246d063a458f74d2d2 +size 2166 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..46da96f139585670033d0de3769524f03862ba28 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fed8a307c6d1b59bdc42864c1c1e83775062346c958966b74b8dba4e1eee241 +size 171393 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2d5ac1e117c6020dff51e0e716dc555e75cd644 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e138a1e0582bde29148a69f706d0f89de565357323f42edfbdcbff13f22b04a +size 21546 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a042ee8ba6c8e4a10387a42d3cfc5e1869e17f9 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c066309ce97c5463bb27ac6db069365007aec7df0ccbdfb99ba1ee869ba57761 +size 21537 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..2850fb0c5b1b24c2cb3df4e13a69dc8ab3541e73 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0961fe8cdc097f5b5207cac6f5de9a19e2bdaa147d96657016f42209d9937ae6 +size 4216 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae7e223df47c6f53cf1054ecbcc52bdfe1fb80f6 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e399abec3c5595f31558fc561b9a593229ef5ff35f8da35a57ba44fd3e338f +size 32832 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..abfaa4cacc14ca473062799caff02f5d6b4df3b9 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e8242e97397b103fab80f09404d3aac1e0f49326bdaf2dfc608ad73a093eba +size 4216 diff --git a/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log new file mode 100644 index 0000000000000000000000000000000000000000..05b576f3a900bec98d59479e437cd00145f52201 --- /dev/null +++ b/syntheticSuccess/m7/tabdiff/tabdiff-m7-20260420_102946/train_20260420_102946.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e0e2a868f8824bfb8ffbfbc0dbfb027cd69771181572bf8aca9b550ed87409 +size 301106 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_X_host.npy b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..00b0a4087bf6b294c4a84417cd9da70fc6858863 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2769c713d0fe42fb76566ec74c4d22a4cd476d64a75da4d667d43e991c1283d6 +size 858384 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_gen.py b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..e89dd8e01e28ddaff14b445429eddec6d9627ecd --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/m9/forestdiffusion/forest-m9-20260425_150810/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(15326)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/m9/forestdiffusion/forest-m9-20260425_150810/forest-m9-15326-20260429_171929.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_meta_host.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..3c108a772758cc3add6ebaba8180a6246e5809f9 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b4a9cf3c4dff5cec10bd8eb13648903dc0f4278bb926fe6e7f20058c3d0435 +size 301 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_train.py b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..b3b93a20a24a5a7ffec51a2f10eaaf11f180cd7b --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/m9/forestdiffusion/forest-m9-20260425_150810/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/m9/forestdiffusion/forest-m9-20260425_150810/_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/m9/forestdiffusion/forest-m9-20260425_150810/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forest-m9-15326-20260429_171929.csv b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forest-m9-15326-20260429_171929.csv new file mode 100644 index 0000000000000000000000000000000000000000..62bf94f712cdbcdb33b5f90a1590fa7ec07dde5c --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forest-m9-15326-20260429_171929.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad97de8c27a2b866b44aa4863d9850acc6f2fbe6f3f26fe05a413c178fe3848 +size 1680759 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forestdiffusion_model.joblib b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..7b4966022e0ae4bf6dde9f822ddff69c2396a45a --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6897ab05f598b586e97f97bcfe68d2c8e1602ac8099a99fb93d157549ef6970 +size 1658220488 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/input_snapshot.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..30ee85b97a75cb9f9442f8e5394c2c455c263d1f --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ca73fb4f266f7d7f9428128159c3f9fa4119ed59ff0a977abcd6480a61f25f +size 1357 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/models_fd/model.joblib b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..7b4966022e0ae4bf6dde9f822ddff69c2396a45a --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6897ab05f598b586e97f97bcfe68d2c8e1602ac8099a99fb93d157549ef6970 +size 1658220488 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..f1fd7d81cdcbd31f8d907c534d55290c07102038 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993d65c319b791da718f3be7cf7ae72d12cd43c241d0cda0d82a3b4506c4c984 +size 6709 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/public_gate_report.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7f1f525c7e4ee5a0412a9b1060d586bb58f139d9 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4113f3e714e580fcb22219eb548a7de4d57f80ef6cb5ed2396f3e45baead7078 +size 913 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/staged_input_manifest.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4836e0ea3c6d6a8200e558fc20238823c73fd103 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bea0c82ce3d452a74a9a7dce03e5790adf6198fb3ed635fea82d528e6f292b +size 7525 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/runtime_result.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..f2de990c86f52b1a1153a9248f196534ae00b269 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc6006d0ec61ae29ebd0e05e480b08dcc1ad97152903e7e51958e7af28ca438 +size 623 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..dadd9ed77b30c7f59ca890d33fcf2235a0da2d3a --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee94d4e9c39467b96d30ce0d393c4c6456d3062c8e9c842af6cf69dc2c0909b0 +size 331 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8bad54ac6b76eb17afeb71c02d13e87dca5f7f48 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f78d3425b9572349bfe439c7f2fae9613473adc3860206601a257726b55003 +size 7732 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/staged_features.json b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5c1344e1720be605ef945c1c4c94fb4d3a13073b --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c737f5273d9543daa7adfeeadd1d30829575938fe476cf5bc4f780fd594a4fd +size 1407 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/test.csv b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd77efbaa72ae2847a889f9f439ffa3eb7a20cb --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61fd91d6b36fb78247e6a342fc5f089500396b09eda485421c74d5012138c07 +size 193961 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/train.csv b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..380218e84fe0af224d4a7f8e4eb35a13f6f41b4a --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f6feb29a6c69afd23345fe03b2f3bb5d7f0f08bf8c8be86132e85ea54cfd65 +size 1544257 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/val.csv b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..0c6d7887a58f1106c1c000b75fd0b2e28c7ff5c0 --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73f6c76113338cf786877e911ac48e749a569a85ac2e266c7a6dea77ec9d28e +size 193818 diff --git a/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/train_20260425_150810.log b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/train_20260425_150810.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/m9/forestdiffusion/forest-m9-20260425_150810/train_20260425_150810.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..76ea5443e1432f7c518a98888f9e82d37db2afc3 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5fe7639d701f4c32b06e33cdd3038b55aadd74306244f4859f7d24b4aa3a58 +size 853888 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..a352853f19deb854554c3e6800c4111d5339b88d --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_gen.py @@ -0,0 +1,8 @@ + +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/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..42751f2930d8712ed156356d7d1a23fb1126bc6e --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb05645de402f61fbe09d3bf24d4e27fd84d3828f317dd9f110f763ef7a3244 +size 1147 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..261f39d95f127bc30d0beb723ce82298f7837e07 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/_fd_train.py @@ -0,0 +1,20 @@ + +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/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv new file mode 100644 index 0000000000000000000000000000000000000000..c64a4047f1b380f9d0a6dd71983de17d4a1fc714 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forest-n1-3680-20260429_212343.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238e20482bb401d24216b5f6e2b979c76f343e0c769a87bf41b3c0a9c88c391f +size 3364150 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..32c2c5dacdb99156f8277a9d657a34703afdf5db --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef37d075d6ac6264731530d5a18bcfecad357e69e487405711ad151c9acf1b49 +size 1392369832 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..bda2a66a39af3709e98a1af0cc964812202974e8 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b3bbea6d5dc00e01c465bee90f12d1748421ab9456cb87b1338ea52cae4425 +size 1356 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..32c2c5dacdb99156f8277a9d657a34703afdf5db --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef37d075d6ac6264731530d5a18bcfecad357e69e487405711ad151c9acf1b49 +size 1392369832 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..94f20a646944b1d26771a77af24be8e9c4041e43 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67595708c2c19190410f8afea4b51e9a39f1e5f68e9d4fb4df13bb9b0c08edc8 +size 27287 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..58c4b2258e74084733a78313f48ebe425de549f9 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dc3b45dc260b7c3fdc9b10b693ffcbda43a705dad8eac67757ee71833dfcf5 +size 912 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e6922ed1d318f8c699842bd6edac92a4391b64de --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6f7a9d27b6ee6e1c22a6819ba550801cbb51dbde3d7295900204d538ebafe2 +size 28103 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..89ad513690674ebdbe3ac8c23e2cd8ec2a7a6c4c --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928c9ba3d238d8a2a2df9e11a73e8c7a3339fa9c6335f7f9d9ecfd572fcb8766 +size 622 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..71af0941587ce3e1e3a65654788ce654ab79bb9c --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778ae6a0d9cca222a1bf4da72fc27b6c8b24000719daf48e4adda7943f3a4e62 +size 331 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..98dd3f9c41a065ec8a41938cae6abe2d2be1bbfe --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c637411b7477d986c1ebee93025099d475305b1c343c47878afc7215798e8 +size 28310 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..a242315a1b9b686a992242d76d9ccdc0156f1e6e --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0541ebc162054f0e18e2949b26487b63a9a875b658131594c2420f9da180e494 +size 5900 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..628770353833f1dc63d727f5bbc3c5bf7d8180e7 --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165b9f8df9afdbccf1a6362155a785860134438138af92d7288cbe88b4965b03 +size 111841 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..dabe62a5dca077c9f19f338b30e0ea316947620d --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f723c8c6f475f4dee37b81af1fc803cca3362ca22bea09c90cc39404b034b23 +size 885832 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d03fc614be3e0e5f3e8e96f7c7f84a14889d16ec --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8bfb6a9fa9b786c8e9a34d4619140e43ad25ca275d2459cc179352865f670c +size 111513 diff --git a/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n1/forestdiffusion/forest-n1-20260426_114738/train_20260426_114738.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25