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

"Could not read from remote repository." #46

Closed
majie19930819 opened this issue Oct 20, 2017 · 4 comments
Closed

"Could not read from remote repository." #46

majie19930819 opened this issue Oct 20, 2017 · 4 comments

Comments

@majie19930819
Copy link

When I run "git clone git@github.com:ahundt/keras-contrib.git -b densenet-atrous"
there is a mistake :

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

So I find another keras- contrib : git clone https://www.github.com/farizrahman4u/keras-contrib.git

however when i run train.py there is a mistake:
Traceback (most recent call last):
File "train.py", line 15, in
from models import *
File "/home/deeplearning/src/Keras-FCN/models.py", line 6, in
from keras_contrib.applications import densenet
File "build/bdist.linux-x86_64/egg/keras_contrib/init.py", line 13, in
File "build/bdist.linux-x86_64/egg/keras_contrib/optimizers/init.py", line 1, in
File "build/bdist.linux-x86_64/egg/keras_contrib/optimizers/ftml.py", line 8, in
File "build/bdist.linux-x86_64/egg/keras_contrib/optimizers/ftml.py", line 34, in FTML
AttributeError: 'module' object has no attribute 'legacy_get_updates_support'

@Pan-zhaoyu
Copy link

I meet the same problem with you. Have you already solved it?

@Pan-zhaoyu
Copy link

Hey, I solved the problem according to this website http://blog.csdn.net/jingtingfengguo/article/details/51892864
Hope it will help you!

@ahundt
Copy link
Collaborator

ahundt commented Dec 7, 2017

Glad you solved it! FYI densenet is super slow on tensorflow due to tensorflow/tensorflow#12948, so I don't use it.

@ahundt ahundt closed this as completed Dec 7, 2017
@mortezap91
Copy link

hi 2 all
I just want to write the mentioned code in zsh terminal and i use git clone https://www.github.com/farizrahman4u/keras-contrib.git for keras and download the https://github.com/ahundt/tf-image-segmentation/tree/ahundt-keras for tensorflow part but while I run the pyhton data_coco.py I get an error zsh: illegal hardware instruction python data_coco.py coco_setup and I don't know .could someone help me ?? I stuck on this

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

4 participants