Skip to content

Commit

Permalink
Update CFD_DA_seg_trainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FupingWu90 authored Dec 9, 2020
1 parent fb90646 commit 04f0919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CFD_DA_seg_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import random

import argparse


def ADA_Train( Train_LoaderA,Train_LoaderB,encoder,decoderB,decoderBdown2,decoderBdown4,gate,DistanceNet,lr,kldlamda,predlamda,bcelamda,dislamda,epoch,optim, savedir):
Expand Down

0 comments on commit 04f0919

Please sign in to comment.