Mike Izbicki

Results 289 comments of Mike Izbicki

@xxing21 Looking back at your `CNNModel` class, I believe I see an error. The `_init_` function should have 2 underscores on each side, not 1. Thus it should be `__init__`....

@zhh1997zhh The code you pasted looks correct. I believe the error is related to the message about `__init__` I just sent above.

I've seen similar errors before when using a version of llvm that's not compatible with the version of ghc. What version of llvm are you using? You can use the...

@AlexKer @benfig1127 I've edited your comments so that the code is properly formatted. In general, anything that is copied from code or the terminal needs to be formatted with the...

This all looks good to me. Can you show me the tensorboard output of all three plots over time?

Whenever the loss goes down, the accuracy should go up a similar amount. Looking at your plots, we can see that this is not happening. This tells me that there...

Glad it worked! I'm going to leave the issue open for now so that it's easier for other students to find.

Hi everyone, this is Mike!

Thanks for the report. I don't have immediate plans for upgrading hlearn. I want to do it, but I have a lot of other work getting in the way. I'm...

Sorry for waiting on this. I definitely plan to get travisci support now, I'm just doing some reorganization of the repo into a cleaner state first.