Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Update pages/15_TransferLearning_HF.py
Browse files
pages/15_TransferLearning_HF.py
CHANGED
@@ -83,3 +83,4 @@ if st.button("Train Model"):
|
|
83 |
if st.button("Evaluate Model"):
|
84 |
test_loss, test_acc = model.evaluate(ds_val, verbose=2)
|
85 |
st.write(f"Validation accuracy: {test_acc}")
|
|
|
|
83 |
if st.button("Evaluate Model"):
|
84 |
test_loss, test_acc = model.evaluate(ds_val, verbose=2)
|
85 |
st.write(f"Validation accuracy: {test_acc}")
|
86 |
+
|