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

module 'Houseweb.views' has no attribute 'tf_train' #18

Open
ckaidi opened this issue Apr 19, 2022 · 5 comments
Open

module 'Houseweb.views' has no attribute 'tf_train' #18

ckaidi opened this issue Apr 19, 2022 · 5 comments

Comments

@ckaidi
Copy link

ckaidi commented Apr 19, 2022

No description provided.

@ckaidi
Copy link
Author

ckaidi commented Apr 19, 2022

屏幕截图 2022-04-19 155930

@m-alqblawi
Copy link

The same problem

@h-guo18
Copy link

h-guo18 commented Mar 27, 2023

Same problem. I tried simply downgrading torch to 1.7.1 works for me.

(To install older version, see: https://pytorch.org/get-started/previous-versions/)

@krishna7233
Copy link

krishna7233 commented Jun 30, 2023

Same problem. I tried simply downgrading torch to 1.7.1,1.6.0,1.5.1 etc But not worked for me.

@asadrizvi64
Copy link

`def Init(request):
start = time.clock()
getTestData()
getTrainData()
loadMatlabEng()
loadModel()
loadRetrieval()
end = time.clock()
print('Init(model+test+train+engine+retrieval) time: %s Seconds' % (end - start))

return HttpResponse(None)`

getTestData time: 0.3982627999999977 Seconds
getTrainData time: 3.0307052 Seconds
matlab.engineview time: 416.412544 Seconds
loadModel time: 2.5661660000000666 Seconds

#we're supposed to wait for some time before it initializes

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

5 participants