Graph2plan icon indicating copy to clipboard operation
Graph2plan copied to clipboard

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

Open ckaidi opened this issue 3 years ago • 5 comments

ckaidi avatar Apr 19 '22 07:04 ckaidi

屏幕截图 2022-04-19 155930

ckaidi avatar Apr 19 '22 08:04 ckaidi

The same problem

m-alqblawi avatar Sep 08 '22 23:09 m-alqblawi

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/)

h-guo18 avatar Mar 27 '23 13:03 h-guo18

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

krishna7233 avatar Jun 30 '23 10:06 krishna7233

`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

asadrizvi64 avatar Apr 03 '24 04:04 asadrizvi64