oonisim
oonisim
# Cause ```keras.layers.experimental.preprocessing.CategoryEncoding``` generates the shape ```(N,)```, which cannot be concatenated with ```keras.layers.Embedding``` which has shape ```(None, M)```. Need to use ```tf.keras.layers.CategoryEncoding``` which generates ```(None, N)``` shape. # Fix [keras...
Hi @Vinayaks117 , As per AWS documentation (https://docs.aws.amazon.com/sagemaker/latest/dg/multi-model-endpoints.html] "Multi-model endpoints are not supported on GPU instance types", not sure if you can run multi model server (please see the AWS...
Hi @areed1192, unfortunately the issue still persists with the latest version. Git pull done and the version is at 0.1.6 in /home/oonisim/home/repository/git/oonisim/finance/alexreed/python-sec/. ``` commit e082df20246e6a4be2972aaaaee588521021fe32 (HEAD -> master, tag: 0.1.6,...
Hi @achoum, please refer to the result below. This time I switched to Python venv (not virtualenv, etc) and pip only to make sure anaconda is not the cause. Basically...
Thank you for the update.
This can be expected as https://github.com/dsoprea/PyInotify#notes. The sample code is creating the directory in the same single thread/CPU, then InotifyTree can miss the timing. ``` IMPORTANT: Recursively monitoring paths is...
# Fix ``` from datetime import timedelta from feast import ( Entity, FeatureService, FeatureView, Field, RedshiftSource, ) from feast.value_type import ( ValueType ) from feast.types import ( String, Int64 )...
Fixed for FEAST 0.51 [feast-aws-credit-scoring-tutorial.tgz](https://github.com/user-attachments/files/21829209/feast-aws-credit-scoring-tutorial.tgz)
Thanks for the follow up. Does it mean the sentence: > By default BoundingBox is set to work with **denormalized** co-ordinates: x: (0, **docwidth**), y: (0, **docheight**). Use the as_normalized_dict...
# Fix ``` zipcode_source = RedshiftSource( # API changed # Unable to infer a name for this data source. Either table or name must be specified # https://github.com/feast-dev/feast-aws-credit-scoring-tutorial/issues/8 name="zipcode_features", #