MJ Suhonos
MJ Suhonos
> Some devices (such as my refrigerator) have the energy usage info in the app, so it's definitely being tracked and is available somewhere in the API, but do not...
:+1:, especially for those coming from other ActiveModel frameworks who may not necessarily be familiar with RDF (notably rdf.rb) constructs.
Following up on this; we are still calling `#reload` in `#initialize` [here](https://github.com/ActiveTriples/ActiveTriples/blob/develop/lib/active_triples/rdf_source.rb#L103). I might propose rewriting L101-103 like so: ``` ruby if resource_uri set_subject!(resource_uri) reload end ``` Would this fit...
Thanks @elrayle - I'll keep an eye on #194; unfortunately I'm not too familiar with `ParentStrategy` so probably can't help much on that issue right now. Implementing the code above...
Sorry, should've commented directly here. [See respective comment](https://github.com/ActiveTriples/ActiveTriples/issues/87#issuecomment-188923494) on #87. FWIW, I don't like the idea of having to manage persistence state (`@persisting`, `@loaded`, etc) within an `RDFSource`. IMO this...
Also to clarify now that I've had a closer look, this is just for behaviour against [v0.7.x](https://github.com/ActiveTriples/ActiveTriples/tree/v0.7.x), i.e. not to be carried forward into `develop`, correct?
Right, sorry. Never mind me, then.
Hi, just to add a few comments based on my recent few months' experience with using xtransformer in Annif. Although it's not strictly required, in practice, training xtransformer really requires...
Circling around to this, I've noticed increasing difficulty getting the `nn_ensemble` backend to work on MacOS on Apple Silicon due to changes in the way Tensorflow is implemented on MacOS...
I just applied this same change to my installation and it worked immediately. Thanks so much!