kartikdutt18 / mlpack-PyTorch-Weight-Translator

Simple Repository to transfer weights from PyTorch to mlpack.
10 stars 4 forks source link

unable to understand the location of header file #3

Closed kumar-utkarsh0317 closed 9 months ago

kumar-utkarsh0317 commented 9 months ago

in test_model/weigth_converter.cpp file some header files are included

#include <mlpack/core.hpp>
#include <dataloader/dataloader.hpp>
#include <models/models.hpp>
#include <utils/utils.hpp>
#include <ensmallen_utils/print_metric.hpp>
#include <ensmallen_utils/periodic_save.hpp>
#include <ensmallen.hpp>
#include <mlpack/methods/ann/layer/layer_types.hpp>
#include <mlpack/methods/ann/layer_names.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/foreach.hpp>

i am unable to get where are those dataloader.hpp, boost ... headers are located