Updates to all parts of model building - moving to frozen transfer learning followed by slowed learning rate fine tuning using EfficientNets for final model.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import pandas as pd
|
||||
df = pd.read_csv("models/keras/pt-fl-fbn-efficientnet_v2b0-d1024-do0.5-l11.e-04-l21.e-04-5224-second_stage.csv")
|
||||
|
||||
print(df.loc[df["prediction"] != df["true_val"]])
|
||||
Reference in New Issue
Block a user