photo

guiyang


Last seen: plus d'un an il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
2 Réponses

RANG
291 152
of 300 753

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 858

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


我在matlab中使用强化学习进行控制在actor的网络最后一层用的是tanhlayer,那么输出的范围应该在-1到1,但是输出的大小却不是
actorNet = [ featureInputLayer(numObs, Name="StateInLyr") fullyConnectedLayer(64) reluLayer fullyConnectedLa...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


我从pytorch中导入net到工作区,在把net导入到simulink中的matlab function中,在运行过程中出现如下问题Code generation for custom layer 'aten__linear0' for target 'mkldnn' is not supported as it returns a dlarra
classdef aten__linear0 < nnet.layer.Layer & nnet.layer.Formattable & ... nnet.layer.AutogeneratedFromPyTorch & nnet.lay...

plus d'un an il y a | 1 réponse | 0

1

réponse

Réponse apportée
在matlab function中导入net,但是出现了以下问题,尝试过6.3和8.1版本的MinG64,但是一直报错。Deep learning code generation using MinGW64 Compiler (C++) toolchain is not supported for mkldnn target.
我上传了文件并压缩了。我的matlab版本是2024a,python为3.8。而且我发现了如果我直接用net = importNetworkFromPyTorch(modelfile) 这段代码生成net的话plot(net)的架构是错误的。但是我如果我在...

plus d'un an il y a | 0

Réponse apportée
在matlab function中导入net,但是出现了以下问题,尝试过6.3和8.1版本的MinG64,但是一直报错。Deep learning code generation using MinGW64 Compiler (C++) toolchain is not supported for mkldnn target.
好的,谢谢。我还有一个问题。我发现我在pytorch中训练的模型通过net = importNetworkFromPyTorch(modelfile);导入到matlab后模型架构好像发生了变化。

plus d'un an il y a | 0