-
Hello,
I find this work very nice and that it could be of great help for my work. I have tried to run the model using the toy generated data. Evreything goes well untill I launch the training where I…
-
```julia
using Flux
using MLDatasets: MNIST, CIFAR10, CIFAR100
using Flux: logitcrossentropy, setup, Adam, train!
using Flux.OneHotArrays: onehotbatch, onecold
using Statistics: mean
using Flux.…
-
Hi,
I would like to ask a question about the following imported sources.
You import several sources and I know pandas and numpy are contained in Pycharm.
How about other sources such as 'sklearn…
-
**Describe the bug**
```
[1,0]:Traceback (most recent call last):
[1,0]: File "/ws/HugeCTR/sparse_operation_kit/SOK_DLRM_Benchmark/main.py", line 129, in
[1,0]: trainer = Trainer(
[1,0]: Fi…
-
Dear Developers,
I have so much respect for your hard work.
I have found a problem with the behavior of using external trainable variables in the Tensorflow 2.x backend and would like to report it…
-
Hi!
I try to finetune a model and I get this error: `ModuleNotFoundError: No module named 'tensorflow.compat.v1.keras'`
Under my WSL 2 I couldn't install `tensorflow==2.12.1` because with `CUDA …
-
Hi ankandrew, let me tell you great work, just happen to find your project and im trying to train it with colombian licence plates, but i could not get around this issue, thank you in advance with any…
-
I have problems when running the following mini example with Tensorflow V2.17 (similar problems also with V2.16):
```
import tensorflow as tf
import numpy as np
data_x=np.random.random((64,10)…
-
Hi,
Thanks for the tool. I have tried the Colab, but in the `Predict antibody-antigen complexes` step, it has following error:
```
Loading the trained models
Traceback (most recent call last):
…
-
**Describe the bug**
Model architectures comprising of Keras Sequential layers are throwing various error while attempting to be used with the KerasClassifier wrapper, for latest versions of Keras. …