Luca Naterop
Luca Naterop
Still having this issue...any update?
@caisq Thanks, the conversion works but when loading the model in tfjs I get an error ```Provided weight data has no target variable: bn_Conv1/moving_mean``` Any ideas?
@rasikanavarange @JJwilkin This is fixed in more recent versions of tfjs. Consider updating.
Hi! I am using ground:db with in an angular ionic app as well, and it works perfectly. Where exactly are you having problems? There is nothing special to say about...
Navigation and main area show collections and their record numbers but clicking on them does nothing
Yes, it uses `Meteor.autorun` which has been removed, it is now called `Tracker.autorun`. You can fix this by doing on the client on startup: `Meteor.autorun = Tracker.autorun;` And the admin...
@rafadorado Thanks for your example. When using your auth example, how do we make authenticated auth calls? It might be a stupid question, but by sending the headers `vf-auth-type: 'facebook'`...
@cuatromedios How do you send photos from the client in order to make this work?