Closed habibrk closed 6 years ago
Hi habibrk,
Yes you're right. I've introduced a stupid bug with this commit https://github.com/lucfra/FAR-HO/commit/ae8c47df2aad346ea13b4f15b3410c94715e837b Now should work fine. Let me know!
For the examples you're right as well. As soon as I can I'll add some with ForwardHG and Real-Time HO... I'll keep the issue open.
@lucfra it seems to work now, thanks again. Yes, having ForwardHG and RTHO for MNIST would be awesome, looking forward to them.
Hi, after quite a long time, I've uploaded a notebook that contains a simple experiment with RTHO, that I've recently done for AutoML workshop at ICML 2018. Here it is!
If you're still interested and have any questions feel free to write!
Cheers,
Luca
When I run this notebook I get the following error:
First I am told that the param lambda is not even connected with the model, which doe not make any sense.
Then it fails at the assertion a t line 113 in file utils.py
Please help, and it would be really helpful, if you could also provide an example notebook with ForwardHG for MNIST (both) with and without online learning ...
Thanks in advance ... Habib
//----------------------------------------------------------------------------------------------------------
Hyperparameter <tf.Variable 'lambda_components/0:0' shape=() dtype=float32_ref> is detached from this optimization dynamics.
AssertionError Traceback (most recent call last)