jruffle commited on
Commit
9b1e5af
·
verified ·
1 Parent(s): 20bd7f9

Upload folder using huggingface_hub

Browse files
autoencoder_4_latent_dims_oos_mode.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4e7bc1ce962c3798b57bc50f8baeb2183c44deb51e0655a5098a93e03121a14
3
- size 29018498
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd045e37186c35d63a3163832c89079658c33ac1d47a4d03b89358e198a3dfd
3
+ size 2028150402
latent_df.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06348acb8de51278fda7f7912808ed6a32ca8063ffa34808b7debc11b4b2d36
3
+ size 126273
metrics.csv CHANGED
@@ -1,4 +1,4 @@
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
- AE,0.020618581345273997,0.14359171753716854,0.024122945477313078,0.15531563178673638,0.01830700191081664,0.13530336991670475
3
- PCA,0.02963418062383792,0.1721458121007825,0.031328360169836825,0.17699819256093216,0.025817303974134172,0.16067763993205206
4
  UMAP,,,,,,
 
1
  Method,MSE,RMSE,TRACERx_MSE,TRACERx_RMSE,Other_MSE,Other_RMSE
2
+ AE,0.10879729054735847,0.3298443429064056,,,,
3
+ PCA,0.11244795675882877,0.33533260616711397,,,,
4
  UMAP,,,,,,
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "model_info": {
3
  "latent_dims": 4,
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.00014691724548943324,
52
- "final_epoch": 0,
53
  "training_completed": true
54
  },
55
  "system_info": {
56
  "device": "cuda:0",
57
- "timestamp": "2025-08-26T23:08:39.446881",
58
  "python_version": "3.10.12",
59
  "pytorch_version": "2.6.0+cu124"
60
  }
 
1
  {
2
  "model_info": {
3
  "latent_dims": 4,
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": 43,
49
+ "best_validation_loss": 0.000720757882656124,
50
+ "final_epoch": 116,
51
  "training_completed": true
52
  },
53
  "system_info": {
54
  "device": "cuda:0",
55
+ "timestamp": "2025-08-26T11:13:02.704497",
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