Manu Joseph V
Manu Joseph V
Also links back to #14
No problem.. the project is still pretty new.. so no discussion board yet. And currently it doesn't support any hyperparameter tuning out of the box. You will have to write...
VIME and other self-supervised frameworks require a bit of work in the structure. Definitely on the roadmap
I tried replacing "this" with a inner class implementation, but am still getting the error. Here is the complete stack trace ``` java 03-06 16:00:11.081 16363-16363/com.designs.zoomonkey.writetrack E/AndroidRuntime﹕ FATAL EXCEPTION: main...
I also tried passing null as the parent when inflating it, but still no use. Here is my layout file. ``` ```
I checked and it's null.. It's null when it is inflated as well.
I figured it out... I was calling setParallaxHeader twice. Once in onCreate and another time when my loader is finished with the data load. I removed the first call and...
I am using Loaders to load data to the recycler view and because of that, when the underlying data changes, the loader is called again which calls the setParallaxHeader method....
I tried and it's not working. It's not going into the if condition that you put in. i.e holder is null. I think the problem is that mHeader is already...
Yeah, Its the same header, in fact, with some updated values.. If I can get a reference to the header, I should be able to update it.