質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,6 +35,11 @@
|
|
35
35
|
from UNet.prepare_data import data_gen
|
36
36
|
```
|
37
37
|
|
38
|
+
tests/test_train.py
|
39
|
+
```
|
40
|
+
from UNet import train
|
41
|
+
```
|
42
|
+
|
38
43
|
とインポートすると、`pytest tests/test_train.py` や `python UNet/train.py` を実行したときに
|
39
44
|
|
40
45
|
```
|