python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to do transfer learning on different observation and action space for Actor-Critic?
I have been experimenting with actor-critic networks such as SAC and TD3 on continuous control tasks and trying to do transfer learning using the trained network to another task with smaller observati...
Yeo Wei jie
Votes: 0
Answers: 0
Could knowledge be transferred from deep learning models to deep reinforcement learning agent?
Transfer learning is recently widely investigated in reinforcement learning. However, in the literature, most articles (that I have read) have transferred knowledge from one RL agent to another RL age...
user
Votes: 0
Answers: 1
Invalid argument: logits and labels must be broadcastable: logits_size=[16,8] labels_size=[16,4]
I’m doing a CNN project for classification of Corn disease images(4 classes) It uses VGG16 as its base model. I have created and saved the model. Now is it possible to use that model as a base for ano...
Stark
Votes: 0
Answers: 1
Keras Applications (Transfer Learning)
I am a student and currently studying deep learning by myself. Here I would like to ask for clarification regarding the transfer learning.
For example MobileNetv2 (https://keras.io/api/applications/mo...
JunJie Lim
Votes: 0
Answers: 1