Wierd Error
When running train_segment.py and train_decision.py, the error occurs:
usage: ipykernel_launcher.py [-h] [--cuda CUDA] [--gpu_num GPU_NUM] [--worker_num WORKER_NUM] [--batch_size BATCH_SIZE] [--lr LR] [--b1 B1] [--b2 B2] [--begin_epoch BEGIN_EPOCH] [--end_epoch END_EPOCH] [--need_test NEED_TEST] [--test_interval TEST_INTERVAL] [--need_save NEED_SAVE] [--save_interval SAVE_INTERVAL] [--img_height IMG_HEIGHT] [--img_width IMG_WIDTH] ipykernel_launcher.py: error: unrecognized arguments: -f /root/.local/share/jupyter/runtime/kernel-b7c2d070-caa1-4edd-9d2d-2fcf3fd83b3e.json
An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
/opt/conda/lib/python3.6/site-packages/IPython/core/interactiveshell.py:2971: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D. warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
hello,How is the accuracy rate seen? In this code. Thank you