-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with latest version of tensor flow etc #6
Comments
TF 2.0 is completely different, you need to install 1.4.0 or similar. I am thinking of updating it actually, but never got time to do that so far... I need at some point though |
I was looking into effort to do this since i'd like to try the DIrectML for Windows to see if DX cards can offload some startnet++ in PixInsight. Have you had any time to look into 2.x yet? |
Working on it, but currently stuck at the step of transferring pre-trained weights to the new version |
Good luck with your endeavours. It’s very much appreciated by the community.
…On Tue, 14 Jul 2020 at 22:42, nekitmm ***@***.***> wrote:
Working on it, but currently stuck at the step of transferring weights to
the new version
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDHZS3PYINFPGQJI5NEICTR3TGKPANCNFSM4NCUHE2Q>
.
|
@nekitmm, first of all, many thanks for making startnet available. It's invaluable! I don't know much about tensorflow, but I write c++/python for a living, so please let me know if I can help with any of the other aspects of the update at all. |
Thanks! I am ok on python code and everything - already wrote the whole thing. The problem is specifically with TF - old weights output complete garbage in the new version. Seems that Conv2D in TF 2.x is somehow different and I can not find out what is the problem. |
I asked a friend of mine who has done quite a bit of TF work, and he said:
Don't know if that helps at all? |
I finally pushed a new version made in TF2. You can check it out! |
Amazing, thanks so much @nekitmm. |
Fantastic. Thanks for all the hard work.
Best, Des
…On Tue, 18 Aug 2020 at 08:38, Tom Cowland ***@***.***> wrote:
Amazing, thanks so much @nekitmm <https://github.com/nekitmm>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDHZS4NQUIB5EF4PKSEKFLSBIVW7ANCNFSM4NCUHE2Q>
.
|
Looks like a great package.
Unfortunately it does run on the latest version of tensor flow as various changes
have been implemented to the package.
I tried hard but could not get it to run.
Please comment here if anyone has been more successful.
Thanks, Des
The text was updated successfully, but these errors were encountered: