mkp

Results 3 issues of mkp

“new和delete是运算符,不重载。”应该改为“new和delete是运算符,支持重载。”

已解决

Why is it that I set the learning rate decay type in config.yaml, but the learning rate does not change in the log file output when the model is trained?

from nebula3.gclient.net import ConnectionPool from nebula3.Config import Config # define a config config = Config() config.max_connection_pool_size = 10 # init connection pool connection_pool = ConnectionPool() # if the given servers...