-
If I am not mistaken, right now data returned as (N,M) where N is number of items in batch and M is unrolled vector of pixel values (for the image case). This then requires the user to reshape the da…
-
**Is your feature request related to a problem? Please describe.**
When tapping a hook that provides an abstract data type, we may _only_ care about a specific implementation. A simple early re…
-
```
What steps will reproduce the problem?
1. Try to connect to a MySQL database
As a DB administrator, all of my data is locked up in a MySQL database. I
COULD export it to CSV, then import it into …
-
```
What steps will reproduce the problem?
1. Try to connect to a MySQL database
As a DB administrator, all of my data is locked up in a MySQL database. I
COULD export it to CSV, then import it into …
-
```
What steps will reproduce the problem?
1. Try to connect to a MySQL database
As a DB administrator, all of my data is locked up in a MySQL database. I
COULD export it to CSV, then import it into …
-
```
What steps will reproduce the problem?
1. Try to connect to a MySQL database
As a DB administrator, all of my data is locked up in a MySQL database. I
COULD export it to CSV, then import it into …
-
```
What steps will reproduce the problem?
1. Try to connect to a MySQL database
As a DB administrator, all of my data is locked up in a MySQL database. I
COULD export it to CSV, then import it into …
-
### 🚀 The feature, motivation and pitch
Occasionally one might find that their GPU is idle due to a bottleneck on the input data pre-processing pipeline (which might include data loading/filtering/…
-
There are two instances using dot notation that fail where I think it should work. Take the following examples:
### Example 1 - Bad sort resolution
``` php
class MyDataObject extends DataObject {
…
-
1. Limit the creation of group_by dataframes. There are cases where the group indices are sufficient, e.g. for the summarise verbs. This may be possible for all verbs that cannot nest other verb opera…