yu4u/age-estimation-pytorch

run problem

Opened this issue · 4 comments

when i run the code
!python train.py --data_dir data_dir/appa-real-release --tensorboard tf_log MODEL.ARCH se_resnet50 TRAIN.OPT sgd TRAIN.LR 0.1

it has a response like :
=> creating model 'se_resnet50'
0% 0/31 [00:00<?, ?it/s]^C

can you tell me how to fix this please

all ready fix it i just changed the sever

yu4u commented

Good. What was the problem?

i not should , maybe because the memory problem i mentioned in the other issue.

I get a terminated error with no start even, looks the same as yours, does it mean I need more powerful/GPU machine ?

/usr/local/lib/python3.8/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
=> creating model 'se_resnet50'
  0%|           | 0/31 [00:00<?, ?it/s]
Terminated