archeion
archeion
``` print(target.shape,type(target)) (40, 40, 9) m = Image.fromarray(target.astype('uint8')) in make_dataset() 26 print(target.shape,type(target)) 27 #rescaled = (255.0/feature.max() * (feature - feature.min())).astype(np.uint8) ---> 28 im = Image.fromarray(target.astype('uint8')) 29 #im.save(train_path) 30 ~/venv/lib/python3.7/site-packages/PIL/Image.py in...
can you guys look through my pytorch code and figure out which part did I do wrong? https://github.com/SlowMonk/single_od_pytorch simple one object detection with pytorch [B]Epoch[0] loss[0.4150061990533556] MAP:[0.0%] Train loss decreased...
``` (venv) jake@jake-ubuntu:~/Gits/EfficientDet.Pytorch$ python train.py --network efficientdet-d0 # Example train.py:302: UserWarning: You have chosen to seed training. This will turn on the CUDNN deterministic setting, which can slow down your...
ValueError: not enough values to unpack (expected 2, got 1) error come up with inputs, annotations = inputs when im doing multiprocessing-distributed
how many gpu and u guys using for batch 64? 1. which gpu u guys used? 2. how many gpu need for batch 32 or 64?
can someone tell me how this result came out? and if change to dialated to 2 ? what will happen?? conv = layers.Conv1D(1, 3, padding='causal', dilation_rate=1, bias_initializer=tf.keras.initializers.zeros) np.squeeze(sequence.numpy()) ->array([0. ,...
> --------------------------------------------------------------------------- > ValueError Traceback (most recent call last) > in () > > in train(train_dataset, train_labels_dataset, epochs) > 9 labels = label_batch > 10 print('logits->',logits.shape , 'labels->',labels.shape) > --->...
`CUDA_VER=11.8 make -C nvdsinfer_custom_impl_Yolo` cmake version 3.16.3 gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution ubuntu 20.04 ### MediaPipe Tasks SDK version...
Device: JetsonNano OS: ubuntu 22.04 File "/home/surromind/swe/temporal-shift-module/online_demo/main.py", line 389, in main() ``` File "/home/temporal-shift-module/online_demo/main.py", line 285, in main executor, ctx = get_executor() File "/home/temporal-shift-module/online_demo/main.py", line 99, in get_executor return torch2executor(torch_module,...