renaming all files - moving training to be a single file for transfer vs not transfer learning. Made the testing file test all models. Needs to be updated to only update with new models.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import pandas as pd
|
||||
import os
|
||||
|
||||
pd.DataFrame(sorted([f.name for f in os.scandir("./data/train") if f.is_dir()])).to_csv("labels.txt", index=False, header=False)
|
||||
Reference in New Issue
Block a user