-
在构建cnn模型的时候:
```py
input_tensor = Input((height, width, 3))
x = input_tensor
for i, n_cnn in enumerate([2, 2, 2, 2, 2]):
############
for j in range(n_cnn):
…
-
# Bug description
When I try to train the model this error occurs:
File "C:\Users\spike\.conda\envs\sleap\lib\site-packages\tensorflow\python\util\traceback_utils.py", line 153, in error_handler…
-
楼主你好! 我在把替换backbone为fca34时,遇到了如下报错:
![2023-04-19 15-24-45 的屏幕截图](https://user-images.githubusercontent.com/48635783/233000234-3d4fc12f-98ba-479d-8142-713e24cbf48b.png)
这样直接在configs/tusimple_res18.…
-
Hi @mancinimassimiliano,
I'm trying to reproduce your results on ZSL+DG. When I trained the model on one RTX 2080Ti even one Titan V100, it ran out of memory. Could you please tell more about the c…
-
### Metadata
- Authors: Jiasen Lu, Jianwei Yang, Dhruv Batra, Devi Parikh
- Organization: Georgia Institute of Technology & Facebook AI Research
- Conference: CVPR 2018
- Paper: https://arxiv.org/…
-
- [x] Improve interface
- [x] Support multiple tasks, by implementing task queue
- [x] Edit client monitor
- [x] Segregate simulation time and actual training
- [x] Logging
- [x] Define trace
- [x] Op…
-
Currently, FiftyOne only contains CenterNet 512x512 with the Hourglass104 backbone from the TF2 model zoo: https://github.com/tensorflow/models/blob/archive/research/object_detection/g3doc/tf2_detecti…
-
I set up a environment following the instruction, but it seems to encounter a problem.
(Adatta) root@053d4d94eab6:/code/AdaContrast# bash train_VISDA-C_target.sh /code/AdaContrast/
main_adacontras…
-
Hi,
Is there a way to load inception_v4 weights from a custom .pb tensorflow model? The weights are different than the one from the original inception but the architechture is the same.
It looks …
-
YellowFin is a novel method for tuning momentum hyperparameters (learning rate & momentum). It blends the nice sides of momentum SGD (convergence properties) and Adam and similar (automatic tuning of …