erfnet
erfnet copied to clipboard
Results
2
erfnet issues
Sort by
recently updated
recently updated
newest added
hello what does this line do? pretrainedEnc = next(pretrainedEnc.children()).features.encoder in main.py in train folder `def main(args): savedir = f'../save/{args.savedir}' if not os.path.exists(savedir): os.makedirs(savedir) with open(savedir + '/opts.txt', "w") as myfile:...
Hello Thanks for your great work. I train the encoder part 150 epochs (I had to stop the training once and the resume to finish the 150 epochs), but then...