vitalyli

Results 10 comments of vitalyli

Hi @xuanhuiwang, is there some example how to transition/convert from column based estimator and into Keras? I'm looking to convert tf_ranking_tfrecord.py setup with embedding columns, estimator etc. and into Keras,...

The eval_input_fn is a function pointer right, the estimator base class takes eval_input_fn as an input and starts pulling a stream of samples from my test set. Each result in...

libsvm approach doesn't scale; Follow tfrecord example. TF record format ELWC has two parts: context with list of features and list of docs with list of features. For each rank...

Enable debug log in TF. Watch nvidia-smi. Might need to update cuda and/or cudnn or both. Being stuck likely means driver unable to reach hardware aka GPU and sits there...

Anything in that thread dump? It's stuck somewhere likely in the driver. Just to be clear I have not experienced this problem with my GPUs, but it's something inside driver....

@godot73 Any opinion on this. Thanks!

@google is this not feasible or just nobody else asked before?

It appears that this limit is hardcoded here: .//tensorboard/plugins/projector/vz_projector/data-provider-server.ts export const LIMIT_NUM_POINTS = 100000;

I tried to change this limit, but client still said showing first 100k, which made me wonder if server dictates that limit. Or is that cached somewhere in the browser...

If we can't make client handle more than 100k what would be really useful is to tell server to sample data instead of returning first 100k. Think of data sorted...