luyifanlu
luyifanlu
df_index = gp.get_fdi_data() `print(df_index)` ` 368 data_df['当月(亿元)'] = data_df['当月(亿元)'].map(lambda x: int(x)/100000) --> 369 data_df['累计(亿元)'] = data_df['累计(亿元)'].map(lambda x: int(x)/100000) ` ValueError: invalid literal for int() with base 10: ''
没看懂,模型是英文,还是中文
分享预训练模型
大佬,能不能把预训练模型放到格物钛,作为公开数据集 。格物钛满足100g免费,快速下载要求。非常适合开放者,希望可以考虑,学习
地址https://github.com/david-knigge/ccnn
远程连接不上了
MaxRetryError: HTTPConnectionPool(host='api.waditu.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) During handling of the above...
运行text_grapher.py文件其他函数没问题。例如 handler.rel_entity_keyword() 就是运行handler.mian()出错
ValueError: Unable to restore custom object of type _tf_keras_rnn_layer currently. Please make sure that the layer implements `get_config`and `from_config` when saving. In addition, please use the `custom_objects` arg when calling...