Questions tagged [acumos]

Questions about Acumos AI, a platform and open source framework that makes it easy to build, share, and deploy AI apps.

Acumos AI is a platform and open source framework that makes it easy to build, share, and deploy AI apps.

https://www.acumos.org/

50 questions
2
votes
1 answer

Uploading .tf and possibly .txt file dependencies to Acumos

I am currently working on a project for the acumos AI challenge, and I am creating a simple Tensorflow program just to try uploading. The problem I am having is that acumos supports using python dependencies using Requirements, but I have yet to…
Andrew James
  • 372
  • 1
  • 8
1
vote
0 answers

Acumos project-service can't start

I run oneclick_deploy.sh of the clio release under docker on a VM that is accessible only by LAN. It successfully creates a number of containers, which all seem to be up and running apart from the acumos_mlwb-project-service_1, which constantly…
robby
  • 11
  • 3
1
vote
1 answer

Onboarding Models in acumos

I have trained a ML model and wanted to onboard this saved model to Acumos marketplace, but I am unable to find the right path to onboard the model to Acumos market place. Kindly guide me as to how to onboard the models to Acumos. Regards, Sandeep.
1
vote
1 answer

Acumos Boreas installation fails

I am trying to install the Boreas release of Acumos on a Ubuntu 18.04 virtual machine (6 CPUs, 16GB RAM and 200GB Disk). I have setup Docker and Kubernetes (Minikube) and have run this to install Acumos Boreas: All commands have been issued as root…
1
vote
1 answer

Acumos : can't use numpy with acumos, is there a trick?

When I try to generate a model with acumos I get this error : File "/Users/fredericchantrel/.pyenv/versions/ticl-v2-virtualenv-3.6.5/lib/python3.6/site-packages/acumos/pickler.py", line 245, in wrapped_save ... File…
1
vote
1 answer

Acumos design studio loading forever

On my local Acumos instance, which I installed using the oneclick install, I can successfully onboard models, but the design studio loads forever when try to use it. All docker containers are up and running and I see no related errors neither in the…
mwelss-fhg
  • 13
  • 2
1
vote
2 answers

Acumos marketplace download of onboarded model docker image

I managed to generate and successfully onboard the Iris classification example (Python) model (https://github.com/acumos/acumos-python-client/blob/master/examples/tensorflow_example.py) to Acumos (our own installation). I then downloaded the Docker…
1
vote
1 answer

Which ports needs to be open on an Acumos (oneclick) installations

I am setting up an Acumos installation and want to configure my firewall to allow external users to access the Acumos platform after the install is completed. I am using the oneclick.sh install script (oneclick.sh docker) to do the…
1
vote
1 answer

Can I publish my model to Acumos marketplace?

My colleague used to be able to publish a ML model to Acumos marketplace and now it seems closed. I wonder when this would be open again? Also if I understand correctly Acumos only supports Tensorflow for now -- do you have any plan to support more…
1
vote
1 answer

Acumos Web on-boading failed at dockerise step

I used oneclick_deploy.sh script to deploy acumos, and when I try to on-board a model by Web-onboarding it fails at dockerize step with the following message "java.net.UnknownHostException: aio: Name or service not known" Where "aio" was the…
Phil
  • 314
  • 1
  • 2
  • 13
1
vote
2 answers

install Acumos package in R

When I tried to install Acumos package in R, I failed. It seems it is due to protobuf and most particulary common.h file. I use R version 3.5.1. install.packages("acumos",,c("http://r.research.att.com","http://rforge.net")) Installing package into…
Phil
  • 314
  • 1
  • 2
  • 13
1
vote
2 answers

Log in as administrator in acumos

I'm following this guide to deploy acumos. After sudo bash one_click_deploy.sh I need to complete Hippo CMS setup : In your browser goto the Hippo CMS component at http://acumos:9080 and login as “admin/admin” This port give me nothing, in my…
Alexis
  • 13
  • 2
1
vote
0 answers

Acumos: docker container unable to find tensorflow graph.meta

I am trying to test a model that I onboarded to the Acumos platform, and upon downloading the .tar file and loading the image in docker, running the image in docker fails. The reported cause is... raise IOError("File %s does not exist." %…
Andrew James
  • 372
  • 1
  • 8
1
vote
1 answer

Issue with testing Acumos model locally on Docker

Having issue with running downloaded model on Docker. Specifically, I entered two Docker commands and the second halted as shown below. docker load -i facebookstarratings_1e087ab3-9e8f-42ef-b5ca-e3191d39847b_2.tar Loaded image:…
don_t
  • 13
  • 2
1
vote
1 answer

Linux Foundation Acumos AI Project

When using Acumos AI platform, it seems I cannot on-board my AI/ML models to Acumos site directly, is this correct? If yes, what is the right process.
1
2 3 4