jruffle commited on
Commit
0983280
·
verified ·
1 Parent(s): 0fc741a

Upload folder using huggingface_hub

Browse files
autoencoder_64_latent_dims_oos_mode.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f53b87306ef4b4e1d26081ab6f4aeef4bacbe67b240de492a0366768b8d07fb6
3
- size 29307814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a608deb828f729c78ec1f4c9308d684ac3f32df69b754033535d44ca0b9e711
3
+ size 2030567078
latent_df.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad28d42d85b8b8e05c36417ffbd60cee3f2e1f4086a0685284467c2114aab449
3
+ size 1422440
metrics.csv CHANGED
@@ -1,3 +1,3 @@
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
- AE,0.011650569505406579,0.1079378038752252,0.011632437274068668,0.10785377728234032,0.010406490137090822,0.10201220582406216
3
- PCA,0.009045630595763243,0.09510852010079456,0.00890203705104774,0.09435060705182421,0.0077980829654689925,0.08830675492548117
 
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
+ AE,0.04735793915204462,0.21761879319591088,,,,
3
+ PCA,0.05994594280935697,0.24483860563513463,,,,
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_info": {
3
  "latent_dims": 64,
4
- "compression_mode": "samples",
5
  "model_type": "SimpleAE",
6
- "input_dim": 2405,
7
  "layer_sizes": [
8
- 2405,
9
  8192,
10
  4096,
11
  2048,
@@ -36,25 +36,23 @@
36
  },
37
  "data_config": {
38
  "datasets": [
39
- "tracerx",
40
- "cellfm",
41
- "gtex"
42
  ],
43
  "data_path": "../datasets/TRACERx/tracerx_vst_counts_proper.csv",
44
  "normalization_range": "[-1, 1]",
45
  "harmonization_method": "imputation",
46
- "imputation_strategy": "dataset_median",
47
  "tracerx_priority_weight": 2.0
48
  },
49
  "training_results": {
50
- "best_epoch": 0,
51
- "best_validation_loss": 8.646432449511839e-05,
52
- "final_epoch": 0,
53
  "training_completed": true
54
  },
55
  "system_info": {
56
  "device": "cuda:0",
57
- "timestamp": "2025-08-27T01:13:46.865196",
58
  "python_version": "3.10.12",
59
  "pytorch_version": "2.6.0+cu124"
60
  }
 
1
  {
2
  "model_info": {
3
  "latent_dims": 64,
4
+ "compression_mode": "transcriptome",
5
  "model_type": "SimpleAE",
6
+ "input_dim": 20136,
7
  "layer_sizes": [
8
+ 20136,
9
  8192,
10
  4096,
11
  2048,
 
36
  },
37
  "data_config": {
38
  "datasets": [
39
+ "tracerx"
 
 
40
  ],
41
  "data_path": "../datasets/TRACERx/tracerx_vst_counts_proper.csv",
42
  "normalization_range": "[-1, 1]",
43
  "harmonization_method": "imputation",
44
+ "imputation_strategy": "fixed",
45
  "tracerx_priority_weight": 2.0
46
  },
47
  "training_results": {
48
+ "best_epoch": 43,
49
+ "best_validation_loss": 0.00015428456574314133,
50
+ "final_epoch": 136,
51
  "training_completed": true
52
  },
53
  "system_info": {
54
  "device": "cuda:0",
55
+ "timestamp": "2025-08-26T14:17:15.311991",
56
  "python_version": "3.10.12",
57
  "pytorch_version": "2.6.0+cu124"
58
  }
preprocessing_stats.json CHANGED
The diff for this file is too large to render. See raw diff
 
run_inference.py CHANGED
@@ -1,6 +1,6 @@
1
  #!/usr/bin/env python3
2
  """
3
- Inference script for samples autoencoder model
4
  Generated automatically during training
5
  """
6
 
 
1
  #!/usr/bin/env python3
2
  """
3
+ Inference script for transcriptome autoencoder model
4
  Generated automatically during training
5
  """
6