-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels