fsdl-text-recognizer-2021-labs icon indicating copy to clipboard operation
fsdl-text-recognizer-2021-labs copied to clipboard

Update run_experiment.py

Open sanggusti opened this issue 3 years ago • 0 comments

Import error

  • AttributeError from text_recognizer import lit_models. Complications to argparse importing BaseLitModel , change the import reference to from text_recognizer.lit_models import base and refactor variable
  • AttributeError ``` parser.add_argument("--data_class", type=str, default="MNIST") parser.add_argument("--model_class", type=str, default="MLP")

sanggusti avatar Jul 04 '21 09:07 sanggusti