moonlightnexus commited on
Commit
564c7a0
·
1 Parent(s): 6ec8073

Create scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler_config.json +7 -0
scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scheduler_type": "PNDMScheduler",
3
+ "parameters": {
4
+ "learning_rate": 0.001,
5
+ "num_training_steps": 10000
6
+ }
7
+ }