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
The text was updated successfully, but these errors were encountered:
sharmarochan
changed the title
I am training network on my data set
I am training deeplab architecture on my data set. To do so I zipped both image and mask images and passed as an argument to model.predict. but getting error. Screenshot of the same is attached.
May 16, 2019
I am training deeplab architecture on my data set. To do so I zipped both image and mask images and passed as an argument to model.predict. but getting error. Screenshot of the same is attached.
To resolve it i also tried def combine_generator(gen1, gen2):
while True:
yield(gen1.next(), gen2.next())
which was given as one of the solution but it too is giving error.
Please help if anyone has come across similar problem. Thanks
sharmarochan
changed the title
I am training deeplab architecture on my data set. To do so I zipped both image and mask images and passed as an argument to model.predict. but getting error. Screenshot of the same is attached.
Re: Training own network
May 16, 2019
sharmarochan
changed the title
Re: Training own network
Re: Training own network using transfer learning
May 16, 2019
No description provided.
The text was updated successfully, but these errors were encountered: