You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent = SegmentationAgent(config, args.stage)
# use custormized network and loss function
mynet = MyUNet2D(config['network'])
agent.set_network(mynet)
agent.set_loss_dict(loss_dict)
agent.run()
I wanna change some of the layers, what approach you recommend?
I wanna change the unet locally, any advice?
The text was updated successfully, but these errors were encountered: