Open rousseauuu opened 3 years ago
I built the conda environment step by step according to the documentation, but when I entered the command python eval_pf_pascal.py --a 0.1 --num_examples 5, the following situation appeared: After a short period of lag, it was killed. Why?
python eval_pf_pascal.py --a 0.1 --num_examples 5
Because of the poor network conditions, I manually downloaded ancnet.zip and commented out the extra parts in run.sh.
ancnet.zip
run.sh
I built the conda environment step by step according to the documentation, but when I entered the command
python eval_pf_pascal.py --a 0.1 --num_examples 5
, the following situation appeared: After a short period of lag, it was killed. Why?