-
Notifications
You must be signed in to change notification settings - Fork 40
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
Finalize transition to TFv2 #317
Comments
Hi, we did not support tests much in the latest releases, however the example data should work. Could you provide the error that you get? Also you might want to try current master branch. |
Thanks for the quick reply. I did try both, the master and tf2 branch and tried debugging on the master. I used the example data from the wiki and changed training_values/validation_values to training/validation, queue_size to cache_size, cnn to efficientnet and added label_smoothing to the config.json (prompted by the errors I got). Then I get the following error: Traceback (most recent call last): |
Could you try to switch |
No worries. It is working now, thanks a lot. Will try my own data next. |
I would love to try out the TFv2 version of DeepProfiler, however, I cannot even run the tests or BBBC021 example because not everything has been switched to the new version. I tried to fix the config file by changing the names of some of the parameters, but always get another error. I also played around with the test code but experienced similar issues.
Before I spend hours debugging the code, I wanted to ask if you have a rough timeline for the next release?
I can also give some examples about the issues I run into if that is helpful.
Thanks
The text was updated successfully, but these errors were encountered: