mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-14 02:10:01 +08:00
修复删除的内容
This commit is contained in:
20
run_example.py
Normal file
20
run_example.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# import tutorials.keras.text_NER as ft
|
||||
# import tutorials.keras.brat_tag as ft
|
||||
import tutorials.RecommenderSystems.rs_rating_demo as ft
|
||||
# from middleware.utils import TimeStat, Chart
|
||||
# import matplotlib.pyplot as plt
|
||||
# import matplotlib.gridspec as gridspec
|
||||
# from matplotlib.font_manager import FontProperties
|
||||
# plt.rcParams['font.sans-serif'] = ['SimHei']
|
||||
# plt.rcParams['axes.unicode_minus'] = False
|
||||
|
||||
|
||||
def main():
|
||||
ft.main()
|
||||
# x=y=[1,2,3]
|
||||
# plt.plot(x, y, color='g', linestyle='-') # 绘制
|
||||
# plt.grid(True, ls = '--')
|
||||
# plt.show()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user