MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / constant_schedule

Method constant_schedule

include/core/optimizer.h:82–84  ·  view source on GitHub ↗

Constant schedule */

Source from the content-addressed store, hash-verified

80
81 /** Constant schedule */
82 static float constant_schedule(int batch_id, int num_batch) {
83 return 1;
84 }
85};
86
87/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected