Tony Riemer
Tony Riemer
Running agatha.py by itself isn't going to do much, except setup tensorflow. You will need to use the functions inside of agatha.py. For example `from agatha import getOrTrainModel, predictFuture', and...
@dEvK4n3Ki were you able to solve the issue? I encountered the same thing. It looks like the latest version of rust-ipfs uses libp2p 0.34.0 but the older libs used in...
> > > > @dEvK4n3Ki were you able to solve the issue? I encountered the same thing. It looks like the latest version of rust-ipfs uses libp2p 0.34.0 but the...
The error says wasm32-unknown-unknown target may not be installed. Install it: `rustup target add wasm32-unknown-unknown`
A prototype of something like that would be fairly straightforward to build imo. It's not far off conceptually from some contracts we've already built https://github.com/ideal-lab5/contracts/blob/main/examples/transmutation/lib.rs
I elaborated on some further specifics here, with some inspiration from Shawn's usage of the median (rather than average) in the forum post above: https://hackmd.io/@Y5vcBYL4SyeRG_CqQq0DoQ/rypzvOHq0 .
@tcoratger any timeline on when this might be merged? It would resolve a compatibility issue I'm currently facing.