-
Hello! First of all, thanks for your code, it's awesome. I wanna ask you how to train the model with another dataset, to make it better and get a better accuracy. For example, with CK + https://www.ka…
-
There are no neutral expression datasets.Now I have found a CK + neutral expression dataset.How do you deal with the CK + data set?
-
Hello, on the CK + data set, I took the model with the highest accuracy (93.556%) of 10% cross-validation and then took a test in each of the CK + facial expression pictures, but none of the facial ex…
-
1、Can't it run on Windows 10? When I download with win10, tell me the following:
# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.
2、I use win10, python3.7, pytorch2.0,…
-
如题,windows下运行的时候出现如下错误:
_pickle.PicklingError: Can't pickle : attribute lookup on __main__ failed
还望大家帮忙解答,十分感谢
-
I tested your model, but the recognition rate was only 41%。
-
I have the below error when trying to run my code
**Error**
Traceback (most recent call last):
File "fer2013_train.py", line 102, in
tf.app.run()
File "C:\Program Files\Python35\lib\si…
-
## Description
### What steps will reproduce the problem?
When I want to open a new file, I simply can't. When I press the button sometimes untitled0.py or another untitled file opens. I just want…
-
I trained resnet on data set fer2013 with resnet in tensor flow, but how training in code on pytorch and resnet?
-
大佬,你好,看到你的模型师是VGG19,但是fer2013是灰度图像,单通道的,怎么在Input的时候,是设置的3呢??