Trangle Heshvp
Trangle Heshvp
change multi_gpu support for newer version
I use tensorflow IO version 0.19.1, the batch size of samples is set to 1024, the read parallelism is set to 36, and the total number of steps 147000 and...
I wrote my code like `JFastText jft = new JFastText(); jft.loadModel(MODEL_FILE); int cnt = 0; while(true) { System.out.println("new: " + (++cnt)); JFastText after = new JFastText(); after.loadModel(MODEL_FILE); JFastText before =...
hello, i had met a new problem about the data format error, like this.
The BCO algorithm increases the complexity of the model and data due to the need to estimate the feedback distribution of samples by passing in embeddings. By observation, this probability...
This job introduces an iteratively updated adaptive parameter for each pair of samples, considering the degree of reward adaptively to affect learning. It's a great idea. Do you have any...
Seems the package had some update recent