raehik commited on
Commit
529a046
1 Parent(s): 62909eb

add readme for low reso model

Browse files
Files changed (1) hide show
  1. low-resolution/README.md +23 -0
low-resolution/README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Commit: `87648f076afc5144baf8f7408077a1f723e037ea`
2
+
3
+ Command:
4
+
5
+ ```
6
+ mlflow run . --experiment-name raehik -e train --env-manager=local \
7
+ -P exp_id=835131858780593246 -P run_id=135f3833ee794e50b872bea33f6cf993 \
8
+ -P learning_rate=0/5e-4/15/5e-5/30/5e-6 -P n_epochs=200 -P weight_decay=0.00 -P train_split=0.8 \
9
+ -P test_split=0.85 -P model_module_name=models.models1 -P model_cls_name=FullyCNN -P batchsize=4 \
10
+ -P transformation_cls_name=SoftPlusTransform -P submodel=transform3 \
11
+ -P loss_cls_name=HeteroskedasticGaussianLossV2
12
+ ```
13
+
14
+ ## Forcing data
15
+ Commit: `87648f076afc5144baf8f7408077a1f723e037ea`
16
+
17
+ Command:
18
+
19
+ ```
20
+ mlflow run . --experiment-name raehik --env-manager=local \
21
+ -P lat_min=-25 -P lat_max=25 -P long_min=-280 -P long_max=80 \
22
+ -P factor=4 -P chunk_size=1 -P CO2=1 -P global=0 -P ntimes=100
23
+ ```