-
Traceback (most recent call last):
File "C:\Users\pierr\Downloads\run.py", line 3, in
import keras_vggface
File "C:\Users\pierr\AppData\Local\Programs\Python\Python311\Lib\site-packages\ke…
-
When I run the last command to convert caffe model to pytorch model: "mmtomodel -f pytorch -in Pytorch_VGGFACE_IR.py -iw Pytorch_VGGFACE_IR.npy -o Pytorch_VGGFACE.pth", I met the following problem:
…
-
**Please run this code and share your library versions**
```python
import tensorflow as tf
import keras
print(tf.__version__)
print(keras.__version__)
```
tf version: 2.3.0
keras version…
-
**Versions**
```python
print(tf.__version__)
print(keras.__version__)
print(keras_vggface.__version__)
1.14.0
2.2.4
0.6
```
**Bug reports:**
I am trying to load the rcmalli_vggfa…
-
-
Hello fellow developers 👋
## 🐞Describe the bug
- The python application crashes (SIGSEGV/ segmentation faults) when `model.predict` is called on a model which has TensorType (not ImageType) as inp…
-
How to train the model on VggFace 2 dataset. Please provide some documentation.
-
When I run the ./create_db.sh, I got the error:
IOError: Failed to interpret file '../vggface/conv1_1_filter.npy' as a pickle
-
output with shape [64] doesn't match the broadcast shape [1, 1, 1, 64]
-
Hi, the results of your method seems good, but I wonder if you chose a subset of the original vggface-2 for training and what's the size of your selected training set?