mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-24 12:04:30 +08:00
Rename HAI.js to script/__init__.py
This commit is contained in:
@@ -35,4 +35,4 @@ model.fit(train_data, train_labels, epochs=50, batch_size=32)
|
|||||||
|
|
||||||
# Evaluate the model
|
# Evaluate the model
|
||||||
loss, accuracy = model.evaluate(test_data, test_labels)
|
loss, accuracy = model.evaluate(test_data, test_labels)
|
||||||
print(f'Test accuracy: {accuracy}')
|
print(f'Test accuracy: {accuracy}')
|
||||||
Reference in New Issue
Block a user