-
Hello,
I am facing weird behavior.
I created an optimization problem using the CMAEvolutionStrategy and the solution converges well however the solution returned by the solve function does not…
-
When I put this standard instruction for a simple test I have this error:
(simswap) PS C:\simswap> python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/…
-
Hi Daniel
We have an interesting issue when calling the estimator to fit a model to a dataframe.
**Input Data frame**
The dataframe represents target and light curve data for astronomical objec…
-
## 🐛 Bug
For multi task training with different ranks running different tasks, parameters of inactive tasks are unused locally, even though used globally. By default DDP would allreduce these par…
-
I ran following code in `merlin-tensorflow:23.06` image:
```py
import sparse_operation_kit as sok
import tensorflow as tf
class DemoModel(tf.keras.models.Model):
def __init__(self,
…
-
Doing the installation steps as in the guide (after cloning and cd to apex dir), I get this error. Any clue how to fix this?
`(GAIN2) C:\Users\Student1\PycharmProjects\GAIN2\apex\apex>pip install -…
-
I'm `from keras import Input` I receive this error: module `'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'`
```
------------------------------------------------…
-
#### Describe the bug
This is more of a **question**, and maybe a potential issue (please, correct me where I am wrong)
I was trying to fit a simple `logit` model using `sm.Logit` approach but I…
-
+ OUTPUT_PATH=./output/
+ ./run_paper_experiments.sh 0123 ./output/
+ export LC_NUMERIC=en_US.UTF-8
+ LC_NUMERIC=en_US.UTF-8
+ export PYTHONHASHSEED=1234
+ PYTHONHASHSEED=1234
+ SEED=0123
+ OUT…
-
**Describe the Bug**
Hey,
I have been trying to install apex in colab but it has the bug as mentioned above in the subject.
It looks like it has something with the amp_C extension.
_Here is the …