jruffle commited on
Commit
d255744
·
verified ·
1 Parent(s): 37cfdcc

Upload folder using huggingface_hub

Browse files
autoencoder_16_latent_dims_oos_mode.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e68d6a267c9e08eb7c150530f5a1b8ace08fa2bd755a8d1fe5f21dbd2537bfa
3
- size 29076838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4329f6ee2c1bb7a80220a8dc9ebce525543f9881b784a543423be506890f2a54
3
+ size 2028633830
latent_df.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20faed000ec303fca857d577dd4debc3875bb4ab0e9cc3e210f1b005e0874358
3
+ size 376040
metrics.csv CHANGED
@@ -1,3 +1,3 @@
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
- AE,0.012402085293980207,0.11136465010936014,0.012416841611374076,0.11143088266443049,0.01138081755804923,0.10668091468509834
3
- PCA,0.014820118987713422,0.12173791105367884,0.015185206212341228,0.12322826872248603,0.013179797174522938,0.11480329775107916
 
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
+ AE,0.0622758676266022,0.24955133264841964,,,,
3
+ PCA,0.08442337431034508,0.2905570069888955,,,,
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_info": {
3
  "latent_dims": 16,
4
- "compression_mode": "samples",
5
  "model_type": "SimpleAE",
6
- "input_dim": 2405,
7
  "layer_sizes": [
8
- 2405,
9
  4096,
10
  2048,
11
  1024,
@@ -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": 9.072822193953194e-05,
52
- "final_epoch": 0,
53
  "training_completed": true
54
  },
55
  "system_info": {
56
  "device": "cuda:0",
57
- "timestamp": "2025-08-27T00:11:19.918840",
58
  "python_version": "3.10.12",
59
  "pytorch_version": "2.6.0+cu124"
60
  }
 
1
  {
2
  "model_info": {
3
  "latent_dims": 16,
4
+ "compression_mode": "transcriptome",
5
  "model_type": "SimpleAE",
6
+ "input_dim": 20136,
7
  "layer_sizes": [
8
+ 20136,
9
  4096,
10
  2048,
11
  1024,
 
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": 47,
49
+ "best_validation_loss": 0.0002578177767978142,
50
+ "final_epoch": 108,
51
  "training_completed": true
52
  },
53
  "system_info": {
54
  "device": "cuda:0",
55
+ "timestamp": "2025-08-26T12:39:26.280389",
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