jruffle commited on
Commit
36e5391
·
verified ·
1 Parent(s): 934f552

Upload folder using huggingface_hub

Browse files
autoencoder_8_latent_dims_oos_mode.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c658c0014123fdd344e5485bda997d0a98fd72eab4b3e6f503454f6c96b498d
3
- size 29037698
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f9095c0f97e8f0d2011775652dd61950fab50d3297688419661e6690324ac9
3
+ size 2028311554
latent_df.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666d2b137c9bf37ce6a52167f8ef52571c543e7702e271135531130fd7375cef
3
+ size 197956
metrics.csv CHANGED
@@ -1,3 +1,3 @@
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
- AE,0.014859858649327777,0.12190101988633145,0.015134868306206127,0.12302385259048802,0.014011598985549958,0.11837060017398728
3
- PCA,0.022148875508860407,0.14882498281155757,0.02269576185553438,0.15065112630025168,0.019560264398187064,0.13985801513744953
 
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
+ AE,0.08093607084910094,0.28449265517601846,,,,
3
+ PCA,0.09770550719715708,0.31257880157994894,,,,
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_info": {
3
  "latent_dims": 8,
4
- "compression_mode": "samples",
5
  "model_type": "SimpleAE",
6
- "input_dim": 2405,
7
  "layer_sizes": [
8
- 2405,
9
  2048,
10
  1024,
11
  512,
@@ -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": 0.00010421634318187607,
52
- "final_epoch": 0,
53
  "training_completed": true
54
  },
55
  "system_info": {
56
  "device": "cuda:1",
57
- "timestamp": "2025-08-26T23:08:38.821698",
58
  "python_version": "3.10.12",
59
  "pytorch_version": "2.6.0+cu124"
60
  }
 
1
  {
2
  "model_info": {
3
  "latent_dims": 8,
4
+ "compression_mode": "transcriptome",
5
  "model_type": "SimpleAE",
6
+ "input_dim": 20136,
7
  "layer_sizes": [
8
+ 20136,
9
  2048,
10
  1024,
11
  512,
 
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": 71,
49
+ "best_validation_loss": 0.00039116181953613915,
50
+ "final_epoch": 100,
51
  "training_completed": true
52
  },
53
  "system_info": {
54
  "device": "cuda:1",
55
+ "timestamp": "2025-08-26T11:06:06.884146",
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