Searched refs:Validation (Results 1 – 25 of 189) sorted by relevance
12345678
/external/tensorflow/tensorflow/examples/udacity/ |
D | 4_convolutions.ipynb | 105 " print('Validation set', valid_dataset.shape, valid_labels.shape)\n", 113 "Validation set (10000, 28, 28) (10000,)\n", 184 "print('Validation set', valid_dataset.shape, valid_labels.shape)\n", 192 "Validation set (10000, 28, 28, 1) (10000, 10)\n", 353 " print('Validation accuracy: %.1f%%' % accuracy(\n", 364 "Validation accuracy: 12.8%\n", 367 "Validation accuracy: 50.4%\n", 370 "Validation accuracy: 67.4%\n", 373 "Validation accuracy: 73.0%\n", 376 "Validation accuracy: 77.8%\n", [all …]
|
D | 6_lstm.ipynb | 700 " print('Validation set perplexity: %.2f' % float(np.exp(\n", 717 "Validation set perplexity: 19.99\n", 720 "Validation set perplexity: 10.60\n", 723 "Validation set perplexity: 8.84\n", 726 "Validation set perplexity: 8.13\n", 729 "Validation set perplexity: 7.58\n", 732 "Validation set perplexity: 6.88\n", 735 "Validation set perplexity: 6.91\n", 738 "Validation set perplexity: 6.60\n", 741 "Validation set perplexity: 6.37\n", [all …]
|
D | 2_fullyconnected.ipynb | 115 " print('Validation set', valid_dataset.shape, valid_labels.shape)\n", 123 "Validation set (10000, 28, 28) (10000,)\n", 191 "print('Validation set', valid_dataset.shape, valid_labels.shape)\n", 199 "Validation set (10000, 784) (10000, 10)\n", 361 " print('Validation accuracy: %.1f%%' % accuracy(\n", 372 "Validation accuracy: 13.8%\n", 375 "Validation accuracy: 71.6%\n", 378 "Validation accuracy: 73.9%\n", 381 "Validation accuracy: 74.5%\n", 384 "Validation accuracy: 74.8%\n", [all …]
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
D | control.CM15 | 8 MBIM Compliance Test: Validation of message fragmentation ability. 21 Validation of message fragmentation ability.
|
D | control.CM13 | 8 MBIM Compliance Test: Validation of active context termination on function's 22 Validation of active context termination on function's closing.
|
D | control.CM03 | 8 MBIM Compliance Test: Validation of function's behavior for an unsynchronized 22 Validation of function's behavior for an unsynchronized MBIM_OPEN_MSG.
|
D | control.CM02 | 8 MBIM Compliance Test: Validation of Message Length of the response to 22 Validation of Message Length of the response to MBIM_OPEN_MSG.
|
D | control.CM10 | 8 MBIM Compliance Test: Validation of modem's response to MBIM_CLOSE_MSG. 21 Validation of modem's response to MBIM_CLOSE_MSG.
|
D | control.CM06 | 8 MBIM Compliance Test: Validation of |status_codes| in modem's response to 22 Validation of |status_codes| in modem's response to MBIM_COMMAND_MSG.
|
D | control.CM04 | 8 MBIM Compliance Test: Validation of |transaction_id| in modem's response to 22 Validation of |transaction_id| in modem's response to MBIM_COMMAND_MSG.
|
D | control.CM14 | 8 MBIM Compliance Test: Validation of not sending data payload in error messages. 21 Validation of not sending data payload in error messages.
|
D | control.CM08 | 8 MBIM Compliance Test: Validation of InformationBuffer in case of a failure in 22 Validation of InformationBuffer in case of a failure in MBIM_COMMAND_MSG.
|
D | control.CM01 | 8 MBIM Compliance Test: Validation of |transaction_id| and |status_codes| in 22 Validation of |transaction_id| and |status_codes| in modem's response to
|
D | control.CM16 | 8 MBIM Compliance Test: Validation of fragmented message transmission in case 22 Validation of fragmented message transmission in case of multiple fragmented
|
D | control.CM09 | 8 MBIM Compliance Test: Validation of TransactionId for notifications received 22 MBIM Compliance Test: Validation of TransactionId for notifications received
|
D | control.CM07 | 8 MBIM Compliance Test: Validation of status in case of an unsupported CID in 22 Validation of status in case of an unsupported CID in MBIM_COMMAND_MSG.
|
/external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/ |
D | control.DES02 | 8 MBIM Compliance Test: Descriptors Validation for MBIM Only Functions. 21 Descriptors Validation for MBIM Only Functions.
|
D | control.DES01 | 8 MBIM Compliance Test: Descriptors Validation for NCM/MBIM Functions. 21 Descriptors Validation for NCM/MBIM Functions.
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlCommand/ |
D | control.CID01 | 8 MBIM Compliance Test: Validation of IP flags for functions that support CDMA. 21 Validation of IP flags for functions that support CDMA.
|
/external/autotest/client/site_tests/cellular_MbimComplianceError/ |
D | control.ERR04 | 8 MBIM Compliance Test: Validation of discarding packets in case of an error. 21 Validation of discarding packets in case of an error.
|
D | control.ERR02 | 8 MBIM Compliance Test: Validation of issuing the error message. 21 Validation of issuing the error message.
|
D | control.ERR03 | 8 MBIM Compliance Test: Validation of error message transaction Id. 21 Validation of error message transaction Id.
|
D | control.ERR05 | 8 MBIM Compliance Test: Validation of issuing a new error message.. 21 Validation of issuing a new error message..
|
D | control.ERR01 | 8 MBIM Compliance Test: Validation of function's response to messages 22 Validation of function's response to messages with variable-length encoding
|
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/ |
D | control.DTS07 | 8 MBIM Compliance Test: Validation of wNdpIndex. 21 Validation of wNdpIndex.
|
12345678