Better training time using GTX 1050 than GTX TITAN X? (4GB vs. 12GB). Why I get CPU times in history? [on hold]2019 Community Moderator ElectionMy first machine learning experiment , model not converging , tips?What tools to manage multiple machine learning projects in python do you use?Why is training take so long on my GPU?Why does my loss value start at approximately -10,000 and my accuracy not improve?Strange behavior in current Keras setting (tensorflow-1.7.0 Keras-2.1.5) when using CPUWhy Tensorflow does NOT quit when CUDA_ERROR_OUT_OF_MEMORYValue of loss and accuracy does not change over EpochsModel loss and validation loss not decreasing? How to speed?Using CPU after training in GPUTraining model in Keras(TF backend) with GPU

Where to refill my bottle in India?

Copycat chess is back

Why doesn't a const reference extend the life of a temporary object passed via a function?

A poker game description that does not feel gimmicky

Can I legally use front facing blue light in the UK?

Email Account under attack (really) - anything I can do?

Map list to bin numbers

What to wear for invited talk in Canada

COUNT(*) or MAX(id) - which is faster?

What is GPS' 19 year rollover and does it present a cybersecurity issue?

How can I fix this gap between bookcases I made?

How to deal with fear of taking dependencies

Where else does the Shulchan Aruch quote an authority by name?

Is there a name of the flying bionic bird?

Symmetry in quantum mechanics

I see my dog run

Doomsday-clock for my fantasy planet

Why is my log file so massive? 22gb. I am running log backups

Is this food a bread or a loaf?

How would photo IDs work for shapeshifters?

Are objects structures and/or vice versa?

What causes the sudden spool-up sound from an F-16 when enabling afterburner?

Could a US political party gain complete control over the government by removing checks & balances?

How could a lack of term limits lead to a "dictatorship?"



Better training time using GTX 1050 than GTX TITAN X? (4GB vs. 12GB). Why I get CPU times in history? [on hold]



2019 Community Moderator ElectionMy first machine learning experiment , model not converging , tips?What tools to manage multiple machine learning projects in python do you use?Why is training take so long on my GPU?Why does my loss value start at approximately -10,000 and my accuracy not improve?Strange behavior in current Keras setting (tensorflow-1.7.0 Keras-2.1.5) when using CPUWhy Tensorflow does NOT quit when CUDA_ERROR_OUT_OF_MEMORYValue of loss and accuracy does not change over EpochsModel loss and validation loss not decreasing? How to speed?Using CPU after training in GPUTraining model in Keras(TF backend) with GPU










0












$begingroup$


I have 2 computers:



First with GTX1050:



Epoch 1/1
200/200 [==============================] - 490s 2s/step - loss: 1.8045 - rpn_class_loss: 0.0629 - rpn_bbox_loss: 0.4044 - mrcnn_class_loss: 0.3132 - mrcnn_bbox_loss: 0.5639 - mrcnn_mask_loss: 0.4601 - val_loss: 2.6684 - val_rpn_class_loss: 0.0712 - val_rpn_bbox_loss: 1.0801 - val_mrcnn_class_loss: 0.3276 - val_mrcnn_bbox_loss: 0.6830 - val_mrcnn_mask_loss: 0.5066
CPU times: user 12min 22s, sys: 29.9 s, total: 12min 51s
Wall time: 8min 40s


Second with GTX TITAN X:



Epoch 1/1
200/200 [==============================] - 461s 2s/step - loss: 1.7415 - rpn_class_loss: 0.0592 - rpn_bbox_loss: 0.4563 - mrcnn_class_loss: 0.2490 - mrcnn_bbox_loss: 0.5253 - mrcnn_mask_loss: 0.4517 - val_loss: 1.9419 - val_rpn_class_loss: 0.0657 - val_rpn_bbox_loss: 0.6273 - val_mrcnn_class_loss: 0.2827 - val_mrcnn_bbox_loss: 0.5468 - val_mrcnn_mask_loss: 0.4194
CPU times: user 4min 34s, sys: 7.73 s, total: 4min 42s
Wall time: 10min 32s


What is it CPU times? I use tensorflow-gpu... Should be GPU-times?
What is going on?



network: Mask RCNN



Keras version: 2.2.4



Tensorflow version: 1.12.0



CUDA Version 9.0.176



cudnn 7.0.5










share|improve this question









$endgroup$



put on hold as unclear what you're asking by D.W., Dawny33 12 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






















    0












    $begingroup$


    I have 2 computers:



    First with GTX1050:



    Epoch 1/1
    200/200 [==============================] - 490s 2s/step - loss: 1.8045 - rpn_class_loss: 0.0629 - rpn_bbox_loss: 0.4044 - mrcnn_class_loss: 0.3132 - mrcnn_bbox_loss: 0.5639 - mrcnn_mask_loss: 0.4601 - val_loss: 2.6684 - val_rpn_class_loss: 0.0712 - val_rpn_bbox_loss: 1.0801 - val_mrcnn_class_loss: 0.3276 - val_mrcnn_bbox_loss: 0.6830 - val_mrcnn_mask_loss: 0.5066
    CPU times: user 12min 22s, sys: 29.9 s, total: 12min 51s
    Wall time: 8min 40s


    Second with GTX TITAN X:



    Epoch 1/1
    200/200 [==============================] - 461s 2s/step - loss: 1.7415 - rpn_class_loss: 0.0592 - rpn_bbox_loss: 0.4563 - mrcnn_class_loss: 0.2490 - mrcnn_bbox_loss: 0.5253 - mrcnn_mask_loss: 0.4517 - val_loss: 1.9419 - val_rpn_class_loss: 0.0657 - val_rpn_bbox_loss: 0.6273 - val_mrcnn_class_loss: 0.2827 - val_mrcnn_bbox_loss: 0.5468 - val_mrcnn_mask_loss: 0.4194
    CPU times: user 4min 34s, sys: 7.73 s, total: 4min 42s
    Wall time: 10min 32s


    What is it CPU times? I use tensorflow-gpu... Should be GPU-times?
    What is going on?



    network: Mask RCNN



    Keras version: 2.2.4



    Tensorflow version: 1.12.0



    CUDA Version 9.0.176



    cudnn 7.0.5










    share|improve this question









    $endgroup$



    put on hold as unclear what you're asking by D.W., Dawny33 12 hours ago


    Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.




















      0












      0








      0





      $begingroup$


      I have 2 computers:



      First with GTX1050:



      Epoch 1/1
      200/200 [==============================] - 490s 2s/step - loss: 1.8045 - rpn_class_loss: 0.0629 - rpn_bbox_loss: 0.4044 - mrcnn_class_loss: 0.3132 - mrcnn_bbox_loss: 0.5639 - mrcnn_mask_loss: 0.4601 - val_loss: 2.6684 - val_rpn_class_loss: 0.0712 - val_rpn_bbox_loss: 1.0801 - val_mrcnn_class_loss: 0.3276 - val_mrcnn_bbox_loss: 0.6830 - val_mrcnn_mask_loss: 0.5066
      CPU times: user 12min 22s, sys: 29.9 s, total: 12min 51s
      Wall time: 8min 40s


      Second with GTX TITAN X:



      Epoch 1/1
      200/200 [==============================] - 461s 2s/step - loss: 1.7415 - rpn_class_loss: 0.0592 - rpn_bbox_loss: 0.4563 - mrcnn_class_loss: 0.2490 - mrcnn_bbox_loss: 0.5253 - mrcnn_mask_loss: 0.4517 - val_loss: 1.9419 - val_rpn_class_loss: 0.0657 - val_rpn_bbox_loss: 0.6273 - val_mrcnn_class_loss: 0.2827 - val_mrcnn_bbox_loss: 0.5468 - val_mrcnn_mask_loss: 0.4194
      CPU times: user 4min 34s, sys: 7.73 s, total: 4min 42s
      Wall time: 10min 32s


      What is it CPU times? I use tensorflow-gpu... Should be GPU-times?
      What is going on?



      network: Mask RCNN



      Keras version: 2.2.4



      Tensorflow version: 1.12.0



      CUDA Version 9.0.176



      cudnn 7.0.5










      share|improve this question









      $endgroup$




      I have 2 computers:



      First with GTX1050:



      Epoch 1/1
      200/200 [==============================] - 490s 2s/step - loss: 1.8045 - rpn_class_loss: 0.0629 - rpn_bbox_loss: 0.4044 - mrcnn_class_loss: 0.3132 - mrcnn_bbox_loss: 0.5639 - mrcnn_mask_loss: 0.4601 - val_loss: 2.6684 - val_rpn_class_loss: 0.0712 - val_rpn_bbox_loss: 1.0801 - val_mrcnn_class_loss: 0.3276 - val_mrcnn_bbox_loss: 0.6830 - val_mrcnn_mask_loss: 0.5066
      CPU times: user 12min 22s, sys: 29.9 s, total: 12min 51s
      Wall time: 8min 40s


      Second with GTX TITAN X:



      Epoch 1/1
      200/200 [==============================] - 461s 2s/step - loss: 1.7415 - rpn_class_loss: 0.0592 - rpn_bbox_loss: 0.4563 - mrcnn_class_loss: 0.2490 - mrcnn_bbox_loss: 0.5253 - mrcnn_mask_loss: 0.4517 - val_loss: 1.9419 - val_rpn_class_loss: 0.0657 - val_rpn_bbox_loss: 0.6273 - val_mrcnn_class_loss: 0.2827 - val_mrcnn_bbox_loss: 0.5468 - val_mrcnn_mask_loss: 0.4194
      CPU times: user 4min 34s, sys: 7.73 s, total: 4min 42s
      Wall time: 10min 32s


      What is it CPU times? I use tensorflow-gpu... Should be GPU-times?
      What is going on?



      network: Mask RCNN



      Keras version: 2.2.4



      Tensorflow version: 1.12.0



      CUDA Version 9.0.176



      cudnn 7.0.5







      machine-learning deep-learning tensorflow cnn gpu






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 14 hours ago









      BadumBadum

      487




      487




      put on hold as unclear what you're asking by D.W., Dawny33 12 hours ago


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









      put on hold as unclear what you're asking by D.W., Dawny33 12 hours ago


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          ValueError: Error when checking input: expected conv2d_13_input to have shape (3, 150, 150) but got array with shape (150, 150, 3)2019 Community Moderator ElectionError when checking : expected dense_1_input to have shape (None, 5) but got array with shape (200, 1)Error 'Expected 2D array, got 1D array instead:'ValueError: Error when checking input: expected lstm_41_input to have 3 dimensions, but got array with shape (40000,100)ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)ValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Keras exception: ValueError: Error when checking input: expected conv2d_1_input to have shape (150, 150, 3) but got array with shape (256, 256, 3)Steps taking too long to completewhen checking input: expected dense_1_input to have shape (13328,) but got array with shape (317,)ValueError: Error when checking target: expected dense_3 to have shape (None, 1) but got array with shape (7715, 40000)Keras exception: Error when checking input: expected dense_input to have shape (2,) but got array with shape (1,)

          Ружовы пелікан Змест Знешні выгляд | Пашырэнне | Асаблівасці біялогіі | Літаратура | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 змена/ 22697590 Сістэматыкана ВіківідахВыявына Вікісховішчы174693363011049382

          Illegal assignment from SObject to ContactFetching String, Id from Map - Illegal Assignment Id to Field / ObjectError: Compile Error: Illegal assignment from String to BooleanError: List has no rows for assignment to SObjectError on Test Class - System.QueryException: List has no rows for assignment to SObjectRemote action problemDML requires SObject or SObject list type error“Illegal assignment from List to List”Test Class Fail: Batch Class: System.QueryException: List has no rows for assignment to SObjectMapping to a user'List has no rows for assignment to SObject' Mystery