-
**Is your feature request related to a problem? Please describe.**
When using `get_online_features`, if features from multiple feature views are requested, the `FeatureStore._get_online_features` i…
-
# What
The example IDs are globally registered, thus creating conflicts with newly added example IDs in `data/examples.txt`. This conflict makes the build fail and abort the process. Thus it's not po…
-
When I run "make all pycaffe", I get the following error:
src/caffe/layers/pose_data_layer.cpp: In member function ‘virtual void caffe::PoseDataLayer::DataLayerSetUp(const std::vector&, const std::…
-
问个问题,官方demo的Segmentation不是你这样写的。你这样写是什么意思?实验证明这么写的确会减缓启动时噪点多的问题,但也会失去部分精度。
```
def Segmentation(self, uint8_t[:, :] image):
cdef int width = image.shape[1]
cdef int heigh…
-
def load_data(opt):
# 不设置fix_length
TEXT = data.Field(sequential=True, fix_length=opt.max_text_len) # 词或者字符
LABEL = data.Field(sequential=False, use_vocab=False)
# load
#…
atnlp updated
6 years ago
-
We have done a comparison of TFRS with [Lightfm](https://making.lyst.com/lightfm/docs/home.html) (a open source library which is for recommendation system) and Result shows that Lightfm performs bett…
-
Give Implementation for the following STLs:--
1. Sequence Containers: implement data structures which can be accessed in a sequential manner.
- vector
- list
- deque
- arrays
- forward_list( I…
-
### Describe the issue
Just saw this error on our logs, I've to investigate how to reproduce:
[E:onnxruntime:, sequential_executor.cc:516 ExecuteKernel] Non-zero status code returned while running…
-
How should we structure the base classes for the sequential environments?
I don't particularly like the approach in the [sequential-neural-testbed](https://github.com/probml/sequential-neural-testbed…
-
### What should be done?
Define the kernel inputs and outputs for the batch of transactions.
### How should it be done?
To be clarified
### When is this task done?
To be clarified
### Additional…