frothmoon
frothmoon
May I ask which file you modified? @hinkeret
抱歉,刚刚没有看清楚,我下载的read_tfrecord.py文件中原来的代码就是img = tf.decode_raw(features['img'],tf.uint8),我的代码还是没有正常运行,还是报错PaddingFIFOQueue,请问有解决办法吗? 非常感谢! @hinkeret
检查过了,是linux 请问正常运行时的输出是下面这样的吗 ``` 2018-08-31 16:30:08.592256: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:247] PoolAllocator: After 2651 get requests, put_count=2134 evicted_count=1000 eviction_rate=0.468604 and unsatisfied allocation rate=0.609959 2018-08-31 16:30:08.592313: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:259] Raising pool_size_limit_ from 100 to 110 2018-08-31...
好奇怪啊,我这里都已经跑了几张图片后报的错 ``` Traceback (most recent call last): File "train.py", line 229, in train() File "train.py", line 196, in train fast_rcnn_total_loss, total_loss, train_op]) File "/home/dongpeijie/miniconda3/envs/tensorflow/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 789, in run run_metadata_ptr) File...
@xiaopengaia How to solve it? I also met it ..... Thanks!
@ZiyangYan Hello, how did you download the metric depth pre-training weight file? I've been having trouble connecting to huggingface.co. Could you send me a copy if it's convenient?
@LiheYoung Hello, I try to download the file from [link](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth), but it still shows that I cannot access it. ``` # wget https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth --2024-03-07 01:43:23-- https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth Resolving huggingface.co (huggingface.co)... 199.16.156.38,...
> > @LiheYoung Hello, I try to download the file from [link](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth), but it still shows that I cannot access it. > > ``` > > # wget https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth >...