-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where is var edge_matrix_comp #3
Comments
python3.9 env pip req.txt error: Requirements should be satisfied by a PEP 517 installer. |
参考命令: mkdir -p /dfs/user/tailin/.results/Datasets/ |
Epoch: 9 T-dur 18.74 T-loss 3.430 T-acc 0.000 V-dur 0.00 V-loss 0.000 V-acc 0.000 |
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"
The text was updated successfully, but these errors were encountered: