jruffle commited on
Commit
d2104cb
·
verified ·
1 Parent(s): 2275695

Upload folder using huggingface_hub

Browse files
autoencoder_2_latent_dims_oos_mode.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a1b28295c8a860e059fa53de0534403ccadd514c102d77dc1dea089fcf48384
3
- size 29008898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b012b8322e17361f2463bda0dbb1677f59821513d497369cb3a0e65b66500319
3
+ size 2028069890
latent_df.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0396554532f7d330300ade553cef16890b4dd891cf8860940951a9350b8a45
3
+ size 68248
metrics.csv CHANGED
@@ -1,4 +1,4 @@
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
- AE,0.03185033824577986,0.17846663062258966,0.03443571923046719,0.18556863751848585,0.02647942347760636,0.16272499340177082
3
- PCA,0.04397530238592283,0.20970289074288612,0.04557676589511087,0.21348715627669707,0.048604485549552094,0.22046425004873715
4
  UMAP,,,,,,
 
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
+ AE,0.11894668426054013,0.34488648025189406,,,,
3
+ PCA,0.12724498632657424,0.3567141521254438,,,,
4
  UMAP,,,,,,
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_info": {
3
  "latent_dims": 2,
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.00023353988860382597,
52
- "final_epoch": 0,
53
  "training_completed": true
54
  },
55
  "system_info": {
56
  "device": "cuda:0",
57
- "timestamp": "2025-08-26T22:05:48.279917",
58
  "python_version": "3.10.12",
59
  "pytorch_version": "2.6.0+cu124"
60
  }
 
1
  {
2
  "model_info": {
3
  "latent_dims": 2,
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": 4,
49
+ "best_validation_loss": 0.0011423161563412553,
50
+ "final_epoch": 23,
51
  "training_completed": true
52
  },
53
  "system_info": {
54
  "device": "cuda:0",
55
+ "timestamp": "2025-08-26T09:21:32.234552",
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