Deyu Tian
Deyu Tian
Want to participate in subsequent development, anyone want to be together?
### Describe the bug I use the formatter method to process my audio files(Chinese language), but I got the csv files with no data. Because it has never met the...
I use the formatter method to process my audio files(Chinese language), but I got the csv files with no data. Because it has never met the condition of `if word.word[-1]...
中文文档是这样说的: > 一个Keras的模型有两个模式:训练模式和测试模式。一些正则机制,如Dropout,L1/L2正则项在测试模式下将不被启用。 > > 另外,训练误差是训练数据每个batch的误差的平均。在训练过程中,每个epoch起始时的batch的误差要大一些,而后面的batch的误差要小一些。另一方面,每个epoch结束时计算的测试误差是由模型在epoch结束时的状态决定的,这时候的网络将产生较小的误差。 > > 【Tips】可以通过定义回调函数将每个epoch的训练误差和测试误差并作图,如果训练误差曲线和测试误差曲线之间有很大的空隙,说明你的模型可能有过拟合的问题。当然,这个问题与Keras无关。【@BigMoyan】 英文文档是这样的 > A Keras model has two modes: training and testing. Regularization mechanisms, such as Dropout and L1/L2 weight regularization, are...
imported by `from keras.callbacks import Plotter` when I use callbacks in `.fit()` ``` model.fit(data, label, batch_size=32, nb_epoch=100, shuffle=True, validation_split=0.2, callbacks=[Plotter(show_plot_window=False, save_to_filepath="/tmp/last_plot.png")]) ``` it's got `ImportError `who know why is it?...
WHY only support llama-index==0.9.7 ? I want to use LLM like gemini which can not be found in 0.9.7. Hope for your reply.
Alert in _get_exactly_k_negatives, query_node: 2555, current negative size: 0 Alert in _get_exactly_k_negatives, query_node: 4086, current negative size: 0 Alert in _get_exactly_k_negatives, query_node: 9162, current negative size: 0 Alert in _get_exactly_k_negatives,...