yilundu / podnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You may use the following command to train the PODNet model

First train the model utilizing only MONET loss

python train.py --name intphys_physics_test --model monet --dataroot .  --batch_size 16

Then train the model with physics loss

python train.py --name intphys_physics_test --continue_train --physics_loss --model monet --dataroot .  --batch_size 16

You may then eval a model with the command (pretrain model is attached)

python eval.py --name intphys_physics_bce_new --model monet --dataroot . --batch_size 5 --continue_train --eval_intphys

About

License:Other


Languages

Language:Python 97.5%Language:Shell 1.4%Language:MATLAB 0.5%Language:TeX 0.5%