Skip to content

where is var edge_matrix_comp #3

@zdx3578

Description

@zdx3578

0
conda env create -f environment.yml ; this env so hard to create

github codespace ubuntu 20.04.6 LTS,conda python 3.7.16 just run;

1
File "/workspaces/ViRel/args.py", line 142, in standardize_args
if not args.max_count:
AttributeError: 'Namespace' object has no attribute 'max_count'

fix by run args; python relation_analogy.py --yaml config/main3.yaml

2
def get_root_dir():
dirname = os.getcwd()
#dirname_split = dirname.split("/")
#index = dirname_split.index("reasoning")
#dirname = "/".join(dirname_split[:index + 1])
return dirname

3 relation_analogy.py add one line code. " from BabyARC.code.dataset.objects import Object"

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