Commit 923af6c2 by xiaotong

a new class XOptimizer and formatting issues fixes

parent 3568a040
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -68,4 +68,4 @@ void XLeader::SetMode(XLEADER_MODE myMode)
mode = myMode;
}
} /* end of the nts (NiuTrans.Tensor) namespace */
\ No newline at end of file
} /* end of the nts (NiuTrans.Tensor) namespace */
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -68,4 +68,4 @@ void XModel::Refresh(XList * args)
model->RefreshMe();
}
} /* end of the nts (NiuTrans.Tensor) namespace */
\ No newline at end of file
} /* end of the nts (NiuTrans.Tensor) namespace */
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -114,4 +114,4 @@ bool NetBase::RunSafe(XList * args)
return r;
}
}
\ No newline at end of file
}
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* This class define the template of the update rule in gradient based methods
*
* $Created by: XIAO Tong (xiaotong@mail.neu.edu.cn) 2021-03-01
* March comes but there was a snow last night.
*/
#include "XOptimizer.h"
namespace nts { // namespace nts(NiuTrans.Tensor)
}
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* This class define the template of the update rule in gradient based methods
*
* $Created by: XIAO Tong (xiaotong@mail.neu.edu.cn) 2021-03-01
* March comes but there was a snow last night.
*/
#ifndef __XOPTIMIZER_H__
#define __XOPTIMIZER_H__
namespace nts { // namespace nts(NiuTrans.Tensor)
class XOptimizer
{
};
}
#endif
\ No newline at end of file
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -66,4 +66,4 @@ void XTrainer::Run(XConfig * config, DataDistributeBase * dataDistributor,
}
}
} /* end of the nts (NiuTrans.Tensor) namespace */
\ No newline at end of file
} /* end of the nts (NiuTrans.Tensor) namespace */
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -99,4 +99,4 @@ bool XWorker::IsEmpty()
return queue.IsEmpty();
}
} /* end of the nts (NiuTrans.Tensor) namespace */
\ No newline at end of file
} /* end of the nts (NiuTrans.Tensor) namespace */
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......@@ -80,3 +80,4 @@ bool XWorkerJob::AddJobNeuralNet(void * func, void * net, XList * inputs, XList
}
} /* end of the nts (NiuTrans.Tensor) namespace */
/*
* NiuTrans.Tensor - an open-source tensor library
* Copyright (C) 2021
* Copyright (C) 2016-2021
* Natural Language Processing Lab, Northeastern University
* and
* NiuTrans Research
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论