Closed clevilll closed 2 years ago
Hi @clevilll
The assertion error is expected - deepreplay can only plot in 2 dimensions - so the layer must have only two units. You were using layer dense_1
which has 10 units, which is not allowed.
You can check item 2 on FAQ for more information on that.
Regarding the other error, the code does not have an ax_fs
variable, just ax
, so that's why you're getting that NameError.
Hope this helps!
Hey How could assign this method on ResNet? I tried but it throws out the following error:
How can I fix that?