Open
Description
Hi :)
I have problem with HMNetModel. I can't load it on yours Colab notebook.
I prepare code for this task:
from model import HMNetModel
hmn = HMNetModel()
I get error:
usage: ipykernel_launcher.py [-h] [--command COMMAND] [--conf_file CONF_FILE]
[--PYLEARN_MODEL PYLEARN_MODEL]
[--master_port MASTER_PORT] [--cluster CLUSTER]
[--dist_init_path DIST_INIT_PATH] [--fp16]
[--fp16_opt_level FP16_OPT_LEVEL] [--no_cuda]
[--config_overrides CONFIG_OVERRIDES]
ipykernel_launcher.py: error: unrecognized arguments: -f /root/.local/share/jupyter/runtime/kernel-d260cea4-6d66-4567-bbda-0e4a0fefba13.json
An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
Do you know what's happen? Thanks in advance for your help :)