Skip to content
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

when using u_net_bn in model,i get the error #36

Open
zmmzzz opened this issue Jan 10, 2019 · 3 comments
Open

when using u_net_bn in model,i get the error #36

zmmzzz opened this issue Jan 10, 2019 · 3 comments

Comments

@zmmzzz
Copy link

zmmzzz commented Jan 10, 2019

when using u_net_bn in model,i get the error "train_op = tf.train.AdamOptimizer(lr_v, beta1=beta1).minimize(loss, var_list=t_vars)",and "ValueError: No variables to optimize",what's the reason,how can i figure out ?

@zsdonghao
Copy link
Owner

please report your TF, TL and python versions.

@zmmzzz
Copy link
Author

zmmzzz commented Jan 11, 2019

what i am using now is:
TF=1.6
TL=1.7
python=3.5
i had run this code ,but the system error occured: failed call to cuInit: CUDA_ERROR_UNKNOWN
,retrieving CUDA diagnostic information for host: amax.
while the TITAN X was already installed

if convenient,it's very appreciate to tell me what's the suitabe version.
i have another doubt,to compare the result of different models, can i add a new model to the file"model.py",without changing other codes in the file"train.py"?

@zmmzzz
Copy link
Author

zmmzzz commented Jan 11, 2019

the version i am using is:
CUDA: 9.0.176
CUDNN:#define CUDNN_MAJOR 7
#define CUDNN_MINOR 0
#define CUDNN_PATCHLEVEL 5
#define CUDNN_VERSION (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants