Minhhuy Le

Results 4 comments of Minhhuy Le

Dear Drasmuss, Thank you for your comment. Here is my code: with nengo.Network(seed=42) as net: net.config[nengo.Ensemble].max_rates = nengo.dists.Choice([100]) net.config[nengo.Ensemble].intercepts = nengo.dists.Choice([0]) net.config[nengo.Connection].synapse = None neuron_type = nengo.LIF(amplitude=0.01) nengo_dl.configure_settings(stateful=False) input =...

Dear Drasmuss, Thank you for checking the issue. There are two issues: 1. Attaching probe after each layer will lead to full memory if calling sim.predict For example: nengo_dl.configure_settings(stateful=False) input...

Here I produce two codes for the two errors. [https://drive.google.com/drive/folders/1jsdqj9F-FHQD9xh8kne1CI0PIbUQpJ2D?usp=sharing](url) Thank you very much!!!!

Dear Drasmuss, Problem 1 is understood. But, still "tf.keras.backend.clear_session"does not solve the second problem. Event I added more: "delete sim" and "tf.compat.v1.reset_default_graph()"