To train the proposed model on the two gas container example, one can use the command as follows:

python main.py --model gnodev2 --lA 1 --lB 1 --lD 1 --lE 1 --lS 1 --nA 10 --nB 10 --nD 10 --nE 10 --nS 10 --C 3 --D 3 --system tgc --nentropy 2 --r 0 

To make a prediction, one can use the command as follows:

python infer.py --model gnodev2 --lA 1 --lB 1 --lD 1 --lE 1 --lS 1 --nA 10 --nB 10 --nD 10 --nE 10 --nS 10 --C 3 --D 3 --system tgc --nentropy 2 --r 0 --id [EXPID] 
