Questions tagged [deepar]

30 questions
3
votes
0 answers

Can DeepAR handle multiple time series different length?

Assume I have 100 time series with different start and end dates but the same frequency hence they mostly have different lengths.Each time series is stored as a form of dataframe. They all look like the following: date item_id …
user59419
  • 893
  • 8
  • 20
3
votes
1 answer

How to forecast unknown future target values with gluonts DeepAR?

How to forecast unknown future target values with gluonts DeepAR? I have a time series from 1995-01-01 to 2021-10-01. Monthly frequency data. How to forecast values for the future (next 3 months): 2021-11-01 to 2022-01-01? Note that I don't have the…
2
votes
1 answer

Implementation of DeepAr with AWS chime on React Native (Live streaming)

We need to implement DeepAr with AWS chime on React Native. Currently live stream with AWS chime is done but facing problem to integrate DeepAr for broadcasting. DeepAr only is integrated for liver side but couldnot sent that frame towards the AWS…
Narayan Shrestha
  • 733
  • 8
  • 19
1
vote
0 answers

Task :react-native-deepar:bundleReleaseLocalLintAar FAILED #4025

Error while evaluating property 'hasLocalAarDeps' of task ':react-native-deepar:bundleReleaseLocalLintAar' How to get off from this issue? I want a solution of this problem for making a release build
1
vote
0 answers

Facing some issues while trying to Use DeepAR in Flutter

I have copied the deep.ar files in the locations they have mentioned I am getting this error: Could not determine the dependencies of task ':deepar_flutter:compileDebugAidl'. > Could not resolve all task dependencies for configuration…
Om Shivam
  • 25
  • 5
1
vote
0 answers

Flutter native code to add DeepAR library to Agora video calls

I need to implement AR filters in Video calls. And from research, this can be done by accessing the native layer of Android / iOS. I'm new to flutter Plugin development. can you suggest me pointers on how this can be achieved via the flutter…
codeP
  • 21
  • 6
1
vote
0 answers

Training a DeepAR time series model with monthly data. Can only train on Daily

I am training a DeepAR model (arXiv) in Jupyter Notebook. I am following this tutorial. I create a collection of time series (concat_df), as needed by the DeepAR method: Each row is a time series. This collection is used to train the DeepAR model.…
Cybernetic
  • 12,628
  • 16
  • 93
  • 132
1
vote
3 answers

How to fix an error that is occurred when install the pod in Flutter

I'm using the rwa_deep_ar package for the DeepAR feature in the Flutter project. When I install the pod in MacOS, I see the following error. I want to know how to fix this error and how to use the DeepAR for iOS in Flutter.
1
vote
1 answer

Using DeepAR GPU

I am using Gluonts for building DeepAR model but takes lot of time to run the training object eventhough I use cox = 'gpu' but throws an error. My machine has GPU but the option didn't work. Any help is much appreciated...
Sharan
  • 11
  • 3
1
vote
2 answers

AWS Sagemaker DeepAR Validation Error Additional Properties not allowed ('training' was unexpected)

I don't know what the issue is. Here is the code: estimator = sagemaker.estimator.Estimator( image_uri=image_name, sagemaker_session=sagemaker_session, role=role, train_instance_count=1, train_instance_type="ml.m5.large", …
Ravaal
  • 3,233
  • 6
  • 39
  • 66
1
vote
1 answer

How do I train DeepAR with a list of dictionaries instead of an S3 path?

So I'm trying to train the AWS DeepAR algorithm in SageMaker so that I can predict the highest value for tomorrow. The problem is that I don't want to use an S3 bucket to train the model. I have a list full of dictionaries that contain numpy arrays…
Ravaal
  • 3,233
  • 6
  • 39
  • 66
0
votes
1 answer

Load filter from path with deepar_flutter

I need to load a camera filter (.deepar) with the deepar_flutter plugin, but when I give it the path, it automatically adds a "flutter_assets/" at the beginning, however the camera filter is not on assets, since they are being downloaded locally in…
0
votes
0 answers

The method 'CameraDeepAr' isn't defined for the type" " Try correcting the name to the name of an existing method/defininga method named'CameraDeepAr'

I don't know where I'm wrong is this any new updated change in cameraDeepAr Error List: non-nullable instance field 'cameraDeepArController' must be initialized. Try adding an initializer expression, or a generative constructor that initializes it,…
0
votes
1 answer

Understanding DeepAr plot_prediction in pytorch forecasting

I have tried the example of the pytorch forecasting DeepAR implementation as described in the doc. There are two ways to create and plot predictions with the model, which give very different results. One is using the model's forward() function and…
DMC
  • 1
  • 2
0
votes
0 answers

DeepAr 0.0.5 not build on IOS

I have this error after updating DeepAr from 0.0.3 to 0.0.5 I made sure to copy new files to the mentioned location Error (Xcode): Building for iOS Simulator, but linking in dylib built for iOS, file…
Mo Ok
  • 544
  • 6
  • 20
1
2