Rename HAI.js to script/__init__.py

This commit is contained in:
Web4 2024-12-13 09:28:52 -08:00 committed by GitHub
parent e4149c70e1
commit d5c932d71a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,4 +35,4 @@ model.fit(train_data, train_labels, epochs=50, batch_size=32)
# Evaluate the model
loss, accuracy = model.evaluate(test_data, test_labels)
print(f'Test accuracy: {accuracy}')
print(f'Test accuracy: {accuracy}')