This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
soft-analytics-02/test/test_pretrain.py
Claudio Maggioni a4ceee8716 Final version of the project
History has been rewritten to delete large files in repo
2024-01-03 15:28:43 +01:00

8 lines
161 B
Python

from train.pretrain import label
def test_label():
label_test = label(20, 0.01)
assert label_test != ''
assert label_test == 'Epoch=20 Loss=0.01'