-
Originally reported of Google Code with ID 535.
```
In order to write fine(r)-grained unit tests for module-internal functions in Haskell, those functions need to be be exported by the module, althou…
-
### Describe the problem
Currently a Svelte preprocessor only runs on `.svelte` files, but with Svelte 5 the scope is not limited to these files anymore.
**Example**: to transform `$state("foo")` …
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RHEL 7.5
- Te…
-
If this is a controlled vocabulary, and used by model developers, then we should create a specific Type for that.
_Originally posted by @wilke in https://github.com/JDACS4C-IMPROVE/IM…
-
Question some people may have: When I make functions, how do you avoid adding more and more input arguments and returned variables to make it general enough for everything you do?
The solution (I t…
-
**Is your feature request related to a problem? Please describe.**
Currently dali_backend just works with post and preprocessing for the functions which do not requires initialization. What if when …
-
### Problem to solve
PDB entries with extended Chemical Component Dictionary (CCD) or PDB IDs will be distributed in PDBx/mmCIF format only, as announced by the wwPDB in collaboration with the [PDBx…
-
I have this error while compiling on Ubuntu 18.04. I just create a new environment and installed all the required packages, then run make all.
nvcc -g -std=c++11 -I`python -c "import tensorflow; …
-
In this issue, we will make investigation on the data preprocessing solution for native PyTorch and fast.ai (High level api library built upon PyTorch and pandas).
## fast.ai
[fast.ai](https://www…
-
```
In order to write fine(r)-grained unit tests for module-internal functions in
Haskell, those functions need to be be exported by the module, although besides
the tests, nothing should see/access…