????? ??? ??? ??? ??????. ???? ?? ????? ??? ???? FROM tensorflow/tensorflow:2.1.0rc1-gpu-py3?? ???? build?? ???? ??? ??? File "./train.py", line 137, in main() File "./train.py", line 73, in main os.mkdir(LOG_DIR) FileNotFoundError: [Errno 2] No such file or directory: '/data/volume/logs/cf1d299a-388e-4e0c-b24d-908ee926c657' ... FileNotFoundError: [Errno 2] File b'/data/volume/history/history.csv' does not exist: b'/data/volume/history/history.csv' ? ?? ??? ?????. ?? ??? ????? ?? ?? ??? ?? ??????.

Created by hdwycy
history.csv ?????. ``` epoch,acc,loss,val_acc,val_loss 0,0.5,0.7817095160484314,1.0,0.6629137396812439 ```
??? ?? ??? ??????. ?????! ???? ??? ?? ????? TASK ID = 5fb3b144-11cc-45fd-ae0c-89601128045f?? Traceback (most recent call last): File "./inference.py", line 53, in main() File "./inference.py", line 27, in main cls_bestepoch = cls_df[cls_df['val_acc'] == cls_df['val_acc'].max()]['epoch'].values[0]+1 File "/usr/local/lib/python3.6/dist-packages/pandas/core/frame.py", line 2995, in __getitem__ indexer = self.columns.get_loc(key) File "/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 2899, in get_loc return self._engine.get_loc(self._maybe_cast_indexer(key)) File "pandas/_libs/index.pyx", line 107, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/index.pyx", line 131, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line 1607, in pandas._libs.hashtable.PyObjectHashTable.get_item File "pandas/_libs/hashtable_class_helper.pxi", line 1614, in pandas._libs.hashtable.PyObjectHashTable.get_item KeyError: 'val_acc' ? ??? ??? history.csv ??? ????? ???? ??? ?????? ???? ??? ????.
1. FileNotFoundError: [Errno 2] No such file or directory: '/data/volume/logs/cf1d299a-388e-4e0c-b24d-908ee926c657' /data/volume ? logs folder? ?? ?????? folder? ???? os.mkdir() ?? os.makedirs() ? ????????. 2. FileNotFoundError: [Errno 2] File b'/data/volume/history/history.csv' does not exist: b'/data/volume/history/history.csv' train.sh ? fail? history.csv? ?????? ??? ???? ?? ?????.
task id ?????

Docker ?? ?? ?? page is loading…