提交 56828527 编写于 作者: Z zhangxuefei

update version (1.2.0)

上级 59c26ce6
......@@ -195,8 +195,8 @@ class AutoFineTuneCommand(BaseCommand):
f.write("\t".join(autoft.hparams_name_list) +
"\tsaved_params_dir\n\n")
print(
"The checkpont directory of programs ran with hyperparamemters searched are saved as log_file.txt ."
)
"The related infomation about hyperparamemters searched are saved as %s/log_file.txt ."
% autoft._output_dir)
for solution, modeldir in solutions_modeldirs.items():
param = evaluator.convert_params(solution)
param = [str(p) for p in param]
......
......@@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
""" PaddleHub version string """
hub_version = "1.1.1"
hub_version = "1.2.0"
module_proto_version = "1.0.0"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册