Respair commited on
Commit
4dd86ee
·
verified ·
1 Parent(s): 86160c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,8 @@ a Few notes however:
14
 
15
  I will train a checkpoint on a larger enough dataset one of these days after figuring out a few things first. but the setup is solid.
16
 
 
 
17
  ```bash
18
  python train_boson_mixed_precision.py --data_csv "yourdata.csv" \
19
  --config config.json --batch_size 42 \
@@ -21,4 +23,8 @@ python train_boson_mixed_precision.py --data_csv "yourdata.csv" \
21
  --use_discriminator
22
  ```
23
 
 
 
 
 
24
  Happy training (~~inshallah~~).
 
14
 
15
  I will train a checkpoint on a larger enough dataset one of these days after figuring out a few things first. but the setup is solid.
16
 
17
+ # Training
18
+
19
  ```bash
20
  python train_boson_mixed_precision.py --data_csv "yourdata.csv" \
21
  --config config.json --batch_size 42 \
 
23
  --use_discriminator
24
  ```
25
 
26
+ # Inference
27
+
28
+ take a look at the notebook
29
+
30
  Happy training (~~inshallah~~).