Add metrics, prepare for training

This commit is contained in:
Piv
2021-03-17 21:14:38 +10:30
parent 00762f3e86
commit fea08521bb
2 changed files with 43 additions and 11 deletions

View File

@@ -7,13 +7,5 @@ def load_nyu():
return builder.as_dataset(split='train', shuffle_files=True)
def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
load_nyu()
# See PyCharm help at https://www.jetbrains.com/help/pycharm/