Closed wuwalter closed 1 year ago
Hi @wuwalter, thanks for the issue report, is it possible to know which steps did you take to get the aforementioned error?
The error pops up when the spyder execute the following codes. Now my project doesn't need these codes, but the code analysis in Spyder always pop out the error page. That results in the stop of the code analysis. I hope the code analysis will not pop the error page. Would you like help me?
Seq_model = Sequential() Seq_model.add(Dense(units=120, input_dim=3, activation="tanh")) Seq_model.add(Dense(units=120, activation="tanh")) Seq_model.add(Dense(units=120, activation="tanh")) Seq_model.add(Dense(units=1, activation="tanh")) Seq_model.compile(optimizer='rmsprop', loss='mse', metrics=['mae']) Seq_model.fit(dX[:, 0:(COLS-1)], dX[:, COLS-1], epochs=500, batch_size=1, verbose=1)
Best regards,
Wu Yuanming
ymwu@uestc.edu.cn
School of Optoelectronic Science and Engineering University of Electronic Science and Technology of China No. 4, North Jianshe Rd., Chengdu, China 610054
From: Edgar Andrés Margffoy Tuay Date: 2021-01-15 03:03 To: spyder-ide/spyder CC: wuwalter; Mention Subject: Re: [spyder-ide/spyder] code analysis can't work (#14588) Hi @wuwalter, thanks for the issue report, is it possible to know which steps did you take to get the aforementioned error? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi @wuwalter, could you please provide a complete reproducible set of instructions that produce this error? From the description, it seems that you are using a Deep Learning framework, however, it is not clear how we can reproduce this error
Closing due to lack of response.
Description
What steps will reproduce the problem?
return [self] + list(self.value._get_assign_nodes()) RecursionError: maximum recursion depth exceeded while calling a Python object
Traceback
Versions
Dependencies