Timothy McCallum
Timothy McCallum
Could this perhaps be an individual function inside the ethereumetl/utils.py file? For example a `clean_user_provided_content(content)` function which could be used by the export_tokens_job.py (and other scripts) via `from ethereumetl.utils import...
Alternatively it might be cleaner to use the pre-existing library called Unidecode [1]. This way any .py file in the ETL application can just clean up the strings by importing...
Hi @chairwa Sorry :( Unfortunately not, I did file an issue with the Tensorflow Rust GitHub repository back in July 2021 but no response was ever received. Here is the...
There are examples of how to create a parser for results but these are C# language i.e. https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-onnx#create-the-parser I still have not seen anything like this written in Rust language....
Hi @katopz I can answer this for you and provide some additional info as well. Firstly, please check out the following URL which is the real-time log files from the...
From the logs it looks like there is difficulty finding the executable (this may have happened when the server was moved to a new home a few months back). This...
1) You can recompile the Rust and deploy to a new wasm_id Fetch code ``` git clone https://github.com/second-state/wasm-learning.git ``` Change to area you want to work with ``` cd wasm-learning/faas/hello...
2. You can update/refresh the existing binary by using a `PUT` request to an already existing wasm_id **Note** this does require that the user has the original `SSVM_Admin_Key` from when...
This update is actually a really cool feature i.e. hotswap the logic of a program in real-time. From a security standpoint: a) the update requires that the `SSVM_Admin_Key` is in...
Thanks I will give this a try and let you know how it goes. Thanks again. Tim