workdesk96

Results 4 comments of workdesk96

One solution seems to be to modify `valid()` to include batching for evaluation phase (& modify `calc_mrr` accordingly to return hits also): ``` def valid(valid_triplets, model, test_graph, all_triplets, batch_size=1024): with...

The above however does not seem to work for `FB15k-237`. Could the source of the issue be this line: https://github.com/JinheonBaek/RGCN/blob/818bf70b00d5cd178a7496a748e4f18da3bcde82/main.py#L25C41-L25C47

In case it helps, here is the memory profiling for the `message` function during training & during validation. During Training: ``` Line # Mem usage Increment Occurrences Line Contents =============================================================...

Temporary work around for the keyboard issue seems to be to use `sudo` within the namespace. For example, in case of `waterfox` browser: ``` nsdo gatech bash ``` Then within...