zyyhl
zyyhl
ln -s $VOCdevkit VOCdevkit2007 When I use this statement to process the data set, I found a locked file under the data folder, indicating that the resulting file is corrupted[...
Traceback (most recent call last): File "train.py", line 207, in main(parser.parse_args()) File "train.py", line 121, in main optimizer=optimizer, train_loader=train_loader, args=args) File "/home/user/2T-G/zyy/Deep_metric-master/trainer.py", line 62, in train loss=losses, accuracy=accuracy, pos=pos_sims, neg=neg_sims))...
InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [539] rhs shape= [1470] [[Node: save/Assign_52 = Assign[T=DT_FLOAT, _class=["loc:@yolo/fc_36/biases"], use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/gpu:0"](yolo/fc_36/biases, save/RestoreV2_52/_5)]] I trained...
I want to train my own data set. Can I provide initial weights or do I need to train them?
E1111 14:35:28.563664 140541594945280 keras_to_tensorflow.py:85] Input file specified only holds the weights, and not the model definition. Save the model using model.save(filename.h5) which will contain the network architecture as well as...
File "/home/btbu/tz/SKNet-master/sknet.py", line 45, in forward fea_s = self.gap(fea_U).squeeze_() File "/home/btbu/anaconda3/envs/tz/lib/python3.5/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) File "/home/btbu/anaconda3/envs/tz/lib/python3.5/site-packages/torch/nn/modules/pooling.py", line 547, in forward self.padding, self.ceil_mode, self.count_include_pad) RuntimeError: Given...
Can you add a comment to each chunk of the code? It’s not very clear.thanks
Hello, have you trained the person in the COCO data set, and what is the training result?
Hello, I am running the program and found the following error, I hope you have any solution StopIteration: ufunc 'true_divide' output (typecode 'd') could not be coerced to provided output...