sgjoesg
sgjoesg t1_iv4f6ng wrote
sgjoesg t1_iv4ezuu wrote
Reply to comment by Competitive-Good4690 in U-Net architecture by Competitive-Good4690
As far as i know, if you create your own class inheriting from tf.keras, then that class can use .fit function. Eg class unet(tf.keras) Model_definition_as_per_arch model = unet() model.fit(data)
So you have the control to use your own model, and use keras's easy training loop as well.
sgjoesg t1_iv42snj wrote
Reply to U-Net architecture by Competitive-Good4690
Also, what do you mean by non model.fit? And why?
sgjoesg t1_iv42h3k wrote
Reply to U-Net architecture by Competitive-Good4690
You can see abhishek thakur's video on the implementation of unet architecture. He explains it very well step by step. edit: i didnt see you wanted tf2.0. If i get some resources, will fwd it to you.
sgjoesg t1_iv4hum4 wrote
Reply to comment by Competitive-Good4690 in U-Net architecture by Competitive-Good4690
Glad i could help(in some way lol)💯