Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

No such file or directory: './dump\first_eval\5mqaq8pt0a\params.pkl' #13

@yuy01

Description

@yuy01
  • Instruction is as follows:
    python main.py --exp_name first_eval --eval_only true --reload_model "./fwd_bwd_ibp.pth" --reload_data "./prim_ibp.test" --beam_eval true --beam_size 10 --emb_dim 1024
    --n_enc_layers 6 --n_dec_layers 6 --n_heads 8 --dump_path ./dump

  • The error record is as follows:
    Traceback (most recent call last):
    File "main.py", line 232, in
    main(params)
    File "main.py", line 156, in main
    logger = initialize_exp(params)
    File "D:\code\python\SymbolicMathematics\src\utils.py", line 57, in initialize_exp
    pickle.dump(params, open(os.path.join(params.dump_path, 'params.pkl'), 'wb'))
    FileNotFoundError: [Errno 2] No such file or directory: './dump\first_eval\5mqaq8pt0a\params.pkl'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions