ryanmaxwell96

Results 8 issues of ryanmaxwell96

So I know this is a really strange question, but I've been trying to plot a model that has been built in the subclassing way with tensorboard 2+ (or really...

I don't understand why. I think it should be either 27 or 29. But in models.py I see that in network_fn in def mlp, input_shape = 111.

Hello, I've been trying to use my own customized NN architecture to train Ant-V2. I have two paths that look like: 64->64->64->4 inputs (27) -> 64->64->64->4 where the top 4...

Ok, I'm sorry again for so many questions, but why does train_on_batch only have one input? On the keras documentation it sounds like the format is supposed to be train_on_batch(object,...

Hello, I'm sorry for asking so many questions. But would you know how to go about saving and loading the subclassed model? I have tried everything I can think of...

How would you go about graphing the NN model for the policy? I keep trying with TensorBoard but it keeps failing.

Hello, Just a quick question. In policy.py in class Policy it uses the Keras package to call "get_layer". This is the output layer correct? Also, I sent an email out...

I have followed all instructions. And I'm getting this error when I try to run `python tools/train.py configs/mot/deepsort/deepsort_faster-rcnn_fpn_4e_mot17-public-half.py` `Traceback (most recent call last): File "tools/train.py", line 168, in main() File...